Shades of Chocolate #E17215
Tints of Chocolate #E17215
RGB
CMYK
RGB Variations
Color information
#E17215 (or 0xE17215) is known color: Chocolate. HEX triplet: E1, 72 and 15. RGB value is (225,114,21). Sum of RGB (Red+Green+Blue) = 225+114+21=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E17215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17215 is #1E8DEA. Grayscale: #898989. Windows color (decimal): -2002411 or 1405665. OLE color: 1405665.
HSL color Cylindrical-coordinate representation of color #E17215: hue angle of 27.35º degrees, saturation: 0.83, 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 #E17215 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 21 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.12 |
| HSL | 27.35º | 0.83% | 0.48% | - |
| HSV(B) | 27.35º | 0.91% | 0.88% | - |
| XYZ | 37.2 | 28.1 | 4.17 | - |
| YUV | 136.59 | 62.77 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 21 | 0 | 0.49 | 0.91 | 0.12 | 27.35 | 0.83 | 0.48 |
| Hex | E1 | 72 | 15 | 0 | 31 | 5B | C | 1B | 53 | 30 |
| Octal | 341 | 162 | 25 | 0 | 61 | 133 | 14 | 33 | 123 | 60 |
| Binary | 11100001 | 1110010 | 10101 | 0 | 110001 | 1011011 | 1100 | 11011 | 1010011 | 110000 |
Color Harmonies of #E17215
Complementary color
Monochromatic Colors of #E17215
Black with #E17215
Text Example
Text Example
White with #E17215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17215; }
p { color: rgb(225,114,21); }
H1.HeaderClassName
{
color: #E17215;
}
.AnyTagClassName
{
color: #E17215;
}
</style>
background-color css
<style>
a { background-color: #E17215; }
a { background-color: rgb(225,114,21); }
div.DivClassName
{
background-color: #E17215;
}
.BgClassName
{
background-color: #E17215;
}
</style>
border-color css
<style>
span { border-color: #E17215; }
span { border-color: rgb(225,114,21); }
td.TdClassName
{
border-color: #E17215;
}
.TagClassName
{
border-color: #E17215;
}
</style>