Shades of Chocolate #E36121
Tints of Chocolate #E36121
RGB
CMYK
RGB Variations
Color information
#E36121 (or 0xE36121) is known color: Chocolate. HEX triplet: E3, 61 and 21. RGB value is (227,97,33). Sum of RGB (Red+Green+Blue) = 227+97+33=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E36121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36121 is #1C9EDE. Grayscale: #808080. Windows color (decimal): -1875679 or 2187747. OLE color: 2187747.
HSL color Cylindrical-coordinate representation of color #E36121: hue angle of 19.79º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E36121 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 33 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.11 |
| HSL | 19.79º | 0.78% | 0.51% | - |
| HSV(B) | 19.79º | 0.85% | 0.89% | - |
| XYZ | 36.23 | 24.99 | 4.35 | - |
| YUV | 128.57 | 74.07 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 33 | 0 | 0.57 | 0.85 | 0.11 | 19.79 | 0.78 | 0.51 |
| Hex | E3 | 61 | 21 | 0 | 39 | 55 | B | 14 | 4E | 33 |
| Octal | 343 | 141 | 41 | 0 | 71 | 125 | 13 | 24 | 116 | 63 |
| Binary | 11100011 | 1100001 | 100001 | 0 | 111001 | 1010101 | 1011 | 10100 | 1001110 | 110011 |
Color Harmonies of #E36121
Complementary color
Monochromatic Colors of #E36121
Black with #E36121
Text Example
Text Example
White with #E36121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36121; }
p { color: rgb(227,97,33); }
H1.HeaderClassName
{
color: #E36121;
}
.AnyTagClassName
{
color: #E36121;
}
</style>
background-color css
<style>
a { background-color: #E36121; }
a { background-color: rgb(227,97,33); }
div.DivClassName
{
background-color: #E36121;
}
.BgClassName
{
background-color: #E36121;
}
</style>
border-color css
<style>
span { border-color: #E36121; }
span { border-color: rgb(227,97,33); }
td.TdClassName
{
border-color: #E36121;
}
.TagClassName
{
border-color: #E36121;
}
</style>