Shades of Chocolate #E26C18
Tints of Chocolate #E26C18
RGB
CMYK
RGB Variations
Color information
#E26C18 (or 0xE26C18) is known color: Chocolate. HEX triplet: E2, 6C and 18. RGB value is (226,108,24). Sum of RGB (Red+Green+Blue) = 226+108+24=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26C18 is #1D93E7. Grayscale: #868686. Windows color (decimal): -1938408 or 1600738. OLE color: 1600738.
HSL color Cylindrical-coordinate representation of color #E26C18: hue angle of 24.95º 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 #E26C18 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 24 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.11 |
| HSL | 24.95º | 0.81% | 0.49% | - |
| HSV(B) | 24.95º | 0.89% | 0.89% | - |
| XYZ | 36.89 | 26.96 | 4.12 | - |
| YUV | 133.71 | 66.09 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 24 | 0 | 0.52 | 0.89 | 0.11 | 24.95 | 0.81 | 0.49 |
| Hex | E2 | 6C | 18 | 0 | 34 | 59 | B | 19 | 51 | 31 |
| Octal | 342 | 154 | 30 | 0 | 64 | 131 | 13 | 31 | 121 | 61 |
| Binary | 11100010 | 1101100 | 11000 | 0 | 110100 | 1011001 | 1011 | 11001 | 1010001 | 110001 |
Color Harmonies of #E26C18
Complementary color
Monochromatic Colors of #E26C18
Black with #E26C18
Text Example
Text Example
White with #E26C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C18; }
p { color: rgb(226,108,24); }
H1.HeaderClassName
{
color: #E26C18;
}
.AnyTagClassName
{
color: #E26C18;
}
</style>
background-color css
<style>
a { background-color: #E26C18; }
a { background-color: rgb(226,108,24); }
div.DivClassName
{
background-color: #E26C18;
}
.BgClassName
{
background-color: #E26C18;
}
</style>
border-color css
<style>
span { border-color: #E26C18; }
span { border-color: rgb(226,108,24); }
td.TdClassName
{
border-color: #E26C18;
}
.TagClassName
{
border-color: #E26C18;
}
</style>