Shades of Chocolate #E36A15
Tints of Chocolate #E36A15
RGB
CMYK
RGB Variations
Color information
#E36A15 (or 0xE36A15) is known color: Chocolate. HEX triplet: E3, 6A and 15. RGB value is (227,106,21). Sum of RGB (Red+Green+Blue) = 227+106+21=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E36A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36A15 is #1C95EA. Grayscale: #848484. Windows color (decimal): -1873387 or 1403619. OLE color: 1403619.
HSL color Cylindrical-coordinate representation of color #E36A15: hue angle of 24.76º 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 #E36A15 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 106 | 21 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.11 |
| HSL | 24.76º | 0.83% | 0.49% | - |
| HSV(B) | 24.76º | 0.91% | 0.89% | - |
| XYZ | 36.97 | 26.69 | 3.91 | - |
| YUV | 132.49 | 65.09 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 21 | 0 | 0.53 | 0.91 | 0.11 | 24.76 | 0.83 | 0.49 |
| Hex | E3 | 6A | 15 | 0 | 35 | 5B | B | 19 | 53 | 31 |
| Octal | 343 | 152 | 25 | 0 | 65 | 133 | 13 | 31 | 123 | 61 |
| Binary | 11100011 | 1101010 | 10101 | 0 | 110101 | 1011011 | 1011 | 11001 | 1010011 | 110001 |
Color Harmonies of #E36A15
Complementary color
Monochromatic Colors of #E36A15
Black with #E36A15
Text Example
Text Example
White with #E36A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36A15; }
p { color: rgb(227,106,21); }
H1.HeaderClassName
{
color: #E36A15;
}
.AnyTagClassName
{
color: #E36A15;
}
</style>
background-color css
<style>
a { background-color: #E36A15; }
a { background-color: rgb(227,106,21); }
div.DivClassName
{
background-color: #E36A15;
}
.BgClassName
{
background-color: #E36A15;
}
</style>
border-color css
<style>
span { border-color: #E36A15; }
span { border-color: rgb(227,106,21); }
td.TdClassName
{
border-color: #E36A15;
}
.TagClassName
{
border-color: #E36A15;
}
</style>