Shades of Chocolate #E06B16
Tints of Chocolate #E06B16
RGB
CMYK
RGB Variations
Color information
#E06B16 (or 0xE06B16) is known color: Chocolate. HEX triplet: E0, 6B and 16. RGB value is (224,107,22). Sum of RGB (Red+Green+Blue) = 224+107+22=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06B16 is #1F94E9. Grayscale: #848484. Windows color (decimal): -2069738 or 1469408. OLE color: 1469408.
HSL color Cylindrical-coordinate representation of color #E06B16: hue angle of 25.25º 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 #E06B16 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 22 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.12 |
| HSL | 25.25º | 0.82% | 0.48% | - |
| HSV(B) | 25.25º | 0.9% | 0.88% | - |
| XYZ | 36.14 | 26.42 | 3.95 | - |
| YUV | 132.29 | 65.76 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 22 | 0 | 0.52 | 0.90 | 0.12 | 25.25 | 0.82 | 0.48 |
| Hex | E0 | 6B | 16 | 0 | 34 | 5A | C | 19 | 52 | 30 |
| Octal | 340 | 153 | 26 | 0 | 64 | 132 | 14 | 31 | 122 | 60 |
| Binary | 11100000 | 1101011 | 10110 | 0 | 110100 | 1011010 | 1100 | 11001 | 1010010 | 110000 |
Color Harmonies of #E06B16
Complementary color
Monochromatic Colors of #E06B16
Black with #E06B16
Text Example
Text Example
White with #E06B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B16; }
p { color: rgb(224,107,22); }
H1.HeaderClassName
{
color: #E06B16;
}
.AnyTagClassName
{
color: #E06B16;
}
</style>
background-color css
<style>
a { background-color: #E06B16; }
a { background-color: rgb(224,107,22); }
div.DivClassName
{
background-color: #E06B16;
}
.BgClassName
{
background-color: #E06B16;
}
</style>
border-color css
<style>
span { border-color: #E06B16; }
span { border-color: rgb(224,107,22); }
td.TdClassName
{
border-color: #E06B16;
}
.TagClassName
{
border-color: #E06B16;
}
</style>