Shades of Chocolate #E55B1A
Tints of Chocolate #E55B1A
RGB
CMYK
RGB Variations
Color information
#E55B1A (or 0xE55B1A) is known color: Chocolate. HEX triplet: E5, 5B and 1A. RGB value is (229,91,26). Sum of RGB (Red+Green+Blue) = 229+91+26=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55B1A is #1AA4E5. Grayscale: #7D7D7D. Windows color (decimal): -1746150 or 1727461. OLE color: 1727461.
HSL color Cylindrical-coordinate representation of color #E55B1A: hue angle of 19.21º 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 #E55B1A is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 26 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.10 |
| HSL | 19.21º | 0.8% | 0.5% | - |
| HSV(B) | 19.21º | 0.89% | 0.9% | - |
| XYZ | 36.24 | 24.21 | 3.74 | - |
| YUV | 124.85 | 72.22 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 26 | 0 | 0.60 | 0.89 | 0.10 | 19.21 | 0.8 | 0.5 |
| Hex | E5 | 5B | 1A | 0 | 3C | 59 | A | 13 | 50 | 32 |
| Octal | 345 | 133 | 32 | 0 | 74 | 131 | 12 | 23 | 120 | 62 |
| Binary | 11100101 | 1011011 | 11010 | 0 | 111100 | 1011001 | 1010 | 10011 | 1010000 | 110010 |
Color Harmonies of #E55B1A
Complementary color
Monochromatic Colors of #E55B1A
Black with #E55B1A
Text Example
Text Example
White with #E55B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B1A; }
p { color: rgb(229,91,26); }
H1.HeaderClassName
{
color: #E55B1A;
}
.AnyTagClassName
{
color: #E55B1A;
}
</style>
background-color css
<style>
a { background-color: #E55B1A; }
a { background-color: rgb(229,91,26); }
div.DivClassName
{
background-color: #E55B1A;
}
.BgClassName
{
background-color: #E55B1A;
}
</style>
border-color css
<style>
span { border-color: #E55B1A; }
span { border-color: rgb(229,91,26); }
td.TdClassName
{
border-color: #E55B1A;
}
.TagClassName
{
border-color: #E55B1A;
}
</style>