Shades of Chocolate #E16512
Tints of Chocolate #E16512
RGB
CMYK
RGB Variations
Color information
#E16512 (or 0xE16512) is known color: Chocolate. HEX triplet: E1, 65 and 12. RGB value is (225,101,18). Sum of RGB (Red+Green+Blue) = 225+101+18=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E16512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16512 is #1E9AED. Grayscale: #818181. Windows color (decimal): -2005742 or 1205729. OLE color: 1205729.
HSL color Cylindrical-coordinate representation of color #E16512: hue angle of 24.06º 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 #E16512 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 18 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.12 |
| HSL | 24.06º | 0.85% | 0.48% | - |
| HSV(B) | 24.06º | 0.92% | 0.88% | - |
| XYZ | 35.81 | 25.36 | 3.58 | - |
| YUV | 128.61 | 65.58 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 18 | 0 | 0.55 | 0.92 | 0.12 | 24.06 | 0.85 | 0.48 |
| Hex | E1 | 65 | 12 | 0 | 37 | 5C | C | 18 | 55 | 30 |
| Octal | 341 | 145 | 22 | 0 | 67 | 134 | 14 | 30 | 125 | 60 |
| Binary | 11100001 | 1100101 | 10010 | 0 | 110111 | 1011100 | 1100 | 11000 | 1010101 | 110000 |
Color Harmonies of #E16512
Complementary color
Monochromatic Colors of #E16512
Black with #E16512
Text Example
Text Example
White with #E16512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16512; }
p { color: rgb(225,101,18); }
H1.HeaderClassName
{
color: #E16512;
}
.AnyTagClassName
{
color: #E16512;
}
</style>
background-color css
<style>
a { background-color: #E16512; }
a { background-color: rgb(225,101,18); }
div.DivClassName
{
background-color: #E16512;
}
.BgClassName
{
background-color: #E16512;
}
</style>
border-color css
<style>
span { border-color: #E16512; }
span { border-color: rgb(225,101,18); }
td.TdClassName
{
border-color: #E16512;
}
.TagClassName
{
border-color: #E16512;
}
</style>