Shades of Chocolate #E1581E
Tints of Chocolate #E1581E
RGB
CMYK
RGB Variations
Color information
#E1581E (or 0xE1581E) is known color: Chocolate. HEX triplet: E1, 58 and 1E. RGB value is (225,88,30). Sum of RGB (Red+Green+Blue) = 225+88+30=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1581E is #1EA7E1. Grayscale: #7A7A7A. Windows color (decimal): -2009058 or 1988833. OLE color: 1988833.
HSL color Cylindrical-coordinate representation of color #E1581E: hue angle of 17.85º 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 #E1581E is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 30 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.12 |
| HSL | 17.85º | 0.76% | 0.5% | - |
| HSV(B) | 17.85º | 0.87% | 0.88% | - |
| XYZ | 34.78 | 23.08 | 3.85 | - |
| YUV | 122.35 | 75.89 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 30 | 0 | 0.61 | 0.87 | 0.12 | 17.85 | 0.76 | 0.5 |
| Hex | E1 | 58 | 1E | 0 | 3D | 57 | C | 12 | 4C | 32 |
| Octal | 341 | 130 | 36 | 0 | 75 | 127 | 14 | 22 | 114 | 62 |
| Binary | 11100001 | 1011000 | 11110 | 0 | 111101 | 1010111 | 1100 | 10010 | 1001100 | 110010 |
Color Harmonies of #E1581E
Complementary color
Monochromatic Colors of #E1581E
Black with #E1581E
Text Example
Text Example
White with #E1581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1581E; }
p { color: rgb(225,88,30); }
H1.HeaderClassName
{
color: #E1581E;
}
.AnyTagClassName
{
color: #E1581E;
}
</style>
background-color css
<style>
a { background-color: #E1581E; }
a { background-color: rgb(225,88,30); }
div.DivClassName
{
background-color: #E1581E;
}
.BgClassName
{
background-color: #E1581E;
}
</style>
border-color css
<style>
span { border-color: #E1581E; }
span { border-color: rgb(225,88,30); }
td.TdClassName
{
border-color: #E1581E;
}
.TagClassName
{
border-color: #E1581E;
}
</style>