Shades of Chocolate #E26421
Tints of Chocolate #E26421
RGB
CMYK
RGB Variations
Color information
#E26421 (or 0xE26421) is known color: Chocolate. HEX triplet: E2, 64 and 21. RGB value is (226,100,33). Sum of RGB (Red+Green+Blue) = 226+100+33=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E26421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26421 is #1D9BDE. Grayscale: #828282. Windows color (decimal): -1940447 or 2188514. OLE color: 2188514.
HSL color Cylindrical-coordinate representation of color #E26421: hue angle of 20.83º 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 #E26421 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 33 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.11 |
| HSL | 20.83º | 0.77% | 0.51% | - |
| HSV(B) | 20.83º | 0.85% | 0.89% | - |
| XYZ | 36.2 | 25.39 | 4.43 | - |
| YUV | 130.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 33 | 0 | 0.56 | 0.85 | 0.11 | 20.83 | 0.77 | 0.51 |
| Hex | E2 | 64 | 21 | 0 | 38 | 55 | B | 15 | 4D | 33 |
| Octal | 342 | 144 | 41 | 0 | 70 | 125 | 13 | 25 | 115 | 63 |
| Binary | 11100010 | 1100100 | 100001 | 0 | 111000 | 1010101 | 1011 | 10101 | 1001101 | 110011 |
Color Harmonies of #E26421
Complementary color
Monochromatic Colors of #E26421
Black with #E26421
Text Example
Text Example
White with #E26421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26421; }
p { color: rgb(226,100,33); }
H1.HeaderClassName
{
color: #E26421;
}
.AnyTagClassName
{
color: #E26421;
}
</style>
background-color css
<style>
a { background-color: #E26421; }
a { background-color: rgb(226,100,33); }
div.DivClassName
{
background-color: #E26421;
}
.BgClassName
{
background-color: #E26421;
}
</style>
border-color css
<style>
span { border-color: #E26421; }
span { border-color: rgb(226,100,33); }
td.TdClassName
{
border-color: #E26421;
}
.TagClassName
{
border-color: #E26421;
}
</style>