Shades of Chocolate #E07013
Tints of Chocolate #E07013
RGB
CMYK
RGB Variations
Color information
#E07013 (or 0xE07013) is known color: Chocolate. HEX triplet: E0, 70 and 13. RGB value is (224,112,19). Sum of RGB (Red+Green+Blue) = 224+112+19=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E07013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07013 is #1F8FEC. Grayscale: #878787. Windows color (decimal): -2068461 or 1274080. OLE color: 1274080.
HSL color Cylindrical-coordinate representation of color #E07013: hue angle of 27.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E07013 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 19 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.12 |
| HSL | 27.22º | 0.84% | 0.48% | - |
| HSV(B) | 27.22º | 0.92% | 0.88% | - |
| XYZ | 36.65 | 27.48 | 3.99 | - |
| YUV | 134.89 | 62.61 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 19 | 0 | 0.50 | 0.92 | 0.12 | 27.22 | 0.84 | 0.48 |
| Hex | E0 | 70 | 13 | 0 | 32 | 5C | C | 1B | 54 | 30 |
| Octal | 340 | 160 | 23 | 0 | 62 | 134 | 14 | 33 | 124 | 60 |
| Binary | 11100000 | 1110000 | 10011 | 0 | 110010 | 1011100 | 1100 | 11011 | 1010100 | 110000 |
Color Harmonies of #E07013
Complementary color
Monochromatic Colors of #E07013
Black with #E07013
Text Example
Text Example
White with #E07013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07013; }
p { color: rgb(224,112,19); }
H1.HeaderClassName
{
color: #E07013;
}
.AnyTagClassName
{
color: #E07013;
}
</style>
background-color css
<style>
a { background-color: #E07013; }
a { background-color: rgb(224,112,19); }
div.DivClassName
{
background-color: #E07013;
}
.BgClassName
{
background-color: #E07013;
}
</style>
border-color css
<style>
span { border-color: #E07013; }
span { border-color: rgb(224,112,19); }
td.TdClassName
{
border-color: #E07013;
}
.TagClassName
{
border-color: #E07013;
}
</style>