Shades of Chocolate #E0541F
Tints of Chocolate #E0541F
RGB
CMYK
RGB Variations
Color information
#E0541F (or 0xE0541F) is known color: Chocolate. HEX triplet: E0, 54 and 1F. RGB value is (224,84,31). Sum of RGB (Red+Green+Blue) = 224+84+31=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0541F is #1FABE0. Grayscale: #787878. Windows color (decimal): -2075617 or 2053344. OLE color: 2053344.
HSL color Cylindrical-coordinate representation of color #E0541F: hue angle of 16.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0541F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 31 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.12 |
| HSL | 16.48º | 0.76% | 0.5% | - |
| HSV(B) | 16.48º | 0.86% | 0.88% | - |
| XYZ | 34.16 | 22.29 | 3.8 | - |
| YUV | 119.82 | 77.88 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 31 | 0 | 0.62 | 0.86 | 0.12 | 16.48 | 0.76 | 0.5 |
| Hex | E0 | 54 | 1F | 0 | 3E | 56 | C | 10 | 4C | 32 |
| Octal | 340 | 124 | 37 | 0 | 76 | 126 | 14 | 20 | 114 | 62 |
| Binary | 11100000 | 1010100 | 11111 | 0 | 111110 | 1010110 | 1100 | 10000 | 1001100 | 110010 |
Color Harmonies of #E0541F
Complementary color
Monochromatic Colors of #E0541F
Black with #E0541F
Text Example
Text Example
White with #E0541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0541F; }
p { color: rgb(224,84,31); }
H1.HeaderClassName
{
color: #E0541F;
}
.AnyTagClassName
{
color: #E0541F;
}
</style>
background-color css
<style>
a { background-color: #E0541F; }
a { background-color: rgb(224,84,31); }
div.DivClassName
{
background-color: #E0541F;
}
.BgClassName
{
background-color: #E0541F;
}
</style>
border-color css
<style>
span { border-color: #E0541F; }
span { border-color: rgb(224,84,31); }
td.TdClassName
{
border-color: #E0541F;
}
.TagClassName
{
border-color: #E0541F;
}
</style>