Shades of Chocolate #E26A19
Tints of Chocolate #E26A19
RGB
CMYK
RGB Variations
Color information
#E26A19 (or 0xE26A19) is known color: Chocolate. HEX triplet: E2, 6A and 19. RGB value is (226,106,25). Sum of RGB (Red+Green+Blue) = 226+106+25=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26A19 is #1D95E6. Grayscale: #858585. Windows color (decimal): -1938919 or 1665762. OLE color: 1665762.
HSL color Cylindrical-coordinate representation of color #E26A19: hue angle of 24.18º 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 #E26A19 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 25 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.11 |
| HSL | 24.18º | 0.8% | 0.49% | - |
| HSV(B) | 24.18º | 0.89% | 0.89% | - |
| XYZ | 36.69 | 26.55 | 4.11 | - |
| YUV | 132.65 | 67.26 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 25 | 0 | 0.53 | 0.89 | 0.11 | 24.18 | 0.8 | 0.49 |
| Hex | E2 | 6A | 19 | 0 | 35 | 59 | B | 18 | 50 | 31 |
| Octal | 342 | 152 | 31 | 0 | 65 | 131 | 13 | 30 | 120 | 61 |
| Binary | 11100010 | 1101010 | 11001 | 0 | 110101 | 1011001 | 1011 | 11000 | 1010000 | 110001 |
Color Harmonies of #E26A19
Complementary color
Monochromatic Colors of #E26A19
Black with #E26A19
Text Example
Text Example
White with #E26A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A19; }
p { color: rgb(226,106,25); }
H1.HeaderClassName
{
color: #E26A19;
}
.AnyTagClassName
{
color: #E26A19;
}
</style>
background-color css
<style>
a { background-color: #E26A19; }
a { background-color: rgb(226,106,25); }
div.DivClassName
{
background-color: #E26A19;
}
.BgClassName
{
background-color: #E26A19;
}
</style>
border-color css
<style>
span { border-color: #E26A19; }
span { border-color: rgb(226,106,25); }
td.TdClassName
{
border-color: #E26A19;
}
.TagClassName
{
border-color: #E26A19;
}
</style>