Shades of Chocolate #E05917
Tints of Chocolate #E05917
RGB
CMYK
RGB Variations
Color information
#E05917 (or 0xE05917) is known color: Chocolate. HEX triplet: E0, 59 and 17. RGB value is (224,89,23). Sum of RGB (Red+Green+Blue) = 224+89+23=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E05917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05917 is #1FA6E8. Grayscale: #7A7A7A. Windows color (decimal): -2074345 or 1530336. OLE color: 1530336.
HSL color Cylindrical-coordinate representation of color #E05917: hue angle of 19.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E05917 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 23 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.12 |
| HSL | 19.7º | 0.81% | 0.48% | - |
| HSV(B) | 19.7º | 0.9% | 0.88% | - |
| XYZ | 34.47 | 23.05 | 3.44 | - |
| YUV | 121.84 | 72.23 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 23 | 0 | 0.60 | 0.90 | 0.12 | 19.7 | 0.81 | 0.48 |
| Hex | E0 | 59 | 17 | 0 | 3C | 5A | C | 14 | 51 | 30 |
| Octal | 340 | 131 | 27 | 0 | 74 | 132 | 14 | 24 | 121 | 60 |
| Binary | 11100000 | 1011001 | 10111 | 0 | 111100 | 1011010 | 1100 | 10100 | 1010001 | 110000 |
Color Harmonies of #E05917
Complementary color
Monochromatic Colors of #E05917
Black with #E05917
Text Example
Text Example
White with #E05917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05917; }
p { color: rgb(224,89,23); }
H1.HeaderClassName
{
color: #E05917;
}
.AnyTagClassName
{
color: #E05917;
}
</style>
background-color css
<style>
a { background-color: #E05917; }
a { background-color: rgb(224,89,23); }
div.DivClassName
{
background-color: #E05917;
}
.BgClassName
{
background-color: #E05917;
}
</style>
border-color css
<style>
span { border-color: #E05917; }
span { border-color: rgb(224,89,23); }
td.TdClassName
{
border-color: #E05917;
}
.TagClassName
{
border-color: #E05917;
}
</style>