Shades of Chocolate #E56416
Tints of Chocolate #E56416
RGB
CMYK
RGB Variations
Color information
#E56416 (or 0xE56416) is known color: Chocolate. HEX triplet: E5, 64 and 16. RGB value is (229,100,22). Sum of RGB (Red+Green+Blue) = 229+100+22=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E56416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56416 is #1A9BE9. Grayscale: #828282. Windows color (decimal): -1743850 or 1467621. OLE color: 1467621.
HSL color Cylindrical-coordinate representation of color #E56416: hue angle of 22.61º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E56416 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 22 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.10 |
| HSL | 22.61º | 0.82% | 0.49% | - |
| HSV(B) | 22.61º | 0.9% | 0.9% | - |
| XYZ | 37.02 | 25.83 | 3.79 | - |
| YUV | 129.68 | 67.24 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 22 | 0 | 0.56 | 0.90 | 0.10 | 22.61 | 0.82 | 0.49 |
| Hex | E5 | 64 | 16 | 0 | 38 | 5A | A | 17 | 52 | 31 |
| Octal | 345 | 144 | 26 | 0 | 70 | 132 | 12 | 27 | 122 | 61 |
| Binary | 11100101 | 1100100 | 10110 | 0 | 111000 | 1011010 | 1010 | 10111 | 1010010 | 110001 |
Color Harmonies of #E56416
Complementary color
Monochromatic Colors of #E56416
Black with #E56416
Text Example
Text Example
White with #E56416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56416; }
p { color: rgb(229,100,22); }
H1.HeaderClassName
{
color: #E56416;
}
.AnyTagClassName
{
color: #E56416;
}
</style>
background-color css
<style>
a { background-color: #E56416; }
a { background-color: rgb(229,100,22); }
div.DivClassName
{
background-color: #E56416;
}
.BgClassName
{
background-color: #E56416;
}
</style>
border-color css
<style>
span { border-color: #E56416; }
span { border-color: rgb(229,100,22); }
td.TdClassName
{
border-color: #E56416;
}
.TagClassName
{
border-color: #E56416;
}
</style>