Shades of Chocolate #E36F14
Tints of Chocolate #E36F14
RGB
CMYK
RGB Variations
Color information
#E36F14 (or 0xE36F14) is known color: Chocolate. HEX triplet: E3, 6F and 14. RGB value is (227,111,20). Sum of RGB (Red+Green+Blue) = 227+111+20=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E36F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36F14 is #1C90EB. Grayscale: #878787. Windows color (decimal): -1872108 or 1339363. OLE color: 1339363.
HSL color Cylindrical-coordinate representation of color #E36F14: hue angle of 26.38º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E36F14 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 111 | 20 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.11 |
| HSL | 26.38º | 0.84% | 0.48% | - |
| HSV(B) | 26.38º | 0.91% | 0.89% | - |
| XYZ | 37.49 | 27.75 | 4.04 | - |
| YUV | 135.31 | 62.93 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 111 | 20 | 0 | 0.51 | 0.91 | 0.11 | 26.38 | 0.84 | 0.48 |
| Hex | E3 | 6F | 14 | 0 | 33 | 5B | B | 1A | 54 | 30 |
| Octal | 343 | 157 | 24 | 0 | 63 | 133 | 13 | 32 | 124 | 60 |
| Binary | 11100011 | 1101111 | 10100 | 0 | 110011 | 1011011 | 1011 | 11010 | 1010100 | 110000 |
Color Harmonies of #E36F14
Complementary color
Monochromatic Colors of #E36F14
Black with #E36F14
Text Example
Text Example
White with #E36F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36F14; }
p { color: rgb(227,111,20); }
H1.HeaderClassName
{
color: #E36F14;
}
.AnyTagClassName
{
color: #E36F14;
}
</style>
background-color css
<style>
a { background-color: #E36F14; }
a { background-color: rgb(227,111,20); }
div.DivClassName
{
background-color: #E36F14;
}
.BgClassName
{
background-color: #E36F14;
}
</style>
border-color css
<style>
span { border-color: #E36F14; }
span { border-color: rgb(227,111,20); }
td.TdClassName
{
border-color: #E36F14;
}
.TagClassName
{
border-color: #E36F14;
}
</style>