Shades of Chocolate #E16012
Tints of Chocolate #E16012
RGB
CMYK
RGB Variations
Color information
#E16012 (or 0xE16012) is known color: Chocolate. HEX triplet: E1, 60 and 12. RGB value is (225,96,18). Sum of RGB (Red+Green+Blue) = 225+96+18=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E16012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16012 is #1E9FED. Grayscale: #7E7E7E. Windows color (decimal): -2007022 or 1204449. OLE color: 1204449.
HSL color Cylindrical-coordinate representation of color #E16012: hue angle of 22.61º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E16012 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.12 |
| HSL | 22.61º | 0.85% | 0.48% | - |
| HSV(B) | 22.61º | 0.92% | 0.88% | - |
| XYZ | 35.34 | 24.42 | 3.42 | - |
| YUV | 125.68 | 67.24 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 18 | 0 | 0.57 | 0.92 | 0.12 | 22.61 | 0.85 | 0.48 |
| Hex | E1 | 60 | 12 | 0 | 39 | 5C | C | 17 | 55 | 30 |
| Octal | 341 | 140 | 22 | 0 | 71 | 134 | 14 | 27 | 125 | 60 |
| Binary | 11100001 | 1100000 | 10010 | 0 | 111001 | 1011100 | 1100 | 10111 | 1010101 | 110000 |
Color Harmonies of #E16012
Complementary color
Monochromatic Colors of #E16012
Black with #E16012
Text Example
Text Example
White with #E16012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16012; }
p { color: rgb(225,96,18); }
H1.HeaderClassName
{
color: #E16012;
}
.AnyTagClassName
{
color: #E16012;
}
</style>
background-color css
<style>
a { background-color: #E16012; }
a { background-color: rgb(225,96,18); }
div.DivClassName
{
background-color: #E16012;
}
.BgClassName
{
background-color: #E16012;
}
</style>
border-color css
<style>
span { border-color: #E16012; }
span { border-color: rgb(225,96,18); }
td.TdClassName
{
border-color: #E16012;
}
.TagClassName
{
border-color: #E16012;
}
</style>