#E05C1C

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

Shades of Chocolate #E05C1C

Tints of Chocolate #E05C1C

Color information

#E05C1C (or 0xE05C1C) is unknown color: approx Chocolate. HEX triplet: E0, 5C and 1C. RGB value is (224,92,28). Sum of RGB (Red+Green+Blue) = 224+92+28=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05C1C is #1FA3E3. Grayscale: #7C7C7C. Windows color (decimal): -2073572 or 1858784. OLE color: 1858784.

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

Color convert

RGB2249228-
CMYK00.590.880.12
HSL19.59º77.78%49.41%-
HSV(B)19.59º87.5%87.84%-
XYZ34.7823.593.82-
YUV124.1773.73199.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.12%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 28 (11.33% from 255) = 8.14%
R=65.12%
G=26.74%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224922800.590.880.1219.5977.7849.41
HexE05C1C03B58C144e31
Octal34013434073130142411661
Binary11100000101110011100011101110110001100101001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05C1C; }

 p { color: rgb(224,92,28); }

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

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

 a { background-color: rgb(224,92,28); }

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

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

 span { border-color: rgb(224,92,28); }

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