Shades of Chocolate #E25D16
Tints of Chocolate #E25D16
RGB
CMYK
RGB Variations
Color information
#E25D16 (or 0xE25D16) is known color: Chocolate. HEX triplet: E2, 5D and 16. RGB value is (226,93,22). Sum of RGB (Red+Green+Blue) = 226+93+22=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25D16 is #1DA2E9. Grayscale: #7D7D7D. Windows color (decimal): -1942250 or 1465826. OLE color: 1465826.
HSL color Cylindrical-coordinate representation of color #E25D16: hue angle of 20.88º 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 #E25D16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.11 |
| HSL | 20.88º | 0.82% | 0.49% | - |
| HSV(B) | 20.88º | 0.9% | 0.89% | - |
| XYZ | 35.42 | 24.06 | 3.54 | - |
| YUV | 124.67 | 70.06 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 22 | 0 | 0.59 | 0.90 | 0.11 | 20.88 | 0.82 | 0.49 |
| Hex | E2 | 5D | 16 | 0 | 3B | 5A | B | 15 | 52 | 31 |
| Octal | 342 | 135 | 26 | 0 | 73 | 132 | 13 | 25 | 122 | 61 |
| Binary | 11100010 | 1011101 | 10110 | 0 | 111011 | 1011010 | 1011 | 10101 | 1010010 | 110001 |
Color Harmonies of #E25D16
Complementary color
Monochromatic Colors of #E25D16
Black with #E25D16
Text Example
Text Example
White with #E25D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D16; }
p { color: rgb(226,93,22); }
H1.HeaderClassName
{
color: #E25D16;
}
.AnyTagClassName
{
color: #E25D16;
}
</style>
background-color css
<style>
a { background-color: #E25D16; }
a { background-color: rgb(226,93,22); }
div.DivClassName
{
background-color: #E25D16;
}
.BgClassName
{
background-color: #E25D16;
}
</style>
border-color css
<style>
span { border-color: #E25D16; }
span { border-color: rgb(226,93,22); }
td.TdClassName
{
border-color: #E25D16;
}
.TagClassName
{
border-color: #E25D16;
}
</style>