Shades of Chocolate #E07416
Tints of Chocolate #E07416
RGB
CMYK
RGB Variations
Color information
#E07416 (or 0xE07416) is known color: Chocolate. HEX triplet: E0, 74 and 16. RGB value is (224,116,22). Sum of RGB (Red+Green+Blue) = 224+116+22=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E07416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07416 is #1F8BE9. Grayscale: #8A8A8A. Windows color (decimal): -2067434 or 1471712. OLE color: 1471712.
HSL color Cylindrical-coordinate representation of color #E07416: hue angle of 27.92º 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 #E07416 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 22 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.12 |
| HSL | 27.92º | 0.82% | 0.48% | - |
| HSV(B) | 27.92º | 0.9% | 0.88% | - |
| XYZ | 37.13 | 28.4 | 4.28 | - |
| YUV | 137.58 | 62.78 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 22 | 0 | 0.48 | 0.90 | 0.12 | 27.92 | 0.82 | 0.48 |
| Hex | E0 | 74 | 16 | 0 | 30 | 5A | C | 1C | 52 | 30 |
| Octal | 340 | 164 | 26 | 0 | 60 | 132 | 14 | 34 | 122 | 60 |
| Binary | 11100000 | 1110100 | 10110 | 0 | 110000 | 1011010 | 1100 | 11100 | 1010010 | 110000 |
Color Harmonies of #E07416
Complementary color
Monochromatic Colors of #E07416
Black with #E07416
Text Example
Text Example
White with #E07416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07416; }
p { color: rgb(224,116,22); }
H1.HeaderClassName
{
color: #E07416;
}
.AnyTagClassName
{
color: #E07416;
}
</style>
background-color css
<style>
a { background-color: #E07416; }
a { background-color: rgb(224,116,22); }
div.DivClassName
{
background-color: #E07416;
}
.BgClassName
{
background-color: #E07416;
}
</style>
border-color css
<style>
span { border-color: #E07416; }
span { border-color: rgb(224,116,22); }
td.TdClassName
{
border-color: #E07416;
}
.TagClassName
{
border-color: #E07416;
}
</style>