Shades of Chocolate #E26113
Tints of Chocolate #E26113
RGB
CMYK
RGB Variations
Color information
#E26113 (or 0xE26113) is known color: Chocolate. HEX triplet: E2, 61 and 13. RGB value is (226,97,19). Sum of RGB (Red+Green+Blue) = 226+97+19=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E26113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26113 is #1D9EEC. Grayscale: #7F7F7F. Windows color (decimal): -1941229 or 1270242. OLE color: 1270242.
HSL color Cylindrical-coordinate representation of color #E26113: hue angle of 22.61º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E26113 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 19 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.11 |
| HSL | 22.61º | 0.84% | 0.48% | - |
| HSV(B) | 22.61º | 0.92% | 0.89% | - |
| XYZ | 35.76 | 24.77 | 3.51 | - |
| YUV | 126.68 | 67.24 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 19 | 0 | 0.57 | 0.92 | 0.11 | 22.61 | 0.84 | 0.48 |
| Hex | E2 | 61 | 13 | 0 | 39 | 5C | B | 17 | 54 | 30 |
| Octal | 342 | 141 | 23 | 0 | 71 | 134 | 13 | 27 | 124 | 60 |
| Binary | 11100010 | 1100001 | 10011 | 0 | 111001 | 1011100 | 1011 | 10111 | 1010100 | 110000 |
Color Harmonies of #E26113
Complementary color
Monochromatic Colors of #E26113
Black with #E26113
Text Example
Text Example
White with #E26113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26113; }
p { color: rgb(226,97,19); }
H1.HeaderClassName
{
color: #E26113;
}
.AnyTagClassName
{
color: #E26113;
}
</style>
background-color css
<style>
a { background-color: #E26113; }
a { background-color: rgb(226,97,19); }
div.DivClassName
{
background-color: #E26113;
}
.BgClassName
{
background-color: #E26113;
}
</style>
border-color css
<style>
span { border-color: #E26113; }
span { border-color: rgb(226,97,19); }
td.TdClassName
{
border-color: #E26113;
}
.TagClassName
{
border-color: #E26113;
}
</style>