Shades of Chocolate #E17014
Tints of Chocolate #E17014
RGB
CMYK
RGB Variations
Color information
#E17014 (or 0xE17014) is known color: Chocolate. HEX triplet: E1, 70 and 14. RGB value is (225,112,20). Sum of RGB (Red+Green+Blue) = 225+112+20=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E17014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17014 is #1E8FEB. Grayscale: #878787. Windows color (decimal): -2002924 or 1339617. OLE color: 1339617.
HSL color Cylindrical-coordinate representation of color #E17014: hue angle of 26.93º 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 #E17014 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 20 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.12 |
| HSL | 26.93º | 0.84% | 0.48% | - |
| HSV(B) | 26.93º | 0.91% | 0.88% | - |
| XYZ | 36.97 | 27.65 | 4.05 | - |
| YUV | 135.3 | 62.94 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 20 | 0 | 0.50 | 0.91 | 0.12 | 26.93 | 0.84 | 0.48 |
| Hex | E1 | 70 | 14 | 0 | 32 | 5B | C | 1B | 54 | 30 |
| Octal | 341 | 160 | 24 | 0 | 62 | 133 | 14 | 33 | 124 | 60 |
| Binary | 11100001 | 1110000 | 10100 | 0 | 110010 | 1011011 | 1100 | 11011 | 1010100 | 110000 |
Color Harmonies of #E17014
Complementary color
Monochromatic Colors of #E17014
Black with #E17014
Text Example
Text Example
White with #E17014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17014; }
p { color: rgb(225,112,20); }
H1.HeaderClassName
{
color: #E17014;
}
.AnyTagClassName
{
color: #E17014;
}
</style>
background-color css
<style>
a { background-color: #E17014; }
a { background-color: rgb(225,112,20); }
div.DivClassName
{
background-color: #E17014;
}
.BgClassName
{
background-color: #E17014;
}
</style>
border-color css
<style>
span { border-color: #E17014; }
span { border-color: rgb(225,112,20); }
td.TdClassName
{
border-color: #E17014;
}
.TagClassName
{
border-color: #E17014;
}
</style>