Shades of Chocolate #E26C16
Tints of Chocolate #E26C16
RGB
CMYK
RGB Variations
Color information
#E26C16 (or 0xE26C16) is known color: Chocolate. HEX triplet: E2, 6C and 16. RGB value is (226,108,22). Sum of RGB (Red+Green+Blue) = 226+108+22=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26C16 is #1D93E9. Grayscale: #858585. Windows color (decimal): -1938410 or 1469666. OLE color: 1469666.
HSL color Cylindrical-coordinate representation of color #E26C16: hue angle of 25.29º 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 #E26C16 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 22 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.11 |
| HSL | 25.29º | 0.82% | 0.49% | - |
| HSV(B) | 25.29º | 0.9% | 0.89% | - |
| XYZ | 36.87 | 26.95 | 4.02 | - |
| YUV | 133.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 22 | 0 | 0.52 | 0.90 | 0.11 | 25.29 | 0.82 | 0.49 |
| Hex | E2 | 6C | 16 | 0 | 34 | 5A | B | 19 | 52 | 31 |
| Octal | 342 | 154 | 26 | 0 | 64 | 132 | 13 | 31 | 122 | 61 |
| Binary | 11100010 | 1101100 | 10110 | 0 | 110100 | 1011010 | 1011 | 11001 | 1010010 | 110001 |
Color Harmonies of #E26C16
Complementary color
Monochromatic Colors of #E26C16
Black with #E26C16
Text Example
Text Example
White with #E26C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C16; }
p { color: rgb(226,108,22); }
H1.HeaderClassName
{
color: #E26C16;
}
.AnyTagClassName
{
color: #E26C16;
}
</style>
background-color css
<style>
a { background-color: #E26C16; }
a { background-color: rgb(226,108,22); }
div.DivClassName
{
background-color: #E26C16;
}
.BgClassName
{
background-color: #E26C16;
}
</style>
border-color css
<style>
span { border-color: #E26C16; }
span { border-color: rgb(226,108,22); }
td.TdClassName
{
border-color: #E26C16;
}
.TagClassName
{
border-color: #E26C16;
}
</style>