Shades of Chocolate #E26F14
Tints of Chocolate #E26F14
RGB
CMYK
RGB Variations
Color information
#E26F14 (or 0xE26F14) is known color: Chocolate. HEX triplet: E2, 6F and 14. RGB value is (226,111,20). Sum of RGB (Red+Green+Blue) = 226+111+20=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26F14 is #1D90EB. Grayscale: #878787. Windows color (decimal): -1937644 or 1339362. OLE color: 1339362.
HSL color Cylindrical-coordinate representation of color #E26F14: hue angle of 26.5º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E26F14 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 20 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.11 |
| HSL | 26.5º | 0.84% | 0.48% | - |
| HSV(B) | 26.5º | 0.91% | 0.89% | - |
| XYZ | 37.17 | 27.59 | 4.03 | - |
| YUV | 135.01 | 63.1 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 20 | 0 | 0.51 | 0.91 | 0.11 | 26.5 | 0.84 | 0.48 |
| Hex | E2 | 6F | 14 | 0 | 33 | 5B | B | 1B | 54 | 30 |
| Octal | 342 | 157 | 24 | 0 | 63 | 133 | 13 | 33 | 124 | 60 |
| Binary | 11100010 | 1101111 | 10100 | 0 | 110011 | 1011011 | 1011 | 11011 | 1010100 | 110000 |
Color Harmonies of #E26F14
Complementary color
Monochromatic Colors of #E26F14
Black with #E26F14
Text Example
Text Example
White with #E26F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F14; }
p { color: rgb(226,111,20); }
H1.HeaderClassName
{
color: #E26F14;
}
.AnyTagClassName
{
color: #E26F14;
}
</style>
background-color css
<style>
a { background-color: #E26F14; }
a { background-color: rgb(226,111,20); }
div.DivClassName
{
background-color: #E26F14;
}
.BgClassName
{
background-color: #E26F14;
}
</style>
border-color css
<style>
span { border-color: #E26F14; }
span { border-color: rgb(226,111,20); }
td.TdClassName
{
border-color: #E26F14;
}
.TagClassName
{
border-color: #E26F14;
}
</style>