Shades of Chocolate #E15E1F
Tints of Chocolate #E15E1F
RGB
CMYK
RGB Variations
Color information
#E15E1F (or 0xE15E1F) is known color: Chocolate. HEX triplet: E1, 5E and 1F. RGB value is (225,94,31). Sum of RGB (Red+Green+Blue) = 225+94+31=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E1F is #1EA1E0. Grayscale: #7E7E7E. Windows color (decimal): -2007521 or 2055905. OLE color: 2055905.
HSL color Cylindrical-coordinate representation of color #E15E1F: hue angle of 19.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E15E1F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 31 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.12 |
| HSL | 19.48º | 0.76% | 0.5% | - |
| HSV(B) | 19.48º | 0.86% | 0.88% | - |
| XYZ | 35.3 | 24.11 | 4.09 | - |
| YUV | 125.99 | 74.4 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 31 | 0 | 0.58 | 0.86 | 0.12 | 19.48 | 0.76 | 0.5 |
| Hex | E1 | 5E | 1F | 0 | 3A | 56 | C | 13 | 4C | 32 |
| Octal | 341 | 136 | 37 | 0 | 72 | 126 | 14 | 23 | 114 | 62 |
| Binary | 11100001 | 1011110 | 11111 | 0 | 111010 | 1010110 | 1100 | 10011 | 1001100 | 110010 |
Color Harmonies of #E15E1F
Complementary color
Monochromatic Colors of #E15E1F
Black with #E15E1F
Text Example
Text Example
White with #E15E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E1F; }
p { color: rgb(225,94,31); }
H1.HeaderClassName
{
color: #E15E1F;
}
.AnyTagClassName
{
color: #E15E1F;
}
</style>
background-color css
<style>
a { background-color: #E15E1F; }
a { background-color: rgb(225,94,31); }
div.DivClassName
{
background-color: #E15E1F;
}
.BgClassName
{
background-color: #E15E1F;
}
</style>
border-color css
<style>
span { border-color: #E15E1F; }
span { border-color: rgb(225,94,31); }
td.TdClassName
{
border-color: #E15E1F;
}
.TagClassName
{
border-color: #E15E1F;
}
</style>