Shades of Chocolate #E15B1E
Tints of Chocolate #E15B1E
RGB
CMYK
RGB Variations
Color information
#E15B1E (or 0xE15B1E) is known color: Chocolate. HEX triplet: E1, 5B and 1E. RGB value is (225,91,30). Sum of RGB (Red+Green+Blue) = 225+91+30=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15B1E is #1EA4E1. Grayscale: #7C7C7C. Windows color (decimal): -2008290 or 1989601. OLE color: 1989601.
HSL color Cylindrical-coordinate representation of color #E15B1E: hue angle of 18.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E15B1E is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 30 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.12 |
| HSL | 18.77º | 0.76% | 0.5% | - |
| HSV(B) | 18.77º | 0.87% | 0.88% | - |
| XYZ | 35.03 | 23.58 | 3.93 | - |
| YUV | 124.11 | 74.89 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 30 | 0 | 0.60 | 0.87 | 0.12 | 18.77 | 0.76 | 0.5 |
| Hex | E1 | 5B | 1E | 0 | 3C | 57 | C | 13 | 4C | 32 |
| Octal | 341 | 133 | 36 | 0 | 74 | 127 | 14 | 23 | 114 | 62 |
| Binary | 11100001 | 1011011 | 11110 | 0 | 111100 | 1010111 | 1100 | 10011 | 1001100 | 110010 |
Color Harmonies of #E15B1E
Complementary color
Monochromatic Colors of #E15B1E
Black with #E15B1E
Text Example
Text Example
White with #E15B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B1E; }
p { color: rgb(225,91,30); }
H1.HeaderClassName
{
color: #E15B1E;
}
.AnyTagClassName
{
color: #E15B1E;
}
</style>
background-color css
<style>
a { background-color: #E15B1E; }
a { background-color: rgb(225,91,30); }
div.DivClassName
{
background-color: #E15B1E;
}
.BgClassName
{
background-color: #E15B1E;
}
</style>
border-color css
<style>
span { border-color: #E15B1E; }
span { border-color: rgb(225,91,30); }
td.TdClassName
{
border-color: #E15B1E;
}
.TagClassName
{
border-color: #E15B1E;
}
</style>