Shades of Chocolate #E26514
Tints of Chocolate #E26514
RGB
CMYK
RGB Variations
Color information
#E26514 (or 0xE26514) is known color: Chocolate. HEX triplet: E2, 65 and 14. RGB value is (226,101,20). Sum of RGB (Red+Green+Blue) = 226+101+20=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E26514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26514 is #1D9AEB. Grayscale: #818181. Windows color (decimal): -1940204 or 1336802. OLE color: 1336802.
HSL color Cylindrical-coordinate representation of color #E26514: hue angle of 23.59º 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 #E26514 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 20 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.11 |
| HSL | 23.59º | 0.84% | 0.48% | - |
| HSV(B) | 23.59º | 0.91% | 0.89% | - |
| XYZ | 36.14 | 25.53 | 3.68 | - |
| YUV | 129.14 | 66.41 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 20 | 0 | 0.55 | 0.91 | 0.11 | 23.59 | 0.84 | 0.48 |
| Hex | E2 | 65 | 14 | 0 | 37 | 5B | B | 18 | 54 | 30 |
| Octal | 342 | 145 | 24 | 0 | 67 | 133 | 13 | 30 | 124 | 60 |
| Binary | 11100010 | 1100101 | 10100 | 0 | 110111 | 1011011 | 1011 | 11000 | 1010100 | 110000 |
Color Harmonies of #E26514
Complementary color
Monochromatic Colors of #E26514
Black with #E26514
Text Example
Text Example
White with #E26514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26514; }
p { color: rgb(226,101,20); }
H1.HeaderClassName
{
color: #E26514;
}
.AnyTagClassName
{
color: #E26514;
}
</style>
background-color css
<style>
a { background-color: #E26514; }
a { background-color: rgb(226,101,20); }
div.DivClassName
{
background-color: #E26514;
}
.BgClassName
{
background-color: #E26514;
}
</style>
border-color css
<style>
span { border-color: #E26514; }
span { border-color: rgb(226,101,20); }
td.TdClassName
{
border-color: #E26514;
}
.TagClassName
{
border-color: #E26514;
}
</style>