Shades of Chocolate #E2641E
Tints of Chocolate #E2641E
RGB
CMYK
RGB Variations
Color information
#E2641E (or 0xE2641E) is known color: Chocolate. HEX triplet: E2, 64 and 1E. RGB value is (226,100,30). Sum of RGB (Red+Green+Blue) = 226+100+30=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2641E is #1D9BE1. Grayscale: #828282. Windows color (decimal): -1940450 or 1991906. OLE color: 1991906.
HSL color Cylindrical-coordinate representation of color #E2641E: hue angle of 21.43º 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 #E2641E is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 30 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.11 |
| HSL | 21.43º | 0.77% | 0.5% | - |
| HSV(B) | 21.43º | 0.87% | 0.89% | - |
| XYZ | 36.16 | 25.38 | 4.22 | - |
| YUV | 129.69 | 71.74 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 30 | 0 | 0.56 | 0.87 | 0.11 | 21.43 | 0.77 | 0.5 |
| Hex | E2 | 64 | 1E | 0 | 38 | 57 | B | 15 | 4D | 32 |
| Octal | 342 | 144 | 36 | 0 | 70 | 127 | 13 | 25 | 115 | 62 |
| Binary | 11100010 | 1100100 | 11110 | 0 | 111000 | 1010111 | 1011 | 10101 | 1001101 | 110010 |
Color Harmonies of #E2641E
Complementary color
Monochromatic Colors of #E2641E
Black with #E2641E
Text Example
Text Example
White with #E2641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2641E; }
p { color: rgb(226,100,30); }
H1.HeaderClassName
{
color: #E2641E;
}
.AnyTagClassName
{
color: #E2641E;
}
</style>
background-color css
<style>
a { background-color: #E2641E; }
a { background-color: rgb(226,100,30); }
div.DivClassName
{
background-color: #E2641E;
}
.BgClassName
{
background-color: #E2641E;
}
</style>
border-color css
<style>
span { border-color: #E2641E; }
span { border-color: rgb(226,100,30); }
td.TdClassName
{
border-color: #E2641E;
}
.TagClassName
{
border-color: #E2641E;
}
</style>