Shades of Chocolate #E16D12
Tints of Chocolate #E16D12
RGB
CMYK
RGB Variations
Color information
#E16D12 (or 0xE16D12) is known color: Chocolate. HEX triplet: E1, 6D and 12. RGB value is (225,109,18). Sum of RGB (Red+Green+Blue) = 225+109+18=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16D12 is #1E92ED. Grayscale: #858585. Windows color (decimal): -2003694 or 1207777. OLE color: 1207777.
HSL color Cylindrical-coordinate representation of color #E16D12: hue angle of 26.38º 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 #E16D12 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 18 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.12 |
| HSL | 26.38º | 0.85% | 0.48% | - |
| HSV(B) | 26.38º | 0.92% | 0.88% | - |
| XYZ | 36.63 | 26.99 | 3.85 | - |
| YUV | 133.31 | 62.93 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 18 | 0 | 0.52 | 0.92 | 0.12 | 26.38 | 0.85 | 0.48 |
| Hex | E1 | 6D | 12 | 0 | 34 | 5C | C | 1A | 55 | 30 |
| Octal | 341 | 155 | 22 | 0 | 64 | 134 | 14 | 32 | 125 | 60 |
| Binary | 11100001 | 1101101 | 10010 | 0 | 110100 | 1011100 | 1100 | 11010 | 1010101 | 110000 |
Color Harmonies of #E16D12
Complementary color
Monochromatic Colors of #E16D12
Black with #E16D12
Text Example
Text Example
White with #E16D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D12; }
p { color: rgb(225,109,18); }
H1.HeaderClassName
{
color: #E16D12;
}
.AnyTagClassName
{
color: #E16D12;
}
</style>
background-color css
<style>
a { background-color: #E16D12; }
a { background-color: rgb(225,109,18); }
div.DivClassName
{
background-color: #E16D12;
}
.BgClassName
{
background-color: #E16D12;
}
</style>
border-color css
<style>
span { border-color: #E16D12; }
span { border-color: rgb(225,109,18); }
td.TdClassName
{
border-color: #E16D12;
}
.TagClassName
{
border-color: #E16D12;
}
</style>