Shades of Chocolate #E37316
Tints of Chocolate #E37316
RGB
CMYK
RGB Variations
Color information
#E37316 (or 0xE37316) is known color: Chocolate. HEX triplet: E3, 73 and 16. RGB value is (227,115,22). Sum of RGB (Red+Green+Blue) = 227+115+22=364 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.36% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 227 - color contains mainly: red. Hex color #E37316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E37316 is #1C8CE9. Grayscale: #8A8A8A. Windows color (decimal): -1871082 or 1471459. OLE color: 1471459.
HSL color Cylindrical-coordinate representation of color #E37316: hue angle of 27.22º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E37316 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 22 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.11 |
| HSL | 27.22º | 0.82% | 0.49% | - |
| HSV(B) | 27.22º | 0.9% | 0.89% | - |
| XYZ | 37.95 | 28.65 | 4.29 | - |
| YUV | 137.89 | 62.61 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 22 | 0 | 0.49 | 0.90 | 0.11 | 27.22 | 0.82 | 0.49 |
| Hex | E3 | 73 | 16 | 0 | 31 | 5A | B | 1B | 52 | 31 |
| Octal | 343 | 163 | 26 | 0 | 61 | 132 | 13 | 33 | 122 | 61 |
| Binary | 11100011 | 1110011 | 10110 | 0 | 110001 | 1011010 | 1011 | 11011 | 1010010 | 110001 |
Color Harmonies of #E37316
Complementary color
Monochromatic Colors of #E37316
Black with #E37316
Text Example
Text Example
White with #E37316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37316; }
p { color: rgb(227,115,22); }
H1.HeaderClassName
{
color: #E37316;
}
.AnyTagClassName
{
color: #E37316;
}
</style>
background-color css
<style>
a { background-color: #E37316; }
a { background-color: rgb(227,115,22); }
div.DivClassName
{
background-color: #E37316;
}
.BgClassName
{
background-color: #E37316;
}
</style>
border-color css
<style>
span { border-color: #E37316; }
span { border-color: rgb(227,115,22); }
td.TdClassName
{
border-color: #E37316;
}
.TagClassName
{
border-color: #E37316;
}
</style>