Shades of Chocolate #E55C18
Tints of Chocolate #E55C18
RGB
CMYK
RGB Variations
Color information
#E55C18 (or 0xE55C18) is known color: Chocolate. HEX triplet: E5, 5C and 18. RGB value is (229,92,24). Sum of RGB (Red+Green+Blue) = 229+92+24=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55C18 is #1AA3E7. Grayscale: #7D7D7D. Windows color (decimal): -1745896 or 1596645. OLE color: 1596645.
HSL color Cylindrical-coordinate representation of color #E55C18: hue angle of 19.9º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E55C18 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 24 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.10 |
| HSL | 19.9º | 0.81% | 0.5% | - |
| HSV(B) | 19.9º | 0.9% | 0.9% | - |
| XYZ | 36.31 | 24.38 | 3.66 | - |
| YUV | 125.21 | 70.89 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 24 | 0 | 0.60 | 0.90 | 0.10 | 19.9 | 0.81 | 0.5 |
| Hex | E5 | 5C | 18 | 0 | 3C | 5A | A | 14 | 51 | 32 |
| Octal | 345 | 134 | 30 | 0 | 74 | 132 | 12 | 24 | 121 | 62 |
| Binary | 11100101 | 1011100 | 11000 | 0 | 111100 | 1011010 | 1010 | 10100 | 1010001 | 110010 |
Color Harmonies of #E55C18
Complementary color
Monochromatic Colors of #E55C18
Black with #E55C18
Text Example
Text Example
White with #E55C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C18; }
p { color: rgb(229,92,24); }
H1.HeaderClassName
{
color: #E55C18;
}
.AnyTagClassName
{
color: #E55C18;
}
</style>
background-color css
<style>
a { background-color: #E55C18; }
a { background-color: rgb(229,92,24); }
div.DivClassName
{
background-color: #E55C18;
}
.BgClassName
{
background-color: #E55C18;
}
</style>
border-color css
<style>
span { border-color: #E55C18; }
span { border-color: rgb(229,92,24); }
td.TdClassName
{
border-color: #E55C18;
}
.TagClassName
{
border-color: #E55C18;
}
</style>