Shades of Chocolate #E26F18
Tints of Chocolate #E26F18
RGB
CMYK
RGB Variations
Color information
#E26F18 (or 0xE26F18) is known color: Chocolate. HEX triplet: E2, 6F and 18. RGB value is (226,111,24). Sum of RGB (Red+Green+Blue) = 226+111+24=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26F18 is #1D90E7. Grayscale: #878787. Windows color (decimal): -1937640 or 1601506. OLE color: 1601506.
HSL color Cylindrical-coordinate representation of color #E26F18: hue angle of 25.84º 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 #E26F18 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 24 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.11 |
| HSL | 25.84º | 0.81% | 0.49% | - |
| HSV(B) | 25.84º | 0.89% | 0.89% | - |
| XYZ | 37.21 | 27.6 | 4.23 | - |
| YUV | 135.47 | 65.1 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 24 | 0 | 0.51 | 0.89 | 0.11 | 25.84 | 0.81 | 0.49 |
| Hex | E2 | 6F | 18 | 0 | 33 | 59 | B | 1A | 51 | 31 |
| Octal | 342 | 157 | 30 | 0 | 63 | 131 | 13 | 32 | 121 | 61 |
| Binary | 11100010 | 1101111 | 11000 | 0 | 110011 | 1011001 | 1011 | 11010 | 1010001 | 110001 |
Color Harmonies of #E26F18
Complementary color
Monochromatic Colors of #E26F18
Black with #E26F18
Text Example
Text Example
White with #E26F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F18; }
p { color: rgb(226,111,24); }
H1.HeaderClassName
{
color: #E26F18;
}
.AnyTagClassName
{
color: #E26F18;
}
</style>
background-color css
<style>
a { background-color: #E26F18; }
a { background-color: rgb(226,111,24); }
div.DivClassName
{
background-color: #E26F18;
}
.BgClassName
{
background-color: #E26F18;
}
</style>
border-color css
<style>
span { border-color: #E26F18; }
span { border-color: rgb(226,111,24); }
td.TdClassName
{
border-color: #E26F18;
}
.TagClassName
{
border-color: #E26F18;
}
</style>