Shades of Chocolate #E36412
Tints of Chocolate #E36412
RGB
CMYK
RGB Variations
Color information
#E36412 (or 0xE36412) is known color: Chocolate. HEX triplet: E3, 64 and 12. RGB value is (227,100,18). Sum of RGB (Red+Green+Blue) = 227+100+18=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E36412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36412 is #1C9BED. Grayscale: #818181. Windows color (decimal): -1874926 or 1205475. OLE color: 1205475.
HSL color Cylindrical-coordinate representation of color #E36412: hue angle of 23.54º 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 #E36412 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.11 |
| HSL | 23.54º | 0.85% | 0.48% | - |
| HSV(B) | 23.54º | 0.92% | 0.89% | - |
| XYZ | 36.34 | 25.49 | 3.58 | - |
| YUV | 128.63 | 65.58 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 18 | 0 | 0.56 | 0.92 | 0.11 | 23.54 | 0.85 | 0.48 |
| Hex | E3 | 64 | 12 | 0 | 38 | 5C | B | 18 | 55 | 30 |
| Octal | 343 | 144 | 22 | 0 | 70 | 134 | 13 | 30 | 125 | 60 |
| Binary | 11100011 | 1100100 | 10010 | 0 | 111000 | 1011100 | 1011 | 11000 | 1010101 | 110000 |
Color Harmonies of #E36412
Complementary color
Monochromatic Colors of #E36412
Black with #E36412
Text Example
Text Example
White with #E36412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36412; }
p { color: rgb(227,100,18); }
H1.HeaderClassName
{
color: #E36412;
}
.AnyTagClassName
{
color: #E36412;
}
</style>
background-color css
<style>
a { background-color: #E36412; }
a { background-color: rgb(227,100,18); }
div.DivClassName
{
background-color: #E36412;
}
.BgClassName
{
background-color: #E36412;
}
</style>
border-color css
<style>
span { border-color: #E36412; }
span { border-color: rgb(227,100,18); }
td.TdClassName
{
border-color: #E36412;
}
.TagClassName
{
border-color: #E36412;
}
</style>