Shades of Chocolate #E15D25
Tints of Chocolate #E15D25
RGB
CMYK
RGB Variations
Color information
#E15D25 (or 0xE15D25) is known color: Chocolate. HEX triplet: E1, 5D and 25. RGB value is (225,93,37). Sum of RGB (Red+Green+Blue) = 225+93+37=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D25 is #1EA2DA. Grayscale: #7E7E7E. Windows color (decimal): -2007771 or 2448865. OLE color: 2448865.
HSL color Cylindrical-coordinate representation of color #E15D25: hue angle of 17.87º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E15D25 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 37 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.12 |
| HSL | 17.87º | 0.76% | 0.51% | - |
| HSV(B) | 17.87º | 0.84% | 0.88% | - |
| XYZ | 35.3 | 23.97 | 4.52 | - |
| YUV | 126.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 37 | 0 | 0.59 | 0.84 | 0.12 | 17.87 | 0.76 | 0.51 |
| Hex | E1 | 5D | 25 | 0 | 3B | 54 | C | 12 | 4C | 33 |
| Octal | 341 | 135 | 45 | 0 | 73 | 124 | 14 | 22 | 114 | 63 |
| Binary | 11100001 | 1011101 | 100101 | 0 | 111011 | 1010100 | 1100 | 10010 | 1001100 | 110011 |
Color Harmonies of #E15D25
Complementary color
Monochromatic Colors of #E15D25
Black with #E15D25
Text Example
Text Example
White with #E15D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D25; }
p { color: rgb(225,93,37); }
H1.HeaderClassName
{
color: #E15D25;
}
.AnyTagClassName
{
color: #E15D25;
}
</style>
background-color css
<style>
a { background-color: #E15D25; }
a { background-color: rgb(225,93,37); }
div.DivClassName
{
background-color: #E15D25;
}
.BgClassName
{
background-color: #E15D25;
}
</style>
border-color css
<style>
span { border-color: #E15D25; }
span { border-color: rgb(225,93,37); }
td.TdClassName
{
border-color: #E15D25;
}
.TagClassName
{
border-color: #E15D25;
}
</style>