Shades of Chocolate #E26D18
Tints of Chocolate #E26D18
RGB
CMYK
RGB Variations
Color information
#E26D18 (or 0xE26D18) is known color: Chocolate. HEX triplet: E2, 6D and 18. RGB value is (226,109,24). Sum of RGB (Red+Green+Blue) = 226+109+24=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26D18 is #1D92E7. Grayscale: #868686. Windows color (decimal): -1938152 or 1600994. OLE color: 1600994.
HSL color Cylindrical-coordinate representation of color #E26D18: hue angle of 25.25º degrees, saturation: 0.81, 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 #E26D18 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 24 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.11 |
| HSL | 25.25º | 0.81% | 0.49% | - |
| HSV(B) | 25.25º | 0.89% | 0.89% | - |
| XYZ | 37 | 27.17 | 4.16 | - |
| YUV | 134.29 | 65.76 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 24 | 0 | 0.52 | 0.89 | 0.11 | 25.25 | 0.81 | 0.49 |
| Hex | E2 | 6D | 18 | 0 | 34 | 59 | B | 19 | 51 | 31 |
| Octal | 342 | 155 | 30 | 0 | 64 | 131 | 13 | 31 | 121 | 61 |
| Binary | 11100010 | 1101101 | 11000 | 0 | 110100 | 1011001 | 1011 | 11001 | 1010001 | 110001 |
Color Harmonies of #E26D18
Complementary color
Monochromatic Colors of #E26D18
Black with #E26D18
Text Example
Text Example
White with #E26D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D18; }
p { color: rgb(226,109,24); }
H1.HeaderClassName
{
color: #E26D18;
}
.AnyTagClassName
{
color: #E26D18;
}
</style>
background-color css
<style>
a { background-color: #E26D18; }
a { background-color: rgb(226,109,24); }
div.DivClassName
{
background-color: #E26D18;
}
.BgClassName
{
background-color: #E26D18;
}
</style>
border-color css
<style>
span { border-color: #E26D18; }
span { border-color: rgb(226,109,24); }
td.TdClassName
{
border-color: #E26D18;
}
.TagClassName
{
border-color: #E26D18;
}
</style>