Shades of Chocolate #E15D16
Tints of Chocolate #E15D16
RGB
CMYK
RGB Variations
Color information
#E15D16 (or 0xE15D16) is known color: Chocolate. HEX triplet: E1, 5D and 16. RGB value is (225,93,22). Sum of RGB (Red+Green+Blue) = 225+93+22=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15D16 is #1EA2E9. Grayscale: #7C7C7C. Windows color (decimal): -2007786 or 1465825. OLE color: 1465825.
HSL color Cylindrical-coordinate representation of color #E15D16: hue angle of 20.99º 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 #E15D16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.12 |
| HSL | 20.99º | 0.82% | 0.48% | - |
| HSV(B) | 20.99º | 0.9% | 0.88% | - |
| XYZ | 35.11 | 23.89 | 3.52 | - |
| YUV | 124.37 | 70.23 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 22 | 0 | 0.59 | 0.90 | 0.12 | 20.99 | 0.82 | 0.48 |
| Hex | E1 | 5D | 16 | 0 | 3B | 5A | C | 15 | 52 | 30 |
| Octal | 341 | 135 | 26 | 0 | 73 | 132 | 14 | 25 | 122 | 60 |
| Binary | 11100001 | 1011101 | 10110 | 0 | 111011 | 1011010 | 1100 | 10101 | 1010010 | 110000 |
Color Harmonies of #E15D16
Complementary color
Monochromatic Colors of #E15D16
Black with #E15D16
Text Example
Text Example
White with #E15D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D16; }
p { color: rgb(225,93,22); }
H1.HeaderClassName
{
color: #E15D16;
}
.AnyTagClassName
{
color: #E15D16;
}
</style>
background-color css
<style>
a { background-color: #E15D16; }
a { background-color: rgb(225,93,22); }
div.DivClassName
{
background-color: #E15D16;
}
.BgClassName
{
background-color: #E15D16;
}
</style>
border-color css
<style>
span { border-color: #E15D16; }
span { border-color: rgb(225,93,22); }
td.TdClassName
{
border-color: #E15D16;
}
.TagClassName
{
border-color: #E15D16;
}
</style>