Shades of Chocolate #E07117
Tints of Chocolate #E07117
RGB
CMYK
RGB Variations
Color information
#E07117 (or 0xE07117) is known color: Chocolate. HEX triplet: E0, 71 and 17. RGB value is (224,113,23). Sum of RGB (Red+Green+Blue) = 224+113+23=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E07117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07117 is #1F8EE8. Grayscale: #888888. Windows color (decimal): -2068201 or 1536480. OLE color: 1536480.
HSL color Cylindrical-coordinate representation of color #E07117: hue angle of 26.87º 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 #E07117 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 23 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.12 |
| HSL | 26.87º | 0.81% | 0.48% | - |
| HSV(B) | 26.87º | 0.9% | 0.88% | - |
| XYZ | 36.8 | 27.72 | 4.22 | - |
| YUV | 135.93 | 64.27 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 23 | 0 | 0.50 | 0.90 | 0.12 | 26.87 | 0.81 | 0.48 |
| Hex | E0 | 71 | 17 | 0 | 32 | 5A | C | 1B | 51 | 30 |
| Octal | 340 | 161 | 27 | 0 | 62 | 132 | 14 | 33 | 121 | 60 |
| Binary | 11100000 | 1110001 | 10111 | 0 | 110010 | 1011010 | 1100 | 11011 | 1010001 | 110000 |
Color Harmonies of #E07117
Complementary color
Monochromatic Colors of #E07117
Black with #E07117
Text Example
Text Example
White with #E07117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07117; }
p { color: rgb(224,113,23); }
H1.HeaderClassName
{
color: #E07117;
}
.AnyTagClassName
{
color: #E07117;
}
</style>
background-color css
<style>
a { background-color: #E07117; }
a { background-color: rgb(224,113,23); }
div.DivClassName
{
background-color: #E07117;
}
.BgClassName
{
background-color: #E07117;
}
</style>
border-color css
<style>
span { border-color: #E07117; }
span { border-color: rgb(224,113,23); }
td.TdClassName
{
border-color: #E07117;
}
.TagClassName
{
border-color: #E07117;
}
</style>