Shades of Chocolate #E06014
Tints of Chocolate #E06014
RGB
CMYK
RGB Variations
Color information
#E06014 (or 0xE06014) is known color: Chocolate. HEX triplet: E0, 60 and 14. RGB value is (224,96,20). Sum of RGB (Red+Green+Blue) = 224+96+20=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E06014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06014 is #1F9FEB. Grayscale: #7E7E7E. Windows color (decimal): -2072556 or 1335520. OLE color: 1335520.
HSL color Cylindrical-coordinate representation of color #E06014: hue angle of 22.35º 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 #E06014 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 20 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.12 |
| HSL | 22.35º | 0.84% | 0.48% | - |
| HSV(B) | 22.35º | 0.91% | 0.88% | - |
| XYZ | 35.05 | 24.26 | 3.5 | - |
| YUV | 125.61 | 68.41 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 20 | 0 | 0.57 | 0.91 | 0.12 | 22.35 | 0.84 | 0.48 |
| Hex | E0 | 60 | 14 | 0 | 39 | 5B | C | 16 | 54 | 30 |
| Octal | 340 | 140 | 24 | 0 | 71 | 133 | 14 | 26 | 124 | 60 |
| Binary | 11100000 | 1100000 | 10100 | 0 | 111001 | 1011011 | 1100 | 10110 | 1010100 | 110000 |
Color Harmonies of #E06014
Complementary color
Monochromatic Colors of #E06014
Black with #E06014
Text Example
Text Example
White with #E06014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06014; }
p { color: rgb(224,96,20); }
H1.HeaderClassName
{
color: #E06014;
}
.AnyTagClassName
{
color: #E06014;
}
</style>
background-color css
<style>
a { background-color: #E06014; }
a { background-color: rgb(224,96,20); }
div.DivClassName
{
background-color: #E06014;
}
.BgClassName
{
background-color: #E06014;
}
</style>
border-color css
<style>
span { border-color: #E06014; }
span { border-color: rgb(224,96,20); }
td.TdClassName
{
border-color: #E06014;
}
.TagClassName
{
border-color: #E06014;
}
</style>