Shades of Chocolate #E06E14
Tints of Chocolate #E06E14
RGB
CMYK
RGB Variations
Color information
#E06E14 (or 0xE06E14) is known color: Chocolate. HEX triplet: E0, 6E and 14. RGB value is (224,110,20). Sum of RGB (Red+Green+Blue) = 224+110+20=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06E14 is #1F91EB. Grayscale: #868686. Windows color (decimal): -2068972 or 1339104. OLE color: 1339104.
HSL color Cylindrical-coordinate representation of color #E06E14: hue angle of 26.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E06E14 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 20 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.12 |
| HSL | 26.47º | 0.84% | 0.48% | - |
| HSV(B) | 26.47º | 0.91% | 0.88% | - |
| XYZ | 36.44 | 27.05 | 3.96 | - |
| YUV | 133.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 20 | 0 | 0.51 | 0.91 | 0.12 | 26.47 | 0.84 | 0.48 |
| Hex | E0 | 6E | 14 | 0 | 33 | 5B | C | 1A | 54 | 30 |
| Octal | 340 | 156 | 24 | 0 | 63 | 133 | 14 | 32 | 124 | 60 |
| Binary | 11100000 | 1101110 | 10100 | 0 | 110011 | 1011011 | 1100 | 11010 | 1010100 | 110000 |
Color Harmonies of #E06E14
Complementary color
Monochromatic Colors of #E06E14
Black with #E06E14
Text Example
Text Example
White with #E06E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E14; }
p { color: rgb(224,110,20); }
H1.HeaderClassName
{
color: #E06E14;
}
.AnyTagClassName
{
color: #E06E14;
}
</style>
background-color css
<style>
a { background-color: #E06E14; }
a { background-color: rgb(224,110,20); }
div.DivClassName
{
background-color: #E06E14;
}
.BgClassName
{
background-color: #E06E14;
}
</style>
border-color css
<style>
span { border-color: #E06E14; }
span { border-color: rgb(224,110,20); }
td.TdClassName
{
border-color: #E06E14;
}
.TagClassName
{
border-color: #E06E14;
}
</style>