Shades of Chocolate #E36F16
Tints of Chocolate #E36F16
RGB
CMYK
RGB Variations
Color information
#E36F16 (or 0xE36F16) is known color: Chocolate. HEX triplet: E3, 6F and 16. RGB value is (227,111,22). Sum of RGB (Red+Green+Blue) = 227+111+22=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E36F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36F16 is #1C90E9. Grayscale: #888888. Windows color (decimal): -1872106 or 1470435. OLE color: 1470435.
HSL color Cylindrical-coordinate representation of color #E36F16: hue angle of 26.05º 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 #E36F16 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 111 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.11 |
| HSL | 26.05º | 0.82% | 0.49% | - |
| HSV(B) | 26.05º | 0.9% | 0.89% | - |
| XYZ | 37.51 | 27.76 | 4.14 | - |
| YUV | 135.54 | 63.93 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 111 | 22 | 0 | 0.51 | 0.90 | 0.11 | 26.05 | 0.82 | 0.49 |
| Hex | E3 | 6F | 16 | 0 | 33 | 5A | B | 1A | 52 | 31 |
| Octal | 343 | 157 | 26 | 0 | 63 | 132 | 13 | 32 | 122 | 61 |
| Binary | 11100011 | 1101111 | 10110 | 0 | 110011 | 1011010 | 1011 | 11010 | 1010010 | 110001 |
Color Harmonies of #E36F16
Complementary color
Monochromatic Colors of #E36F16
Black with #E36F16
Text Example
Text Example
White with #E36F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36F16; }
p { color: rgb(227,111,22); }
H1.HeaderClassName
{
color: #E36F16;
}
.AnyTagClassName
{
color: #E36F16;
}
</style>
background-color css
<style>
a { background-color: #E36F16; }
a { background-color: rgb(227,111,22); }
div.DivClassName
{
background-color: #E36F16;
}
.BgClassName
{
background-color: #E36F16;
}
</style>
border-color css
<style>
span { border-color: #E36F16; }
span { border-color: rgb(227,111,22); }
td.TdClassName
{
border-color: #E36F16;
}
.TagClassName
{
border-color: #E36F16;
}
</style>