Shades of Chocolate #E26716
Tints of Chocolate #E26716
RGB
CMYK
RGB Variations
Color information
#E26716 (or 0xE26716) is known color: Chocolate. HEX triplet: E2, 67 and 16. RGB value is (226,103,22). Sum of RGB (Red+Green+Blue) = 226+103+22=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E26716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26716 is #1D98E9. Grayscale: #828282. Windows color (decimal): -1939690 or 1468386. OLE color: 1468386.
HSL color Cylindrical-coordinate representation of color #E26716: hue angle of 23.82º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E26716 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 22 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.11 |
| HSL | 23.82º | 0.82% | 0.49% | - |
| HSV(B) | 23.82º | 0.9% | 0.89% | - |
| XYZ | 36.36 | 25.93 | 3.85 | - |
| YUV | 130.54 | 66.75 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 22 | 0 | 0.54 | 0.90 | 0.11 | 23.82 | 0.82 | 0.49 |
| Hex | E2 | 67 | 16 | 0 | 36 | 5A | B | 18 | 52 | 31 |
| Octal | 342 | 147 | 26 | 0 | 66 | 132 | 13 | 30 | 122 | 61 |
| Binary | 11100010 | 1100111 | 10110 | 0 | 110110 | 1011010 | 1011 | 11000 | 1010010 | 110001 |
Color Harmonies of #E26716
Complementary color
Monochromatic Colors of #E26716
Black with #E26716
Text Example
Text Example
White with #E26716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26716; }
p { color: rgb(226,103,22); }
H1.HeaderClassName
{
color: #E26716;
}
.AnyTagClassName
{
color: #E26716;
}
</style>
background-color css
<style>
a { background-color: #E26716; }
a { background-color: rgb(226,103,22); }
div.DivClassName
{
background-color: #E26716;
}
.BgClassName
{
background-color: #E26716;
}
</style>
border-color css
<style>
span { border-color: #E26716; }
span { border-color: rgb(226,103,22); }
td.TdClassName
{
border-color: #E26716;
}
.TagClassName
{
border-color: #E26716;
}
</style>