Shades of Chocolate #E36514
Tints of Chocolate #E36514
RGB
CMYK
RGB Variations
Color information
#E36514 (or 0xE36514) is known color: Chocolate. HEX triplet: E3, 65 and 14. RGB value is (227,101,20). Sum of RGB (Red+Green+Blue) = 227+101+20=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E36514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36514 is #1C9AEB. Grayscale: #818181. Windows color (decimal): -1874668 or 1336803. OLE color: 1336803.
HSL color Cylindrical-coordinate representation of color #E36514: hue angle of 23.48º 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 #E36514 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 20 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.11 |
| HSL | 23.48º | 0.84% | 0.48% | - |
| HSV(B) | 23.48º | 0.91% | 0.89% | - |
| XYZ | 36.46 | 25.69 | 3.7 | - |
| YUV | 129.44 | 66.24 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 20 | 0 | 0.56 | 0.91 | 0.11 | 23.48 | 0.84 | 0.48 |
| Hex | E3 | 65 | 14 | 0 | 38 | 5B | B | 17 | 54 | 30 |
| Octal | 343 | 145 | 24 | 0 | 70 | 133 | 13 | 27 | 124 | 60 |
| Binary | 11100011 | 1100101 | 10100 | 0 | 111000 | 1011011 | 1011 | 10111 | 1010100 | 110000 |
Color Harmonies of #E36514
Complementary color
Monochromatic Colors of #E36514
Black with #E36514
Text Example
Text Example
White with #E36514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36514; }
p { color: rgb(227,101,20); }
H1.HeaderClassName
{
color: #E36514;
}
.AnyTagClassName
{
color: #E36514;
}
</style>
background-color css
<style>
a { background-color: #E36514; }
a { background-color: rgb(227,101,20); }
div.DivClassName
{
background-color: #E36514;
}
.BgClassName
{
background-color: #E36514;
}
</style>
border-color css
<style>
span { border-color: #E36514; }
span { border-color: rgb(227,101,20); }
td.TdClassName
{
border-color: #E36514;
}
.TagClassName
{
border-color: #E36514;
}
</style>