Shades of Chocolate #E5571B
Tints of Chocolate #E5571B
RGB
CMYK
RGB Variations
Color information
#E5571B (or 0xE5571B) is known color: Chocolate. HEX triplet: E5, 57 and 1B. RGB value is (229,87,27). Sum of RGB (Red+Green+Blue) = 229+87+27=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5571B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5571B is #1AA8E4. Grayscale: #7B7B7B. Windows color (decimal): -1747173 or 1791973. OLE color: 1791973.
HSL color Cylindrical-coordinate representation of color #E5571B: hue angle of 17.82º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5571B is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 27 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.10 |
| HSL | 17.82º | 0.8% | 0.5% | - |
| HSV(B) | 17.82º | 0.88% | 0.9% | - |
| XYZ | 35.92 | 23.55 | 3.69 | - |
| YUV | 122.62 | 74.04 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 27 | 0 | 0.62 | 0.88 | 0.10 | 17.82 | 0.8 | 0.5 |
| Hex | E5 | 57 | 1B | 0 | 3E | 58 | A | 12 | 50 | 32 |
| Octal | 345 | 127 | 33 | 0 | 76 | 130 | 12 | 22 | 120 | 62 |
| Binary | 11100101 | 1010111 | 11011 | 0 | 111110 | 1011000 | 1010 | 10010 | 1010000 | 110010 |
Color Harmonies of #E5571B
Complementary color
Monochromatic Colors of #E5571B
Black with #E5571B
Text Example
Text Example
White with #E5571B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5571B; }
p { color: rgb(229,87,27); }
H1.HeaderClassName
{
color: #E5571B;
}
.AnyTagClassName
{
color: #E5571B;
}
</style>
background-color css
<style>
a { background-color: #E5571B; }
a { background-color: rgb(229,87,27); }
div.DivClassName
{
background-color: #E5571B;
}
.BgClassName
{
background-color: #E5571B;
}
</style>
border-color css
<style>
span { border-color: #E5571B; }
span { border-color: rgb(229,87,27); }
td.TdClassName
{
border-color: #E5571B;
}
.TagClassName
{
border-color: #E5571B;
}
</style>