Shades of Chocolate #E0541E
Tints of Chocolate #E0541E
RGB
CMYK
RGB Variations
Color information
#E0541E (or 0xE0541E) is known color: Chocolate. HEX triplet: E0, 54 and 1E. RGB value is (224,84,30). Sum of RGB (Red+Green+Blue) = 224+84+30=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0541E is #1FABE1. Grayscale: #787878. Windows color (decimal): -2075618 or 1987808. OLE color: 1987808.
HSL color Cylindrical-coordinate representation of color #E0541E: hue angle of 16.7º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0541E is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 30 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.12 |
| HSL | 16.7º | 0.76% | 0.5% | - |
| HSV(B) | 16.7º | 0.87% | 0.88% | - |
| XYZ | 34.15 | 22.28 | 3.73 | - |
| YUV | 119.7 | 77.38 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 30 | 0 | 0.62 | 0.87 | 0.12 | 16.7 | 0.76 | 0.5 |
| Hex | E0 | 54 | 1E | 0 | 3E | 57 | C | 11 | 4C | 32 |
| Octal | 340 | 124 | 36 | 0 | 76 | 127 | 14 | 21 | 114 | 62 |
| Binary | 11100000 | 1010100 | 11110 | 0 | 111110 | 1010111 | 1100 | 10001 | 1001100 | 110010 |
Color Harmonies of #E0541E
Complementary color
Monochromatic Colors of #E0541E
Black with #E0541E
Text Example
Text Example
White with #E0541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0541E; }
p { color: rgb(224,84,30); }
H1.HeaderClassName
{
color: #E0541E;
}
.AnyTagClassName
{
color: #E0541E;
}
</style>
background-color css
<style>
a { background-color: #E0541E; }
a { background-color: rgb(224,84,30); }
div.DivClassName
{
background-color: #E0541E;
}
.BgClassName
{
background-color: #E0541E;
}
</style>
border-color css
<style>
span { border-color: #E0541E; }
span { border-color: rgb(224,84,30); }
td.TdClassName
{
border-color: #E0541E;
}
.TagClassName
{
border-color: #E0541E;
}
</style>