Shades of Chocolate #E15D15
Tints of Chocolate #E15D15
RGB
CMYK
RGB Variations
Color information
#E15D15 (or 0xE15D15) is known color: Chocolate. HEX triplet: E1, 5D and 15. RGB value is (225,93,21). Sum of RGB (Red+Green+Blue) = 225+93+21=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15D15 is #1EA2EA. Grayscale: #7C7C7C. Windows color (decimal): -2007787 or 1400289. OLE color: 1400289.
HSL color Cylindrical-coordinate representation of color #E15D15: hue angle of 21.18º 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 #E15D15 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 21 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.12 |
| HSL | 21.18º | 0.83% | 0.48% | - |
| HSV(B) | 21.18º | 0.91% | 0.88% | - |
| XYZ | 35.1 | 23.89 | 3.47 | - |
| YUV | 124.26 | 69.73 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 21 | 0 | 0.59 | 0.91 | 0.12 | 21.18 | 0.83 | 0.48 |
| Hex | E1 | 5D | 15 | 0 | 3B | 5B | C | 15 | 53 | 30 |
| Octal | 341 | 135 | 25 | 0 | 73 | 133 | 14 | 25 | 123 | 60 |
| Binary | 11100001 | 1011101 | 10101 | 0 | 111011 | 1011011 | 1100 | 10101 | 1010011 | 110000 |
Color Harmonies of #E15D15
Complementary color
Monochromatic Colors of #E15D15
Black with #E15D15
Text Example
Text Example
White with #E15D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D15; }
p { color: rgb(225,93,21); }
H1.HeaderClassName
{
color: #E15D15;
}
.AnyTagClassName
{
color: #E15D15;
}
</style>
background-color css
<style>
a { background-color: #E15D15; }
a { background-color: rgb(225,93,21); }
div.DivClassName
{
background-color: #E15D15;
}
.BgClassName
{
background-color: #E15D15;
}
</style>
border-color css
<style>
span { border-color: #E15D15; }
span { border-color: rgb(225,93,21); }
td.TdClassName
{
border-color: #E15D15;
}
.TagClassName
{
border-color: #E15D15;
}
</style>