Shades of Chocolate #E36018
Tints of Chocolate #E36018
RGB
CMYK
RGB Variations
Color information
#E36018 (or 0xE36018) is known color: Chocolate. HEX triplet: E3, 60 and 18. RGB value is (227,96,24). Sum of RGB (Red+Green+Blue) = 227+96+24=347 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.42% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 227 - color contains mainly: red. Hex color #E36018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36018 is #1C9FE7. Grayscale: #7F7F7F. Windows color (decimal): -1875944 or 1597667. OLE color: 1597667.
HSL color Cylindrical-coordinate representation of color #E36018: hue angle of 21.28º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E36018 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 24 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.11 |
| HSL | 21.28º | 0.81% | 0.49% | - |
| HSV(B) | 21.28º | 0.89% | 0.89% | - |
| XYZ | 36.03 | 24.76 | 3.75 | - |
| YUV | 126.96 | 69.9 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 24 | 0 | 0.58 | 0.89 | 0.11 | 21.28 | 0.81 | 0.49 |
| Hex | E3 | 60 | 18 | 0 | 3A | 59 | B | 15 | 51 | 31 |
| Octal | 343 | 140 | 30 | 0 | 72 | 131 | 13 | 25 | 121 | 61 |
| Binary | 11100011 | 1100000 | 11000 | 0 | 111010 | 1011001 | 1011 | 10101 | 1010001 | 110001 |
Color Harmonies of #E36018
Complementary color
Monochromatic Colors of #E36018
Black with #E36018
Text Example
Text Example
White with #E36018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36018; }
p { color: rgb(227,96,24); }
H1.HeaderClassName
{
color: #E36018;
}
.AnyTagClassName
{
color: #E36018;
}
</style>
background-color css
<style>
a { background-color: #E36018; }
a { background-color: rgb(227,96,24); }
div.DivClassName
{
background-color: #E36018;
}
.BgClassName
{
background-color: #E36018;
}
</style>
border-color css
<style>
span { border-color: #E36018; }
span { border-color: rgb(227,96,24); }
td.TdClassName
{
border-color: #E36018;
}
.TagClassName
{
border-color: #E36018;
}
</style>