Shades of Chocolate #E15A1E
Tints of Chocolate #E15A1E
RGB
CMYK
RGB Variations
Color information
#E15A1E (or 0xE15A1E) is known color: Chocolate. HEX triplet: E1, 5A and 1E. RGB value is (225,90,30). Sum of RGB (Red+Green+Blue) = 225+90+30=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15A1E is #1EA5E1. Grayscale: #7B7B7B. Windows color (decimal): -2008546 or 1989345. OLE color: 1989345.
HSL color Cylindrical-coordinate representation of color #E15A1E: hue angle of 18.46º 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 #E15A1E is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 30 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.12 |
| HSL | 18.46º | 0.76% | 0.5% | - |
| HSV(B) | 18.46º | 0.87% | 0.88% | - |
| XYZ | 34.94 | 23.41 | 3.91 | - |
| YUV | 123.53 | 75.23 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 30 | 0 | 0.60 | 0.87 | 0.12 | 18.46 | 0.76 | 0.5 |
| Hex | E1 | 5A | 1E | 0 | 3C | 57 | C | 12 | 4C | 32 |
| Octal | 341 | 132 | 36 | 0 | 74 | 127 | 14 | 22 | 114 | 62 |
| Binary | 11100001 | 1011010 | 11110 | 0 | 111100 | 1010111 | 1100 | 10010 | 1001100 | 110010 |
Color Harmonies of #E15A1E
Complementary color
Monochromatic Colors of #E15A1E
Black with #E15A1E
Text Example
Text Example
White with #E15A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A1E; }
p { color: rgb(225,90,30); }
H1.HeaderClassName
{
color: #E15A1E;
}
.AnyTagClassName
{
color: #E15A1E;
}
</style>
background-color css
<style>
a { background-color: #E15A1E; }
a { background-color: rgb(225,90,30); }
div.DivClassName
{
background-color: #E15A1E;
}
.BgClassName
{
background-color: #E15A1E;
}
</style>
border-color css
<style>
span { border-color: #E15A1E; }
span { border-color: rgb(225,90,30); }
td.TdClassName
{
border-color: #E15A1E;
}
.TagClassName
{
border-color: #E15A1E;
}
</style>