Shades of Chocolate #E5611B
Tints of Chocolate #E5611B
RGB
CMYK
RGB Variations
Color information
#E5611B (or 0xE5611B) is known color: Chocolate. HEX triplet: E5, 61 and 1B. RGB value is (229,97,27). Sum of RGB (Red+Green+Blue) = 229+97+27=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E5611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5611B is #1A9EE4. Grayscale: #808080. Windows color (decimal): -1744613 or 1794533. OLE color: 1794533.
HSL color Cylindrical-coordinate representation of color #E5611B: hue angle of 20.79º 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 #E5611B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 27 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.10 |
| HSL | 20.79º | 0.8% | 0.5% | - |
| HSV(B) | 20.79º | 0.88% | 0.9% | - |
| XYZ | 36.79 | 25.29 | 3.98 | - |
| YUV | 128.49 | 70.73 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 27 | 0 | 0.58 | 0.88 | 0.10 | 20.79 | 0.8 | 0.5 |
| Hex | E5 | 61 | 1B | 0 | 3A | 58 | A | 15 | 50 | 32 |
| Octal | 345 | 141 | 33 | 0 | 72 | 130 | 12 | 25 | 120 | 62 |
| Binary | 11100101 | 1100001 | 11011 | 0 | 111010 | 1011000 | 1010 | 10101 | 1010000 | 110010 |
Color Harmonies of #E5611B
Complementary color
Monochromatic Colors of #E5611B
Black with #E5611B
Text Example
Text Example
White with #E5611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5611B; }
p { color: rgb(229,97,27); }
H1.HeaderClassName
{
color: #E5611B;
}
.AnyTagClassName
{
color: #E5611B;
}
</style>
background-color css
<style>
a { background-color: #E5611B; }
a { background-color: rgb(229,97,27); }
div.DivClassName
{
background-color: #E5611B;
}
.BgClassName
{
background-color: #E5611B;
}
</style>
border-color css
<style>
span { border-color: #E5611B; }
span { border-color: rgb(229,97,27); }
td.TdClassName
{
border-color: #E5611B;
}
.TagClassName
{
border-color: #E5611B;
}
</style>