Shades of Chocolate #E26520
Tints of Chocolate #E26520
RGB
CMYK
RGB Variations
Color information
#E26520 (or 0xE26520) is known color: Chocolate. HEX triplet: E2, 65 and 20. RGB value is (226,101,32). Sum of RGB (Red+Green+Blue) = 226+101+32=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E26520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26520 is #1D9ADF. Grayscale: #828282. Windows color (decimal): -1940192 or 2123234. OLE color: 2123234.
HSL color Cylindrical-coordinate representation of color #E26520: hue angle of 21.34º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E26520 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 32 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.11 |
| HSL | 21.34º | 0.77% | 0.51% | - |
| HSV(B) | 21.34º | 0.86% | 0.89% | - |
| XYZ | 36.28 | 25.58 | 4.39 | - |
| YUV | 130.51 | 72.41 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 32 | 0 | 0.55 | 0.86 | 0.11 | 21.34 | 0.77 | 0.51 |
| Hex | E2 | 65 | 20 | 0 | 37 | 56 | B | 15 | 4D | 33 |
| Octal | 342 | 145 | 40 | 0 | 67 | 126 | 13 | 25 | 115 | 63 |
| Binary | 11100010 | 1100101 | 100000 | 0 | 110111 | 1010110 | 1011 | 10101 | 1001101 | 110011 |
Color Harmonies of #E26520
Complementary color
Monochromatic Colors of #E26520
Black with #E26520
Text Example
Text Example
White with #E26520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26520; }
p { color: rgb(226,101,32); }
H1.HeaderClassName
{
color: #E26520;
}
.AnyTagClassName
{
color: #E26520;
}
</style>
background-color css
<style>
a { background-color: #E26520; }
a { background-color: rgb(226,101,32); }
div.DivClassName
{
background-color: #E26520;
}
.BgClassName
{
background-color: #E26520;
}
</style>
border-color css
<style>
span { border-color: #E26520; }
span { border-color: rgb(226,101,32); }
td.TdClassName
{
border-color: #E26520;
}
.TagClassName
{
border-color: #E26520;
}
</style>