#E06018

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

Shades of Chocolate #E06018

Tints of Chocolate #E06018

Color information

#E06018 (or 0xE06018) is unknown color: approx Chocolate. HEX triplet: E0, 60 and 18. RGB value is (224,96,24). Sum of RGB (Red+Green+Blue) = 224+96+24=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E06018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06018 is #1F9FE7. Grayscale: #7E7E7E. Windows color (decimal): -2072552 or 1597664. OLE color: 1597664.

HSL color Cylindrical-coordinate representation of color #E06018: hue angle of 21.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E06018 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB2249624-
CMYK00.570.890.12
HSL21.6º80.65%48.63%-
HSV(B)21.6º89.29%87.84%-
XYZ35.0924.283.7-
YUV126.0670.41197.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.12%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 24 (9.77% from 255) = 6.98%
R=65.12%
G=27.91%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224962400.570.890.1221.680.6548.63
HexE0601803959C165131
Octal34014030071131142612161
Binary11100000110000011000011100110110011100101101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06018; }

 p { color: rgb(224,96,24); }

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

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

 a { background-color: rgb(224,96,24); }

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

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

 span { border-color: rgb(224,96,24); }

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