#E24E11

Color #E24E11 Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #E24E11

Tints of Persimmon #E24E11

Color information

#E24E11 (or 0xE24E11) is unknown color: approx Persimmon. HEX triplet: E2, 4E and 11. RGB value is (226,78,17). Sum of RGB (Red+Green+Blue) = 226+78+17=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24E11 is #1DB1EE. Grayscale: #737373. Windows color (decimal): -1946095 or 1134306. OLE color: 1134306.

HSL color Cylindrical-coordinate representation of color #E24E11: hue angle of 17.51º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E24E11 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB2267817-
CMYK00.650.920.11
HSL17.51º86.01%47.65%-
HSV(B)17.51º92.48%88.63%-
XYZ34.1921.662.91-
YUV115.372.53206.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 70.40%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 17 (7.03% from 255) = 5.30%
R=70.40%
G=24.30%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226781700.650.920.1117.5186.0147.65
HexE24E110415CB125630
Octal342116210101134132212660
Binary111000101001110100010100000110111001011100101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24E11; }

 p { color: rgb(226,78,17); }

 H1.HeaderClassName
 {
   color: #E24E11;
 }
 .AnyTagClassName
 {
   color: #E24E11;
 }
</style>
background-color css

<style>
 a { background-color: #E24E11; }

 a { background-color: rgb(226,78,17); }

 div.DivClassName
 {
   background-color: #E24E11;
 }
 .BgClassName
 {
   background-color: #E24E11;
 }
</style>
border-color css

<style>
 span { border-color: #E24E11; }

 span { border-color: rgb(226,78,17); }

 td.TdClassName
 {
   border-color: #E24E11;
 }
 .TagClassName
 {
   border-color: #E24E11;
 }
</style>