Shades of Chocolate #E16E16
Tints of Chocolate #E16E16
RGB
CMYK
RGB Variations
Color information
#E16E16 (or 0xE16E16) is known color: Chocolate. HEX triplet: E1, 6E and 16. RGB value is (225,110,22). Sum of RGB (Red+Green+Blue) = 225+110+22=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16E16 is #1E91E9. Grayscale: #868686. Windows color (decimal): -2003434 or 1470177. OLE color: 1470177.
HSL color Cylindrical-coordinate representation of color #E16E16: hue angle of 26.01º 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 #E16E16 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.12 |
| HSL | 26.01º | 0.82% | 0.48% | - |
| HSV(B) | 26.01º | 0.9% | 0.88% | - |
| XYZ | 36.77 | 27.22 | 4.07 | - |
| YUV | 134.35 | 64.6 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 22 | 0 | 0.51 | 0.90 | 0.12 | 26.01 | 0.82 | 0.48 |
| Hex | E1 | 6E | 16 | 0 | 33 | 5A | C | 1A | 52 | 30 |
| Octal | 341 | 156 | 26 | 0 | 63 | 132 | 14 | 32 | 122 | 60 |
| Binary | 11100001 | 1101110 | 10110 | 0 | 110011 | 1011010 | 1100 | 11010 | 1010010 | 110000 |
Color Harmonies of #E16E16
Complementary color
Monochromatic Colors of #E16E16
Black with #E16E16
Text Example
Text Example
White with #E16E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E16; }
p { color: rgb(225,110,22); }
H1.HeaderClassName
{
color: #E16E16;
}
.AnyTagClassName
{
color: #E16E16;
}
</style>
background-color css
<style>
a { background-color: #E16E16; }
a { background-color: rgb(225,110,22); }
div.DivClassName
{
background-color: #E16E16;
}
.BgClassName
{
background-color: #E16E16;
}
</style>
border-color css
<style>
span { border-color: #E16E16; }
span { border-color: rgb(225,110,22); }
td.TdClassName
{
border-color: #E16E16;
}
.TagClassName
{
border-color: #E16E16;
}
</style>