Shades of Chocolate #E15C16
Tints of Chocolate #E15C16
RGB
CMYK
RGB Variations
Color information
#E15C16 (or 0xE15C16) is known color: Chocolate. HEX triplet: E1, 5C and 16. RGB value is (225,92,22). Sum of RGB (Red+Green+Blue) = 225+92+22=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C16 is #1EA3E9. Grayscale: #7C7C7C. Windows color (decimal): -2008042 or 1465569. OLE color: 1465569.
HSL color Cylindrical-coordinate representation of color #E15C16: hue angle of 20.69º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E15C16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.12 |
| HSL | 20.69º | 0.82% | 0.48% | - |
| HSV(B) | 20.69º | 0.9% | 0.88% | - |
| XYZ | 35.02 | 23.72 | 3.49 | - |
| YUV | 123.79 | 70.56 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 22 | 0 | 0.59 | 0.90 | 0.12 | 20.69 | 0.82 | 0.48 |
| Hex | E1 | 5C | 16 | 0 | 3B | 5A | C | 15 | 52 | 30 |
| Octal | 341 | 134 | 26 | 0 | 73 | 132 | 14 | 25 | 122 | 60 |
| Binary | 11100001 | 1011100 | 10110 | 0 | 111011 | 1011010 | 1100 | 10101 | 1010010 | 110000 |
Color Harmonies of #E15C16
Complementary color
Monochromatic Colors of #E15C16
Black with #E15C16
Text Example
Text Example
White with #E15C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C16; }
p { color: rgb(225,92,22); }
H1.HeaderClassName
{
color: #E15C16;
}
.AnyTagClassName
{
color: #E15C16;
}
</style>
background-color css
<style>
a { background-color: #E15C16; }
a { background-color: rgb(225,92,22); }
div.DivClassName
{
background-color: #E15C16;
}
.BgClassName
{
background-color: #E15C16;
}
</style>
border-color css
<style>
span { border-color: #E15C16; }
span { border-color: rgb(225,92,22); }
td.TdClassName
{
border-color: #E15C16;
}
.TagClassName
{
border-color: #E15C16;
}
</style>