Shades of Chocolate #E36014
Tints of Chocolate #E36014
RGB
CMYK
RGB Variations
Color information
#E36014 (or 0xE36014) is known color: Chocolate. HEX triplet: E3, 60 and 14. RGB value is (227,96,20). Sum of RGB (Red+Green+Blue) = 227+96+20=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E36014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36014 is #1C9FEB. Grayscale: #7E7E7E. Windows color (decimal): -1875948 or 1335523. OLE color: 1335523.
HSL color Cylindrical-coordinate representation of color #E36014: hue angle of 22.03º 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 #E36014 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 20 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.11 |
| HSL | 22.03º | 0.84% | 0.48% | - |
| HSV(B) | 22.03º | 0.91% | 0.89% | - |
| XYZ | 35.99 | 24.75 | 3.54 | - |
| YUV | 126.51 | 67.9 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 20 | 0 | 0.58 | 0.91 | 0.11 | 22.03 | 0.84 | 0.48 |
| Hex | E3 | 60 | 14 | 0 | 3A | 5B | B | 16 | 54 | 30 |
| Octal | 343 | 140 | 24 | 0 | 72 | 133 | 13 | 26 | 124 | 60 |
| Binary | 11100011 | 1100000 | 10100 | 0 | 111010 | 1011011 | 1011 | 10110 | 1010100 | 110000 |
Color Harmonies of #E36014
Complementary color
Monochromatic Colors of #E36014
Black with #E36014
Text Example
Text Example
White with #E36014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36014; }
p { color: rgb(227,96,20); }
H1.HeaderClassName
{
color: #E36014;
}
.AnyTagClassName
{
color: #E36014;
}
</style>
background-color css
<style>
a { background-color: #E36014; }
a { background-color: rgb(227,96,20); }
div.DivClassName
{
background-color: #E36014;
}
.BgClassName
{
background-color: #E36014;
}
</style>
border-color css
<style>
span { border-color: #E36014; }
span { border-color: rgb(227,96,20); }
td.TdClassName
{
border-color: #E36014;
}
.TagClassName
{
border-color: #E36014;
}
</style>