Shades of Chocolate #E15F15
Tints of Chocolate #E15F15
RGB
CMYK
RGB Variations
Color information
#E15F15 (or 0xE15F15) is known color: Chocolate. HEX triplet: E1, 5F and 15. RGB value is (225,95,21). Sum of RGB (Red+Green+Blue) = 225+95+21=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15F15 is #1EA0EA. Grayscale: #7D7D7D. Windows color (decimal): -2007275 or 1400801. OLE color: 1400801.
HSL color Cylindrical-coordinate representation of color #E15F15: hue angle of 21.76º 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 #E15F15 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 21 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.12 |
| HSL | 21.76º | 0.83% | 0.48% | - |
| HSV(B) | 21.76º | 0.91% | 0.88% | - |
| XYZ | 35.28 | 24.25 | 3.53 | - |
| YUV | 125.43 | 69.07 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 21 | 0 | 0.58 | 0.91 | 0.12 | 21.76 | 0.83 | 0.48 |
| Hex | E1 | 5F | 15 | 0 | 3A | 5B | C | 16 | 53 | 30 |
| Octal | 341 | 137 | 25 | 0 | 72 | 133 | 14 | 26 | 123 | 60 |
| Binary | 11100001 | 1011111 | 10101 | 0 | 111010 | 1011011 | 1100 | 10110 | 1010011 | 110000 |
Color Harmonies of #E15F15
Complementary color
Monochromatic Colors of #E15F15
Black with #E15F15
Text Example
Text Example
White with #E15F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15F15; }
p { color: rgb(225,95,21); }
H1.HeaderClassName
{
color: #E15F15;
}
.AnyTagClassName
{
color: #E15F15;
}
</style>
background-color css
<style>
a { background-color: #E15F15; }
a { background-color: rgb(225,95,21); }
div.DivClassName
{
background-color: #E15F15;
}
.BgClassName
{
background-color: #E15F15;
}
</style>
border-color css
<style>
span { border-color: #E15F15; }
span { border-color: rgb(225,95,21); }
td.TdClassName
{
border-color: #E15F15;
}
.TagClassName
{
border-color: #E15F15;
}
</style>