Shades of Chocolate #E36015
Tints of Chocolate #E36015
RGB
CMYK
RGB Variations
Color information
#E36015 (or 0xE36015) is known color: Chocolate. HEX triplet: E3, 60 and 15. RGB value is (227,96,21). Sum of RGB (Red+Green+Blue) = 227+96+21=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E36015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36015 is #1C9FEA. Grayscale: #7F7F7F. Windows color (decimal): -1875947 or 1401059. OLE color: 1401059.
HSL color Cylindrical-coordinate representation of color #E36015: hue angle of 21.84º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E36015 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 21 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.11 |
| HSL | 21.84º | 0.83% | 0.49% | - |
| HSV(B) | 21.84º | 0.91% | 0.89% | - |
| XYZ | 36 | 24.75 | 3.59 | - |
| YUV | 126.62 | 68.4 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 21 | 0 | 0.58 | 0.91 | 0.11 | 21.84 | 0.83 | 0.49 |
| Hex | E3 | 60 | 15 | 0 | 3A | 5B | B | 16 | 53 | 31 |
| Octal | 343 | 140 | 25 | 0 | 72 | 133 | 13 | 26 | 123 | 61 |
| Binary | 11100011 | 1100000 | 10101 | 0 | 111010 | 1011011 | 1011 | 10110 | 1010011 | 110001 |
Color Harmonies of #E36015
Complementary color
Monochromatic Colors of #E36015
Black with #E36015
Text Example
Text Example
White with #E36015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36015; }
p { color: rgb(227,96,21); }
H1.HeaderClassName
{
color: #E36015;
}
.AnyTagClassName
{
color: #E36015;
}
</style>
background-color css
<style>
a { background-color: #E36015; }
a { background-color: rgb(227,96,21); }
div.DivClassName
{
background-color: #E36015;
}
.BgClassName
{
background-color: #E36015;
}
</style>
border-color css
<style>
span { border-color: #E36015; }
span { border-color: rgb(227,96,21); }
td.TdClassName
{
border-color: #E36015;
}
.TagClassName
{
border-color: #E36015;
}
</style>