Shades of Chocolate #E26516
Tints of Chocolate #E26516
RGB
CMYK
RGB Variations
Color information
#E26516 (or 0xE26516) is known color: Chocolate. HEX triplet: E2, 65 and 16. RGB value is (226,101,22). Sum of RGB (Red+Green+Blue) = 226+101+22=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E26516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26516 is #1D9AE9. Grayscale: #818181. Windows color (decimal): -1940202 or 1467874. OLE color: 1467874.
HSL color Cylindrical-coordinate representation of color #E26516: hue angle of 23.24º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E26516 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 22 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.11 |
| HSL | 23.24º | 0.82% | 0.49% | - |
| HSV(B) | 23.24º | 0.9% | 0.89% | - |
| XYZ | 36.16 | 25.53 | 3.78 | - |
| YUV | 129.37 | 67.41 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 22 | 0 | 0.55 | 0.90 | 0.11 | 23.24 | 0.82 | 0.49 |
| Hex | E2 | 65 | 16 | 0 | 37 | 5A | B | 17 | 52 | 31 |
| Octal | 342 | 145 | 26 | 0 | 67 | 132 | 13 | 27 | 122 | 61 |
| Binary | 11100010 | 1100101 | 10110 | 0 | 110111 | 1011010 | 1011 | 10111 | 1010010 | 110001 |
Color Harmonies of #E26516
Complementary color
Monochromatic Colors of #E26516
Black with #E26516
Text Example
Text Example
White with #E26516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26516; }
p { color: rgb(226,101,22); }
H1.HeaderClassName
{
color: #E26516;
}
.AnyTagClassName
{
color: #E26516;
}
</style>
background-color css
<style>
a { background-color: #E26516; }
a { background-color: rgb(226,101,22); }
div.DivClassName
{
background-color: #E26516;
}
.BgClassName
{
background-color: #E26516;
}
</style>
border-color css
<style>
span { border-color: #E26516; }
span { border-color: rgb(226,101,22); }
td.TdClassName
{
border-color: #E26516;
}
.TagClassName
{
border-color: #E26516;
}
</style>