Shades of Chocolate #E26915
Tints of Chocolate #E26915
RGB
CMYK
RGB Variations
Color information
#E26915 (or 0xE26915) is known color: Chocolate. HEX triplet: E2, 69 and 15. RGB value is (226,105,21). Sum of RGB (Red+Green+Blue) = 226+105+21=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E26915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26915 is #1D96EA. Grayscale: #848484. Windows color (decimal): -1939179 or 1403362. OLE color: 1403362.
HSL color Cylindrical-coordinate representation of color #E26915: hue angle of 24.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E26915 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 21 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.11 |
| HSL | 24.59º | 0.83% | 0.48% | - |
| HSV(B) | 24.59º | 0.91% | 0.89% | - |
| XYZ | 36.55 | 26.33 | 3.86 | - |
| YUV | 131.6 | 65.59 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 21 | 0 | 0.54 | 0.91 | 0.11 | 24.59 | 0.83 | 0.48 |
| Hex | E2 | 69 | 15 | 0 | 36 | 5B | B | 19 | 53 | 30 |
| Octal | 342 | 151 | 25 | 0 | 66 | 133 | 13 | 31 | 123 | 60 |
| Binary | 11100010 | 1101001 | 10101 | 0 | 110110 | 1011011 | 1011 | 11001 | 1010011 | 110000 |
Color Harmonies of #E26915
Complementary color
Monochromatic Colors of #E26915
Black with #E26915
Text Example
Text Example
White with #E26915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26915; }
p { color: rgb(226,105,21); }
H1.HeaderClassName
{
color: #E26915;
}
.AnyTagClassName
{
color: #E26915;
}
</style>
background-color css
<style>
a { background-color: #E26915; }
a { background-color: rgb(226,105,21); }
div.DivClassName
{
background-color: #E26915;
}
.BgClassName
{
background-color: #E26915;
}
</style>
border-color css
<style>
span { border-color: #E26915; }
span { border-color: rgb(226,105,21); }
td.TdClassName
{
border-color: #E26915;
}
.TagClassName
{
border-color: #E26915;
}
</style>