Shades of Chocolate #E07616
Tints of Chocolate #E07616
RGB
CMYK
RGB Variations
Color information
#E07616 (or 0xE07616) is known color: Chocolate. HEX triplet: E0, 76 and 16. RGB value is (224,118,22). Sum of RGB (Red+Green+Blue) = 224+118+22=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E07616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07616 is #1F89E9. Grayscale: #8B8B8B. Windows color (decimal): -2066922 or 1472224. OLE color: 1472224.
HSL color Cylindrical-coordinate representation of color #E07616: hue angle of 28.51º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E07616 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.12 |
| HSL | 28.51º | 0.82% | 0.48% | - |
| HSV(B) | 28.51º | 0.9% | 0.88% | - |
| XYZ | 37.36 | 28.86 | 4.36 | - |
| YUV | 138.75 | 62.12 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 22 | 0 | 0.47 | 0.90 | 0.12 | 28.51 | 0.82 | 0.48 |
| Hex | E0 | 76 | 16 | 0 | 2F | 5A | C | 1D | 52 | 30 |
| Octal | 340 | 166 | 26 | 0 | 57 | 132 | 14 | 35 | 122 | 60 |
| Binary | 11100000 | 1110110 | 10110 | 0 | 101111 | 1011010 | 1100 | 11101 | 1010010 | 110000 |
Color Harmonies of #E07616
Complementary color
Monochromatic Colors of #E07616
Black with #E07616
Text Example
Text Example
White with #E07616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07616; }
p { color: rgb(224,118,22); }
H1.HeaderClassName
{
color: #E07616;
}
.AnyTagClassName
{
color: #E07616;
}
</style>
background-color css
<style>
a { background-color: #E07616; }
a { background-color: rgb(224,118,22); }
div.DivClassName
{
background-color: #E07616;
}
.BgClassName
{
background-color: #E07616;
}
</style>
border-color css
<style>
span { border-color: #E07616; }
span { border-color: rgb(224,118,22); }
td.TdClassName
{
border-color: #E07616;
}
.TagClassName
{
border-color: #E07616;
}
</style>