Shades of Chocolate #E55A21
Tints of Chocolate #E55A21
RGB
CMYK
RGB Variations
Color information
#E55A21 (or 0xE55A21) is known color: Chocolate. HEX triplet: E5, 5A and 21. RGB value is (229,90,33). Sum of RGB (Red+Green+Blue) = 229+90+33=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A21 is #1AA5DE. Grayscale: #7D7D7D. Windows color (decimal): -1746399 or 2185957. OLE color: 2185957.
HSL color Cylindrical-coordinate representation of color #E55A21: hue angle of 17.45º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E55A21 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 33 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.10 |
| HSL | 17.45º | 0.79% | 0.51% | - |
| HSV(B) | 17.45º | 0.86% | 0.9% | - |
| XYZ | 36.24 | 24.08 | 4.18 | - |
| YUV | 125.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 33 | 0 | 0.61 | 0.86 | 0.10 | 17.45 | 0.79 | 0.51 |
| Hex | E5 | 5A | 21 | 0 | 3D | 56 | A | 11 | 4F | 33 |
| Octal | 345 | 132 | 41 | 0 | 75 | 126 | 12 | 21 | 117 | 63 |
| Binary | 11100101 | 1011010 | 100001 | 0 | 111101 | 1010110 | 1010 | 10001 | 1001111 | 110011 |
Color Harmonies of #E55A21
Complementary color
Monochromatic Colors of #E55A21
Black with #E55A21
Text Example
Text Example
White with #E55A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A21; }
p { color: rgb(229,90,33); }
H1.HeaderClassName
{
color: #E55A21;
}
.AnyTagClassName
{
color: #E55A21;
}
</style>
background-color css
<style>
a { background-color: #E55A21; }
a { background-color: rgb(229,90,33); }
div.DivClassName
{
background-color: #E55A21;
}
.BgClassName
{
background-color: #E55A21;
}
</style>
border-color css
<style>
span { border-color: #E55A21; }
span { border-color: rgb(229,90,33); }
td.TdClassName
{
border-color: #E55A21;
}
.TagClassName
{
border-color: #E55A21;
}
</style>