Shades of Chocolate #E25C15
Tints of Chocolate #E25C15
RGB
CMYK
RGB Variations
Color information
#E25C15 (or 0xE25C15) is known color: Chocolate. HEX triplet: E2, 5C and 15. RGB value is (226,92,21). Sum of RGB (Red+Green+Blue) = 226+92+21=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25C15 is #1DA3EA. Grayscale: #7C7C7C. Windows color (decimal): -1942507 or 1400034. OLE color: 1400034.
HSL color Cylindrical-coordinate representation of color #E25C15: hue angle of 20.78º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E25C15 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 21 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.11 |
| HSL | 20.78º | 0.83% | 0.48% | - |
| HSV(B) | 20.78º | 0.91% | 0.89% | - |
| XYZ | 35.33 | 23.88 | 3.46 | - |
| YUV | 123.97 | 69.89 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 21 | 0 | 0.59 | 0.91 | 0.11 | 20.78 | 0.83 | 0.48 |
| Hex | E2 | 5C | 15 | 0 | 3B | 5B | B | 15 | 53 | 30 |
| Octal | 342 | 134 | 25 | 0 | 73 | 133 | 13 | 25 | 123 | 60 |
| Binary | 11100010 | 1011100 | 10101 | 0 | 111011 | 1011011 | 1011 | 10101 | 1010011 | 110000 |
Color Harmonies of #E25C15
Complementary color
Monochromatic Colors of #E25C15
Black with #E25C15
Text Example
Text Example
White with #E25C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C15; }
p { color: rgb(226,92,21); }
H1.HeaderClassName
{
color: #E25C15;
}
.AnyTagClassName
{
color: #E25C15;
}
</style>
background-color css
<style>
a { background-color: #E25C15; }
a { background-color: rgb(226,92,21); }
div.DivClassName
{
background-color: #E25C15;
}
.BgClassName
{
background-color: #E25C15;
}
</style>
border-color css
<style>
span { border-color: #E25C15; }
span { border-color: rgb(226,92,21); }
td.TdClassName
{
border-color: #E25C15;
}
.TagClassName
{
border-color: #E25C15;
}
</style>