Shades of Chocolate #E17016
Tints of Chocolate #E17016
RGB
CMYK
RGB Variations
Color information
#E17016 (or 0xE17016) is known color: Chocolate. HEX triplet: E1, 70 and 16. RGB value is (225,112,22). Sum of RGB (Red+Green+Blue) = 225+112+22=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E17016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17016 is #1E8FE9. Grayscale: #878787. Windows color (decimal): -2002922 or 1470689. OLE color: 1470689.
HSL color Cylindrical-coordinate representation of color #E17016: hue angle of 26.6º 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 #E17016 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 22 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.12 |
| HSL | 26.6º | 0.82% | 0.48% | - |
| HSV(B) | 26.6º | 0.9% | 0.88% | - |
| XYZ | 36.99 | 27.65 | 4.15 | - |
| YUV | 135.53 | 63.94 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 22 | 0 | 0.50 | 0.90 | 0.12 | 26.6 | 0.82 | 0.48 |
| Hex | E1 | 70 | 16 | 0 | 32 | 5A | C | 1B | 52 | 30 |
| Octal | 341 | 160 | 26 | 0 | 62 | 132 | 14 | 33 | 122 | 60 |
| Binary | 11100001 | 1110000 | 10110 | 0 | 110010 | 1011010 | 1100 | 11011 | 1010010 | 110000 |
Color Harmonies of #E17016
Complementary color
Monochromatic Colors of #E17016
Black with #E17016
Text Example
Text Example
White with #E17016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17016; }
p { color: rgb(225,112,22); }
H1.HeaderClassName
{
color: #E17016;
}
.AnyTagClassName
{
color: #E17016;
}
</style>
background-color css
<style>
a { background-color: #E17016; }
a { background-color: rgb(225,112,22); }
div.DivClassName
{
background-color: #E17016;
}
.BgClassName
{
background-color: #E17016;
}
</style>
border-color css
<style>
span { border-color: #E17016; }
span { border-color: rgb(225,112,22); }
td.TdClassName
{
border-color: #E17016;
}
.TagClassName
{
border-color: #E17016;
}
</style>