Shades of Chocolate #E06216
Tints of Chocolate #E06216
RGB
CMYK
RGB Variations
Color information
#E06216 (or 0xE06216) is known color: Chocolate. HEX triplet: E0, 62 and 16. RGB value is (224,98,22). Sum of RGB (Red+Green+Blue) = 224+98+22=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E06216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06216 is #1F9DE9. Grayscale: #7F7F7F. Windows color (decimal): -2072042 or 1467104. OLE color: 1467104.
HSL color Cylindrical-coordinate representation of color #E06216: hue angle of 22.57º 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 #E06216 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 22 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.12 |
| HSL | 22.57º | 0.82% | 0.48% | - |
| HSV(B) | 22.57º | 0.9% | 0.88% | - |
| XYZ | 35.25 | 24.64 | 3.66 | - |
| YUV | 127.01 | 68.74 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 22 | 0 | 0.56 | 0.90 | 0.12 | 22.57 | 0.82 | 0.48 |
| Hex | E0 | 62 | 16 | 0 | 38 | 5A | C | 17 | 52 | 30 |
| Octal | 340 | 142 | 26 | 0 | 70 | 132 | 14 | 27 | 122 | 60 |
| Binary | 11100000 | 1100010 | 10110 | 0 | 111000 | 1011010 | 1100 | 10111 | 1010010 | 110000 |
Color Harmonies of #E06216
Complementary color
Monochromatic Colors of #E06216
Black with #E06216
Text Example
Text Example
White with #E06216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06216; }
p { color: rgb(224,98,22); }
H1.HeaderClassName
{
color: #E06216;
}
.AnyTagClassName
{
color: #E06216;
}
</style>
background-color css
<style>
a { background-color: #E06216; }
a { background-color: rgb(224,98,22); }
div.DivClassName
{
background-color: #E06216;
}
.BgClassName
{
background-color: #E06216;
}
</style>
border-color css
<style>
span { border-color: #E06216; }
span { border-color: rgb(224,98,22); }
td.TdClassName
{
border-color: #E06216;
}
.TagClassName
{
border-color: #E06216;
}
</style>