Shades of Chocolate #E26519
Tints of Chocolate #E26519
RGB
CMYK
RGB Variations
Color information
#E26519 (or 0xE26519) is known color: Chocolate. HEX triplet: E2, 65 and 19. RGB value is (226,101,25). Sum of RGB (Red+Green+Blue) = 226+101+25=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E26519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26519 is #1D9AE6. Grayscale: #828282. Windows color (decimal): -1940199 or 1664482. OLE color: 1664482.
HSL color Cylindrical-coordinate representation of color #E26519: hue angle of 22.69º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E26519 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 25 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.11 |
| HSL | 22.69º | 0.8% | 0.49% | - |
| HSV(B) | 22.69º | 0.89% | 0.89% | - |
| XYZ | 36.19 | 25.55 | 3.94 | - |
| YUV | 129.71 | 68.91 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 25 | 0 | 0.55 | 0.89 | 0.11 | 22.69 | 0.8 | 0.49 |
| Hex | E2 | 65 | 19 | 0 | 37 | 59 | B | 17 | 50 | 31 |
| Octal | 342 | 145 | 31 | 0 | 67 | 131 | 13 | 27 | 120 | 61 |
| Binary | 11100010 | 1100101 | 11001 | 0 | 110111 | 1011001 | 1011 | 10111 | 1010000 | 110001 |
Color Harmonies of #E26519
Complementary color
Monochromatic Colors of #E26519
Black with #E26519
Text Example
Text Example
White with #E26519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26519; }
p { color: rgb(226,101,25); }
H1.HeaderClassName
{
color: #E26519;
}
.AnyTagClassName
{
color: #E26519;
}
</style>
background-color css
<style>
a { background-color: #E26519; }
a { background-color: rgb(226,101,25); }
div.DivClassName
{
background-color: #E26519;
}
.BgClassName
{
background-color: #E26519;
}
</style>
border-color css
<style>
span { border-color: #E26519; }
span { border-color: rgb(226,101,25); }
td.TdClassName
{
border-color: #E26519;
}
.TagClassName
{
border-color: #E26519;
}
</style>