Shades of Chocolate #E45A1C
Tints of Chocolate #E45A1C
RGB
CMYK
RGB Variations
Color information
#E45A1C (or 0xE45A1C) is known color: Chocolate. HEX triplet: E4, 5A and 1C. RGB value is (228,90,28). Sum of RGB (Red+Green+Blue) = 228+90+28=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45A1C is #1BA5E3. Grayscale: #7C7C7C. Windows color (decimal): -1811940 or 1858276. OLE color: 1858276.
HSL color Cylindrical-coordinate representation of color #E45A1C: hue angle of 18.6º 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 #E45A1C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 28 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.11 |
| HSL | 18.6º | 0.79% | 0.5% | - |
| HSV(B) | 18.6º | 0.88% | 0.89% | - |
| XYZ | 35.86 | 23.89 | 3.82 | - |
| YUV | 124.19 | 73.72 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 28 | 0 | 0.61 | 0.88 | 0.11 | 18.6 | 0.79 | 0.5 |
| Hex | E4 | 5A | 1C | 0 | 3D | 58 | B | 13 | 4F | 32 |
| Octal | 344 | 132 | 34 | 0 | 75 | 130 | 13 | 23 | 117 | 62 |
| Binary | 11100100 | 1011010 | 11100 | 0 | 111101 | 1011000 | 1011 | 10011 | 1001111 | 110010 |
Color Harmonies of #E45A1C
Complementary color
Monochromatic Colors of #E45A1C
Black with #E45A1C
Text Example
Text Example
White with #E45A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A1C; }
p { color: rgb(228,90,28); }
H1.HeaderClassName
{
color: #E45A1C;
}
.AnyTagClassName
{
color: #E45A1C;
}
</style>
background-color css
<style>
a { background-color: #E45A1C; }
a { background-color: rgb(228,90,28); }
div.DivClassName
{
background-color: #E45A1C;
}
.BgClassName
{
background-color: #E45A1C;
}
</style>
border-color css
<style>
span { border-color: #E45A1C; }
span { border-color: rgb(228,90,28); }
td.TdClassName
{
border-color: #E45A1C;
}
.TagClassName
{
border-color: #E45A1C;
}
</style>