Shades of Chocolate #E36512
Tints of Chocolate #E36512
RGB
CMYK
RGB Variations
Color information
#E36512 (or 0xE36512) is known color: Chocolate. HEX triplet: E3, 65 and 12. RGB value is (227,101,18). Sum of RGB (Red+Green+Blue) = 227+101+18=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E36512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36512 is #1C9AED. Grayscale: #818181. Windows color (decimal): -1874670 or 1205731. OLE color: 1205731.
HSL color Cylindrical-coordinate representation of color #E36512: hue angle of 23.83º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E36512 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.11 |
| HSL | 23.83º | 0.85% | 0.48% | - |
| HSV(B) | 23.83º | 0.92% | 0.89% | - |
| XYZ | 36.44 | 25.68 | 3.61 | - |
| YUV | 129.21 | 65.24 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 18 | 0 | 0.56 | 0.92 | 0.11 | 23.83 | 0.85 | 0.48 |
| Hex | E3 | 65 | 12 | 0 | 38 | 5C | B | 18 | 55 | 30 |
| Octal | 343 | 145 | 22 | 0 | 70 | 134 | 13 | 30 | 125 | 60 |
| Binary | 11100011 | 1100101 | 10010 | 0 | 111000 | 1011100 | 1011 | 11000 | 1010101 | 110000 |
Color Harmonies of #E36512
Complementary color
Monochromatic Colors of #E36512
Black with #E36512
Text Example
Text Example
White with #E36512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36512; }
p { color: rgb(227,101,18); }
H1.HeaderClassName
{
color: #E36512;
}
.AnyTagClassName
{
color: #E36512;
}
</style>
background-color css
<style>
a { background-color: #E36512; }
a { background-color: rgb(227,101,18); }
div.DivClassName
{
background-color: #E36512;
}
.BgClassName
{
background-color: #E36512;
}
</style>
border-color css
<style>
span { border-color: #E36512; }
span { border-color: rgb(227,101,18); }
td.TdClassName
{
border-color: #E36512;
}
.TagClassName
{
border-color: #E36512;
}
</style>