Shades of Chocolate #E26B14
Tints of Chocolate #E26B14
RGB
CMYK
RGB Variations
Color information
#E26B14 (or 0xE26B14) is known color: Chocolate. HEX triplet: E2, 6B and 14. RGB value is (226,107,20). Sum of RGB (Red+Green+Blue) = 226+107+20=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26B14 is #1D94EB. Grayscale: #858585. Windows color (decimal): -1938668 or 1338338. OLE color: 1338338.
HSL color Cylindrical-coordinate representation of color #E26B14: hue angle of 25.34º 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 #E26B14 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 20 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.11 |
| HSL | 25.34º | 0.84% | 0.48% | - |
| HSV(B) | 25.34º | 0.91% | 0.89% | - |
| XYZ | 36.75 | 26.73 | 3.89 | - |
| YUV | 132.66 | 64.42 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 20 | 0 | 0.53 | 0.91 | 0.11 | 25.34 | 0.84 | 0.48 |
| Hex | E2 | 6B | 14 | 0 | 35 | 5B | B | 19 | 54 | 30 |
| Octal | 342 | 153 | 24 | 0 | 65 | 133 | 13 | 31 | 124 | 60 |
| Binary | 11100010 | 1101011 | 10100 | 0 | 110101 | 1011011 | 1011 | 11001 | 1010100 | 110000 |
Color Harmonies of #E26B14
Complementary color
Monochromatic Colors of #E26B14
Black with #E26B14
Text Example
Text Example
White with #E26B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B14; }
p { color: rgb(226,107,20); }
H1.HeaderClassName
{
color: #E26B14;
}
.AnyTagClassName
{
color: #E26B14;
}
</style>
background-color css
<style>
a { background-color: #E26B14; }
a { background-color: rgb(226,107,20); }
div.DivClassName
{
background-color: #E26B14;
}
.BgClassName
{
background-color: #E26B14;
}
</style>
border-color css
<style>
span { border-color: #E26B14; }
span { border-color: rgb(226,107,20); }
td.TdClassName
{
border-color: #E26B14;
}
.TagClassName
{
border-color: #E26B14;
}
</style>