Shades of Chocolate #E55D19
Tints of Chocolate #E55D19
RGB
CMYK
RGB Variations
Color information
#E55D19 (or 0xE55D19) is known color: Chocolate. HEX triplet: E5, 5D and 19. RGB value is (229,93,25). Sum of RGB (Red+Green+Blue) = 229+93+25=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55D19 is #1AA2E6. Grayscale: #7E7E7E. Windows color (decimal): -1745639 or 1662437. OLE color: 1662437.
HSL color Cylindrical-coordinate representation of color #E55D19: hue angle of 20º 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 #E55D19 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 25 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.10 |
| HSL | 20º | 0.8% | 0.5% | - |
| HSV(B) | 20º | 0.89% | 0.9% | - |
| XYZ | 36.4 | 24.56 | 3.74 | - |
| YUV | 125.91 | 71.06 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 25 | 0 | 0.59 | 0.89 | 0.10 | 20 | 0.8 | 0.5 |
| Hex | E5 | 5D | 19 | 0 | 3B | 59 | A | 14 | 50 | 32 |
| Octal | 345 | 135 | 31 | 0 | 73 | 131 | 12 | 24 | 120 | 62 |
| Binary | 11100101 | 1011101 | 11001 | 0 | 111011 | 1011001 | 1010 | 10100 | 1010000 | 110010 |
Color Harmonies of #E55D19
Complementary color
Monochromatic Colors of #E55D19
Black with #E55D19
Text Example
Text Example
White with #E55D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D19; }
p { color: rgb(229,93,25); }
H1.HeaderClassName
{
color: #E55D19;
}
.AnyTagClassName
{
color: #E55D19;
}
</style>
background-color css
<style>
a { background-color: #E55D19; }
a { background-color: rgb(229,93,25); }
div.DivClassName
{
background-color: #E55D19;
}
.BgClassName
{
background-color: #E55D19;
}
</style>
border-color css
<style>
span { border-color: #E55D19; }
span { border-color: rgb(229,93,25); }
td.TdClassName
{
border-color: #E55D19;
}
.TagClassName
{
border-color: #E55D19;
}
</style>