Shades of Chocolate #E17216
Tints of Chocolate #E17216
RGB
CMYK
RGB Variations
Color information
#E17216 (or 0xE17216) is known color: Chocolate. HEX triplet: E1, 72 and 16. RGB value is (225,114,22). Sum of RGB (Red+Green+Blue) = 225+114+22=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E17216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17216 is #1E8DE9. Grayscale: #898989. Windows color (decimal): -2002410 or 1471201. OLE color: 1471201.
HSL color Cylindrical-coordinate representation of color #E17216: hue angle of 27.19º 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 #E17216 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 22 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.12 |
| HSL | 27.19º | 0.82% | 0.48% | - |
| HSV(B) | 27.19º | 0.9% | 0.88% | - |
| XYZ | 37.21 | 28.1 | 4.22 | - |
| YUV | 136.7 | 63.27 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 22 | 0 | 0.49 | 0.90 | 0.12 | 27.19 | 0.82 | 0.48 |
| Hex | E1 | 72 | 16 | 0 | 31 | 5A | C | 1B | 52 | 30 |
| Octal | 341 | 162 | 26 | 0 | 61 | 132 | 14 | 33 | 122 | 60 |
| Binary | 11100001 | 1110010 | 10110 | 0 | 110001 | 1011010 | 1100 | 11011 | 1010010 | 110000 |
Color Harmonies of #E17216
Complementary color
Monochromatic Colors of #E17216
Black with #E17216
Text Example
Text Example
White with #E17216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17216; }
p { color: rgb(225,114,22); }
H1.HeaderClassName
{
color: #E17216;
}
.AnyTagClassName
{
color: #E17216;
}
</style>
background-color css
<style>
a { background-color: #E17216; }
a { background-color: rgb(225,114,22); }
div.DivClassName
{
background-color: #E17216;
}
.BgClassName
{
background-color: #E17216;
}
</style>
border-color css
<style>
span { border-color: #E17216; }
span { border-color: rgb(225,114,22); }
td.TdClassName
{
border-color: #E17216;
}
.TagClassName
{
border-color: #E17216;
}
</style>