Shades of Chocolate #E55E1A
Tints of Chocolate #E55E1A
RGB
CMYK
RGB Variations
Color information
#E55E1A (or 0xE55E1A) is known color: Chocolate. HEX triplet: E5, 5E and 1A. RGB value is (229,94,26). Sum of RGB (Red+Green+Blue) = 229+94+26=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55E1A is #1AA1E5. Grayscale: #7F7F7F. Windows color (decimal): -1745382 or 1728229. OLE color: 1728229.
HSL color Cylindrical-coordinate representation of color #E55E1A: hue angle of 20.1º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E55E1A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 26 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.10 |
| HSL | 20.1º | 0.8% | 0.5% | - |
| HSV(B) | 20.1º | 0.89% | 0.9% | - |
| XYZ | 36.5 | 24.74 | 3.83 | - |
| YUV | 126.61 | 71.23 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 26 | 0 | 0.59 | 0.89 | 0.10 | 20.1 | 0.8 | 0.5 |
| Hex | E5 | 5E | 1A | 0 | 3B | 59 | A | 14 | 50 | 32 |
| Octal | 345 | 136 | 32 | 0 | 73 | 131 | 12 | 24 | 120 | 62 |
| Binary | 11100101 | 1011110 | 11010 | 0 | 111011 | 1011001 | 1010 | 10100 | 1010000 | 110010 |
Color Harmonies of #E55E1A
Complementary color
Monochromatic Colors of #E55E1A
Black with #E55E1A
Text Example
Text Example
White with #E55E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E1A; }
p { color: rgb(229,94,26); }
H1.HeaderClassName
{
color: #E55E1A;
}
.AnyTagClassName
{
color: #E55E1A;
}
</style>
background-color css
<style>
a { background-color: #E55E1A; }
a { background-color: rgb(229,94,26); }
div.DivClassName
{
background-color: #E55E1A;
}
.BgClassName
{
background-color: #E55E1A;
}
</style>
border-color css
<style>
span { border-color: #E55E1A; }
span { border-color: rgb(229,94,26); }
td.TdClassName
{
border-color: #E55E1A;
}
.TagClassName
{
border-color: #E55E1A;
}
</style>