Shades of Chocolate #E07116
Tints of Chocolate #E07116
RGB
CMYK
RGB Variations
Color information
#E07116 (or 0xE07116) is known color: Chocolate. HEX triplet: E0, 71 and 16. RGB value is (224,113,22). Sum of RGB (Red+Green+Blue) = 224+113+22=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E07116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07116 is #1F8EE9. Grayscale: #888888. Windows color (decimal): -2068202 or 1470944. OLE color: 1470944.
HSL color Cylindrical-coordinate representation of color #E07116: hue angle of 27.03º degrees, saturation: 0.82, 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 #E07116 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 22 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.12 |
| HSL | 27.03º | 0.82% | 0.48% | - |
| HSV(B) | 27.03º | 0.9% | 0.88% | - |
| XYZ | 36.79 | 27.72 | 4.17 | - |
| YUV | 135.82 | 63.77 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 22 | 0 | 0.50 | 0.90 | 0.12 | 27.03 | 0.82 | 0.48 |
| Hex | E0 | 71 | 16 | 0 | 32 | 5A | C | 1B | 52 | 30 |
| Octal | 340 | 161 | 26 | 0 | 62 | 132 | 14 | 33 | 122 | 60 |
| Binary | 11100000 | 1110001 | 10110 | 0 | 110010 | 1011010 | 1100 | 11011 | 1010010 | 110000 |
Color Harmonies of #E07116
Complementary color
Monochromatic Colors of #E07116
Black with #E07116
Text Example
Text Example
White with #E07116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07116; }
p { color: rgb(224,113,22); }
H1.HeaderClassName
{
color: #E07116;
}
.AnyTagClassName
{
color: #E07116;
}
</style>
background-color css
<style>
a { background-color: #E07116; }
a { background-color: rgb(224,113,22); }
div.DivClassName
{
background-color: #E07116;
}
.BgClassName
{
background-color: #E07116;
}
</style>
border-color css
<style>
span { border-color: #E07116; }
span { border-color: rgb(224,113,22); }
td.TdClassName
{
border-color: #E07116;
}
.TagClassName
{
border-color: #E07116;
}
</style>