#E45B1C

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

Shades of Chocolate #E45B1C

Tints of Chocolate #E45B1C

Color information

#E45B1C (or 0xE45B1C) is unknown color: approx Chocolate. HEX triplet: E4, 5B and 1C. RGB value is (228,91,28). Sum of RGB (Red+Green+Blue) = 228+91+28=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45B1C is #1BA4E3. Grayscale: #7D7D7D. Windows color (decimal): -1811684 or 1858532. OLE color: 1858532.

HSL color Cylindrical-coordinate representation of color #E45B1C: hue angle of 18.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E45B1C is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB2289128-
CMYK00.600.880.11
HSL18.9º78.74%50.2%-
HSV(B)18.9º87.72%89.41%-
XYZ35.9524.063.85-
YUV124.7873.39201.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 65.71%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 28 (11.33% from 255) = 8.07%
R=65.71%
G=26.22%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228912800.600.880.1118.978.7450.2
HexE45B1C03C58B134f32
Octal34413334074130132311762
Binary11100100101101111100011110010110001011100111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45B1C; }

 p { color: rgb(228,91,28); }

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

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

 a { background-color: rgb(228,91,28); }

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

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

 span { border-color: rgb(228,91,28); }

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