Shades of Chocolate #E36A16
Tints of Chocolate #E36A16
RGB
CMYK
RGB Variations
Color information
#E36A16 (or 0xE36A16) is known color: Chocolate. HEX triplet: E3, 6A and 16. RGB value is (227,106,22). Sum of RGB (Red+Green+Blue) = 227+106+22=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E36A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36A16 is #1C95E9. Grayscale: #858585. Windows color (decimal): -1873386 or 1469155. OLE color: 1469155.
HSL color Cylindrical-coordinate representation of color #E36A16: hue angle of 24.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E36A16 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 106 | 22 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.11 |
| HSL | 24.59º | 0.82% | 0.49% | - |
| HSV(B) | 24.59º | 0.9% | 0.89% | - |
| XYZ | 36.98 | 26.7 | 3.96 | - |
| YUV | 132.6 | 65.59 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 22 | 0 | 0.53 | 0.90 | 0.11 | 24.59 | 0.82 | 0.49 |
| Hex | E3 | 6A | 16 | 0 | 35 | 5A | B | 19 | 52 | 31 |
| Octal | 343 | 152 | 26 | 0 | 65 | 132 | 13 | 31 | 122 | 61 |
| Binary | 11100011 | 1101010 | 10110 | 0 | 110101 | 1011010 | 1011 | 11001 | 1010010 | 110001 |
Color Harmonies of #E36A16
Complementary color
Monochromatic Colors of #E36A16
Black with #E36A16
Text Example
Text Example
White with #E36A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36A16; }
p { color: rgb(227,106,22); }
H1.HeaderClassName
{
color: #E36A16;
}
.AnyTagClassName
{
color: #E36A16;
}
</style>
background-color css
<style>
a { background-color: #E36A16; }
a { background-color: rgb(227,106,22); }
div.DivClassName
{
background-color: #E36A16;
}
.BgClassName
{
background-color: #E36A16;
}
</style>
border-color css
<style>
span { border-color: #E36A16; }
span { border-color: rgb(227,106,22); }
td.TdClassName
{
border-color: #E36A16;
}
.TagClassName
{
border-color: #E36A16;
}
</style>