#E06318

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

Shades of Chocolate #E06318

Tints of Chocolate #E06318

Color information

#E06318 (or 0xE06318) is unknown color: approx Chocolate. HEX triplet: E0, 63 and 18. RGB value is (224,99,24). Sum of RGB (Red+Green+Blue) = 224+99+24=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E06318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06318 is #1F9CE7. Grayscale: #808080. Windows color (decimal): -2071784 or 1598432. OLE color: 1598432.

HSL color Cylindrical-coordinate representation of color #E06318: hue angle of 22.5º 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 #E06318 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB2249924-
CMYK00.560.890.12
HSL22.5º80.65%48.63%-
HSV(B)22.5º89.29%87.84%-
XYZ35.3724.843.79-
YUV127.8269.41196.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.55%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 24 (9.77% from 255) = 6.92%
R=64.55%
G=28.53%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224992400.560.890.1222.580.6548.63
HexE0631803859C165131
Octal34014330070131142612161
Binary11100000110001111000011100010110011100101101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06318; }

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

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

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

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

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

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

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

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