Shades of Chocolate #E06116
Tints of Chocolate #E06116
RGB
CMYK
RGB Variations
Color information
#E06116 (or 0xE06116) is known color: Chocolate. HEX triplet: E0, 61 and 16. RGB value is (224,97,22). Sum of RGB (Red+Green+Blue) = 224+97+22=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E06116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06116 is #1F9EE9. Grayscale: #7E7E7E. Windows color (decimal): -2072298 or 1466848. OLE color: 1466848.
HSL color Cylindrical-coordinate representation of color #E06116: hue angle of 22.28º 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 #E06116 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 22 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.12 |
| HSL | 22.28º | 0.82% | 0.48% | - |
| HSV(B) | 22.28º | 0.9% | 0.88% | - |
| XYZ | 35.16 | 24.45 | 3.63 | - |
| YUV | 126.42 | 69.08 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 22 | 0 | 0.57 | 0.90 | 0.12 | 22.28 | 0.82 | 0.48 |
| Hex | E0 | 61 | 16 | 0 | 39 | 5A | C | 16 | 52 | 30 |
| Octal | 340 | 141 | 26 | 0 | 71 | 132 | 14 | 26 | 122 | 60 |
| Binary | 11100000 | 1100001 | 10110 | 0 | 111001 | 1011010 | 1100 | 10110 | 1010010 | 110000 |
Color Harmonies of #E06116
Complementary color
Monochromatic Colors of #E06116
Black with #E06116
Text Example
Text Example
White with #E06116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06116; }
p { color: rgb(224,97,22); }
H1.HeaderClassName
{
color: #E06116;
}
.AnyTagClassName
{
color: #E06116;
}
</style>
background-color css
<style>
a { background-color: #E06116; }
a { background-color: rgb(224,97,22); }
div.DivClassName
{
background-color: #E06116;
}
.BgClassName
{
background-color: #E06116;
}
</style>
border-color css
<style>
span { border-color: #E06116; }
span { border-color: rgb(224,97,22); }
td.TdClassName
{
border-color: #E06116;
}
.TagClassName
{
border-color: #E06116;
}
</style>