Shades of Chocolate #E2541E
Tints of Chocolate #E2541E
RGB
CMYK
RGB Variations
Color information
#E2541E (or 0xE2541E) is known color: Chocolate. HEX triplet: E2, 54 and 1E. RGB value is (226,84,30). Sum of RGB (Red+Green+Blue) = 226+84+30=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E2541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2541E is #1DABE1. Grayscale: #787878. Windows color (decimal): -1944546 or 1987810. OLE color: 1987810.
HSL color Cylindrical-coordinate representation of color #E2541E: hue angle of 16.53º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2541E is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 30 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.11 |
| HSL | 16.53º | 0.77% | 0.5% | - |
| HSV(B) | 16.53º | 0.87% | 0.89% | - |
| XYZ | 34.77 | 22.6 | 3.76 | - |
| YUV | 120.3 | 77.04 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 30 | 0 | 0.63 | 0.87 | 0.11 | 16.53 | 0.77 | 0.5 |
| Hex | E2 | 54 | 1E | 0 | 3F | 57 | B | 11 | 4D | 32 |
| Octal | 342 | 124 | 36 | 0 | 77 | 127 | 13 | 21 | 115 | 62 |
| Binary | 11100010 | 1010100 | 11110 | 0 | 111111 | 1010111 | 1011 | 10001 | 1001101 | 110010 |
Color Harmonies of #E2541E
Complementary color
Monochromatic Colors of #E2541E
Black with #E2541E
Text Example
Text Example
White with #E2541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2541E; }
p { color: rgb(226,84,30); }
H1.HeaderClassName
{
color: #E2541E;
}
.AnyTagClassName
{
color: #E2541E;
}
</style>
background-color css
<style>
a { background-color: #E2541E; }
a { background-color: rgb(226,84,30); }
div.DivClassName
{
background-color: #E2541E;
}
.BgClassName
{
background-color: #E2541E;
}
</style>
border-color css
<style>
span { border-color: #E2541E; }
span { border-color: rgb(226,84,30); }
td.TdClassName
{
border-color: #E2541E;
}
.TagClassName
{
border-color: #E2541E;
}
</style>