Shades of Chocolate #E45C18
Tints of Chocolate #E45C18
RGB
CMYK
RGB Variations
Color information
#E45C18 (or 0xE45C18) is known color: Chocolate. HEX triplet: E4, 5C and 18. RGB value is (228,92,24). Sum of RGB (Red+Green+Blue) = 228+92+24=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45C18 is #1BA3E7. Grayscale: #7D7D7D. Windows color (decimal): -1811432 or 1596644. OLE color: 1596644.
HSL color Cylindrical-coordinate representation of color #E45C18: hue angle of 20º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E45C18 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 24 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.11 |
| HSL | 20º | 0.81% | 0.49% | - |
| HSV(B) | 20º | 0.89% | 0.89% | - |
| XYZ | 35.99 | 24.21 | 3.64 | - |
| YUV | 124.91 | 71.06 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 24 | 0 | 0.60 | 0.89 | 0.11 | 20 | 0.81 | 0.49 |
| Hex | E4 | 5C | 18 | 0 | 3C | 59 | B | 14 | 51 | 31 |
| Octal | 344 | 134 | 30 | 0 | 74 | 131 | 13 | 24 | 121 | 61 |
| Binary | 11100100 | 1011100 | 11000 | 0 | 111100 | 1011001 | 1011 | 10100 | 1010001 | 110001 |
Color Harmonies of #E45C18
Complementary color
Monochromatic Colors of #E45C18
Black with #E45C18
Text Example
Text Example
White with #E45C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C18; }
p { color: rgb(228,92,24); }
H1.HeaderClassName
{
color: #E45C18;
}
.AnyTagClassName
{
color: #E45C18;
}
</style>
background-color css
<style>
a { background-color: #E45C18; }
a { background-color: rgb(228,92,24); }
div.DivClassName
{
background-color: #E45C18;
}
.BgClassName
{
background-color: #E45C18;
}
</style>
border-color css
<style>
span { border-color: #E45C18; }
span { border-color: rgb(228,92,24); }
td.TdClassName
{
border-color: #E45C18;
}
.TagClassName
{
border-color: #E45C18;
}
</style>