Shades of Chocolate #E16416
Tints of Chocolate #E16416
RGB
CMYK
RGB Variations
Color information
#E16416 (or 0xE16416) is known color: Chocolate. HEX triplet: E1, 64 and 16. RGB value is (225,100,22). Sum of RGB (Red+Green+Blue) = 225+100+22=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E16416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16416 is #1E9BE9. Grayscale: #808080. Windows color (decimal): -2005994 or 1467617. OLE color: 1467617.
HSL color Cylindrical-coordinate representation of color #E16416: hue angle of 23.05º 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 #E16416 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 22 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.12 |
| HSL | 23.05º | 0.82% | 0.48% | - |
| HSV(B) | 23.05º | 0.9% | 0.88% | - |
| XYZ | 35.75 | 25.18 | 3.73 | - |
| YUV | 128.48 | 67.91 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 22 | 0 | 0.56 | 0.90 | 0.12 | 23.05 | 0.82 | 0.48 |
| Hex | E1 | 64 | 16 | 0 | 38 | 5A | C | 17 | 52 | 30 |
| Octal | 341 | 144 | 26 | 0 | 70 | 132 | 14 | 27 | 122 | 60 |
| Binary | 11100001 | 1100100 | 10110 | 0 | 111000 | 1011010 | 1100 | 10111 | 1010010 | 110000 |
Color Harmonies of #E16416
Complementary color
Monochromatic Colors of #E16416
Black with #E16416
Text Example
Text Example
White with #E16416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16416; }
p { color: rgb(225,100,22); }
H1.HeaderClassName
{
color: #E16416;
}
.AnyTagClassName
{
color: #E16416;
}
</style>
background-color css
<style>
a { background-color: #E16416; }
a { background-color: rgb(225,100,22); }
div.DivClassName
{
background-color: #E16416;
}
.BgClassName
{
background-color: #E16416;
}
</style>
border-color css
<style>
span { border-color: #E16416; }
span { border-color: rgb(225,100,22); }
td.TdClassName
{
border-color: #E16416;
}
.TagClassName
{
border-color: #E16416;
}
</style>