Shades of Chocolate #E2541A
Tints of Chocolate #E2541A
RGB
CMYK
RGB Variations
Color information
#E2541A (or 0xE2541A) is known color: Chocolate. HEX triplet: E2, 54 and 1A. RGB value is (226,84,26). Sum of RGB (Red+Green+Blue) = 226+84+26=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2541A is #1DABE5. Grayscale: #787878. Windows color (decimal): -1944550 or 1725666. OLE color: 1725666.
HSL color Cylindrical-coordinate representation of color #E2541A: hue angle of 17.4º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2541A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 26 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.11 |
| HSL | 17.4º | 0.79% | 0.49% | - |
| HSV(B) | 17.4º | 0.88% | 0.89% | - |
| XYZ | 34.72 | 22.58 | 3.51 | - |
| YUV | 119.85 | 75.04 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 26 | 0 | 0.63 | 0.88 | 0.11 | 17.4 | 0.79 | 0.49 |
| Hex | E2 | 54 | 1A | 0 | 3F | 58 | B | 11 | 4F | 31 |
| Octal | 342 | 124 | 32 | 0 | 77 | 130 | 13 | 21 | 117 | 61 |
| Binary | 11100010 | 1010100 | 11010 | 0 | 111111 | 1011000 | 1011 | 10001 | 1001111 | 110001 |
Color Harmonies of #E2541A
Complementary color
Monochromatic Colors of #E2541A
Black with #E2541A
Text Example
Text Example
White with #E2541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2541A; }
p { color: rgb(226,84,26); }
H1.HeaderClassName
{
color: #E2541A;
}
.AnyTagClassName
{
color: #E2541A;
}
</style>
background-color css
<style>
a { background-color: #E2541A; }
a { background-color: rgb(226,84,26); }
div.DivClassName
{
background-color: #E2541A;
}
.BgClassName
{
background-color: #E2541A;
}
</style>
border-color css
<style>
span { border-color: #E2541A; }
span { border-color: rgb(226,84,26); }
td.TdClassName
{
border-color: #E2541A;
}
.TagClassName
{
border-color: #E2541A;
}
</style>