Shades of Chocolate #E17214
Tints of Chocolate #E17214
RGB
CMYK
RGB Variations
Color information
#E17214 (or 0xE17214) is known color: Chocolate. HEX triplet: E1, 72 and 14. RGB value is (225,114,20). Sum of RGB (Red+Green+Blue) = 225+114+20=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E17214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17214 is #1E8DEB. Grayscale: #888888. Windows color (decimal): -2002412 or 1340129. OLE color: 1340129.
HSL color Cylindrical-coordinate representation of color #E17214: hue angle of 27.51º 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 #E17214 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 20 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.12 |
| HSL | 27.51º | 0.84% | 0.48% | - |
| HSV(B) | 27.51º | 0.91% | 0.88% | - |
| XYZ | 37.19 | 28.09 | 4.12 | - |
| YUV | 136.47 | 62.27 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 20 | 0 | 0.49 | 0.91 | 0.12 | 27.51 | 0.84 | 0.48 |
| Hex | E1 | 72 | 14 | 0 | 31 | 5B | C | 1C | 54 | 30 |
| Octal | 341 | 162 | 24 | 0 | 61 | 133 | 14 | 34 | 124 | 60 |
| Binary | 11100001 | 1110010 | 10100 | 0 | 110001 | 1011011 | 1100 | 11100 | 1010100 | 110000 |
Color Harmonies of #E17214
Complementary color
Monochromatic Colors of #E17214
Black with #E17214
Text Example
Text Example
White with #E17214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17214; }
p { color: rgb(225,114,20); }
H1.HeaderClassName
{
color: #E17214;
}
.AnyTagClassName
{
color: #E17214;
}
</style>
background-color css
<style>
a { background-color: #E17214; }
a { background-color: rgb(225,114,20); }
div.DivClassName
{
background-color: #E17214;
}
.BgClassName
{
background-color: #E17214;
}
</style>
border-color css
<style>
span { border-color: #E17214; }
span { border-color: rgb(225,114,20); }
td.TdClassName
{
border-color: #E17214;
}
.TagClassName
{
border-color: #E17214;
}
</style>