Shades of Chocolate #E07014
Tints of Chocolate #E07014
RGB
CMYK
RGB Variations
Color information
#E07014 (or 0xE07014) is known color: Chocolate. HEX triplet: E0, 70 and 14. RGB value is (224,112,20). Sum of RGB (Red+Green+Blue) = 224+112+20=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E07014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07014 is #1F8FEB. Grayscale: #878787. Windows color (decimal): -2068460 or 1339616. OLE color: 1339616.
HSL color Cylindrical-coordinate representation of color #E07014: hue angle of 27.06º 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 #E07014 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 20 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.12 |
| HSL | 27.06º | 0.84% | 0.48% | - |
| HSV(B) | 27.06º | 0.91% | 0.88% | - |
| XYZ | 36.66 | 27.49 | 4.03 | - |
| YUV | 135 | 63.11 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 20 | 0 | 0.50 | 0.91 | 0.12 | 27.06 | 0.84 | 0.48 |
| Hex | E0 | 70 | 14 | 0 | 32 | 5B | C | 1B | 54 | 30 |
| Octal | 340 | 160 | 24 | 0 | 62 | 133 | 14 | 33 | 124 | 60 |
| Binary | 11100000 | 1110000 | 10100 | 0 | 110010 | 1011011 | 1100 | 11011 | 1010100 | 110000 |
Color Harmonies of #E07014
Complementary color
Monochromatic Colors of #E07014
Black with #E07014
Text Example
Text Example
White with #E07014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07014; }
p { color: rgb(224,112,20); }
H1.HeaderClassName
{
color: #E07014;
}
.AnyTagClassName
{
color: #E07014;
}
</style>
background-color css
<style>
a { background-color: #E07014; }
a { background-color: rgb(224,112,20); }
div.DivClassName
{
background-color: #E07014;
}
.BgClassName
{
background-color: #E07014;
}
</style>
border-color css
<style>
span { border-color: #E07014; }
span { border-color: rgb(224,112,20); }
td.TdClassName
{
border-color: #E07014;
}
.TagClassName
{
border-color: #E07014;
}
</style>