Shades of Chocolate #E26218
Tints of Chocolate #E26218
RGB
CMYK
RGB Variations
Color information
#E26218 (or 0xE26218) is known color: Chocolate. HEX triplet: E2, 62 and 18. RGB value is (226,98,24). Sum of RGB (Red+Green+Blue) = 226+98+24=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E26218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26218 is #1D9DE7. Grayscale: #808080. Windows color (decimal): -1940968 or 1598178. OLE color: 1598178.
HSL color Cylindrical-coordinate representation of color #E26218: hue angle of 21.98º 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 #E26218 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 24 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.11 |
| HSL | 21.98º | 0.81% | 0.49% | - |
| HSV(B) | 21.98º | 0.89% | 0.89% | - |
| XYZ | 35.9 | 24.97 | 3.79 | - |
| YUV | 127.84 | 69.41 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 24 | 0 | 0.57 | 0.89 | 0.11 | 21.98 | 0.81 | 0.49 |
| Hex | E2 | 62 | 18 | 0 | 39 | 59 | B | 16 | 51 | 31 |
| Octal | 342 | 142 | 30 | 0 | 71 | 131 | 13 | 26 | 121 | 61 |
| Binary | 11100010 | 1100010 | 11000 | 0 | 111001 | 1011001 | 1011 | 10110 | 1010001 | 110001 |
Color Harmonies of #E26218
Complementary color
Monochromatic Colors of #E26218
Black with #E26218
Text Example
Text Example
White with #E26218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26218; }
p { color: rgb(226,98,24); }
H1.HeaderClassName
{
color: #E26218;
}
.AnyTagClassName
{
color: #E26218;
}
</style>
background-color css
<style>
a { background-color: #E26218; }
a { background-color: rgb(226,98,24); }
div.DivClassName
{
background-color: #E26218;
}
.BgClassName
{
background-color: #E26218;
}
</style>
border-color css
<style>
span { border-color: #E26218; }
span { border-color: rgb(226,98,24); }
td.TdClassName
{
border-color: #E26218;
}
.TagClassName
{
border-color: #E26218;
}
</style>