Shades of Chocolate #E26121
Tints of Chocolate #E26121
RGB
CMYK
RGB Variations
Color information
#E26121 (or 0xE26121) is known color: Chocolate. HEX triplet: E2, 61 and 21. RGB value is (226,97,33). Sum of RGB (Red+Green+Blue) = 226+97+33=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E26121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26121 is #1D9EDE. Grayscale: #808080. Windows color (decimal): -1941215 or 2187746. OLE color: 2187746.
HSL color Cylindrical-coordinate representation of color #E26121: hue angle of 19.9º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E26121 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 33 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.11 |
| HSL | 19.9º | 0.77% | 0.51% | - |
| HSV(B) | 19.9º | 0.85% | 0.89% | - |
| XYZ | 35.91 | 24.83 | 4.34 | - |
| YUV | 128.28 | 74.24 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 33 | 0 | 0.57 | 0.85 | 0.11 | 19.9 | 0.77 | 0.51 |
| Hex | E2 | 61 | 21 | 0 | 39 | 55 | B | 14 | 4D | 33 |
| Octal | 342 | 141 | 41 | 0 | 71 | 125 | 13 | 24 | 115 | 63 |
| Binary | 11100010 | 1100001 | 100001 | 0 | 111001 | 1010101 | 1011 | 10100 | 1001101 | 110011 |
Color Harmonies of #E26121
Complementary color
Monochromatic Colors of #E26121
Black with #E26121
Text Example
Text Example
White with #E26121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26121; }
p { color: rgb(226,97,33); }
H1.HeaderClassName
{
color: #E26121;
}
.AnyTagClassName
{
color: #E26121;
}
</style>
background-color css
<style>
a { background-color: #E26121; }
a { background-color: rgb(226,97,33); }
div.DivClassName
{
background-color: #E26121;
}
.BgClassName
{
background-color: #E26121;
}
</style>
border-color css
<style>
span { border-color: #E26121; }
span { border-color: rgb(226,97,33); }
td.TdClassName
{
border-color: #E26121;
}
.TagClassName
{
border-color: #E26121;
}
</style>