Shades of Chocolate #E26A16
Tints of Chocolate #E26A16
RGB
CMYK
RGB Variations
Color information
#E26A16 (or 0xE26A16) is known color: Chocolate. HEX triplet: E2, 6A and 16. RGB value is (226,106,22). Sum of RGB (Red+Green+Blue) = 226+106+22=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26A16 is #1D95E9. Grayscale: #848484. Windows color (decimal): -1938922 or 1469154. OLE color: 1469154.
HSL color Cylindrical-coordinate representation of color #E26A16: hue angle of 24.71º 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 #E26A16 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 22 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.11 |
| HSL | 24.71º | 0.82% | 0.49% | - |
| HSV(B) | 24.71º | 0.9% | 0.89% | - |
| XYZ | 36.66 | 26.53 | 3.95 | - |
| YUV | 132.3 | 65.76 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 22 | 0 | 0.53 | 0.90 | 0.11 | 24.71 | 0.82 | 0.49 |
| Hex | E2 | 6A | 16 | 0 | 35 | 5A | B | 19 | 52 | 31 |
| Octal | 342 | 152 | 26 | 0 | 65 | 132 | 13 | 31 | 122 | 61 |
| Binary | 11100010 | 1101010 | 10110 | 0 | 110101 | 1011010 | 1011 | 11001 | 1010010 | 110001 |
Color Harmonies of #E26A16
Complementary color
Monochromatic Colors of #E26A16
Black with #E26A16
Text Example
Text Example
White with #E26A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A16; }
p { color: rgb(226,106,22); }
H1.HeaderClassName
{
color: #E26A16;
}
.AnyTagClassName
{
color: #E26A16;
}
</style>
background-color css
<style>
a { background-color: #E26A16; }
a { background-color: rgb(226,106,22); }
div.DivClassName
{
background-color: #E26A16;
}
.BgClassName
{
background-color: #E26A16;
}
</style>
border-color css
<style>
span { border-color: #E26A16; }
span { border-color: rgb(226,106,22); }
td.TdClassName
{
border-color: #E26A16;
}
.TagClassName
{
border-color: #E26A16;
}
</style>