Shades of Chocolate #E17516
Tints of Chocolate #E17516
RGB
CMYK
RGB Variations
Color information
#E17516 (or 0xE17516) is known color: Chocolate. HEX triplet: E1, 75 and 16. RGB value is (225,117,22). Sum of RGB (Red+Green+Blue) = 225+117+22=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E17516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17516 is #1E8AE9. Grayscale: #8A8A8A. Windows color (decimal): -2001642 or 1471969. OLE color: 1471969.
HSL color Cylindrical-coordinate representation of color #E17516: hue angle of 28.08º 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 #E17516 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 22 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.12 |
| HSL | 28.08º | 0.82% | 0.48% | - |
| HSV(B) | 28.08º | 0.9% | 0.88% | - |
| XYZ | 37.56 | 28.79 | 4.34 | - |
| YUV | 138.46 | 62.28 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 22 | 0 | 0.48 | 0.90 | 0.12 | 28.08 | 0.82 | 0.48 |
| Hex | E1 | 75 | 16 | 0 | 30 | 5A | C | 1C | 52 | 30 |
| Octal | 341 | 165 | 26 | 0 | 60 | 132 | 14 | 34 | 122 | 60 |
| Binary | 11100001 | 1110101 | 10110 | 0 | 110000 | 1011010 | 1100 | 11100 | 1010010 | 110000 |
Color Harmonies of #E17516
Complementary color
Monochromatic Colors of #E17516
Black with #E17516
Text Example
Text Example
White with #E17516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17516; }
p { color: rgb(225,117,22); }
H1.HeaderClassName
{
color: #E17516;
}
.AnyTagClassName
{
color: #E17516;
}
</style>
background-color css
<style>
a { background-color: #E17516; }
a { background-color: rgb(225,117,22); }
div.DivClassName
{
background-color: #E17516;
}
.BgClassName
{
background-color: #E17516;
}
</style>
border-color css
<style>
span { border-color: #E17516; }
span { border-color: rgb(225,117,22); }
td.TdClassName
{
border-color: #E17516;
}
.TagClassName
{
border-color: #E17516;
}
</style>