Shades of Chocolate #E56916
Tints of Chocolate #E56916
RGB
CMYK
RGB Variations
Color information
#E56916 (or 0xE56916) is known color: Chocolate. HEX triplet: E5, 69 and 16. RGB value is (229,105,22). Sum of RGB (Red+Green+Blue) = 229+105+22=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E56916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56916 is #1A96E9. Grayscale: #858585. Windows color (decimal): -1742570 or 1468901. OLE color: 1468901.
HSL color Cylindrical-coordinate representation of color #E56916: hue angle of 24.06º 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 #E56916 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 22 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.10 |
| HSL | 24.06º | 0.82% | 0.49% | - |
| HSV(B) | 24.06º | 0.9% | 0.9% | - |
| XYZ | 37.51 | 26.82 | 3.96 | - |
| YUV | 132.61 | 65.58 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 22 | 0 | 0.54 | 0.90 | 0.10 | 24.06 | 0.82 | 0.49 |
| Hex | E5 | 69 | 16 | 0 | 36 | 5A | A | 18 | 52 | 31 |
| Octal | 345 | 151 | 26 | 0 | 66 | 132 | 12 | 30 | 122 | 61 |
| Binary | 11100101 | 1101001 | 10110 | 0 | 110110 | 1011010 | 1010 | 11000 | 1010010 | 110001 |
Color Harmonies of #E56916
Complementary color
Monochromatic Colors of #E56916
Black with #E56916
Text Example
Text Example
White with #E56916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56916; }
p { color: rgb(229,105,22); }
H1.HeaderClassName
{
color: #E56916;
}
.AnyTagClassName
{
color: #E56916;
}
</style>
background-color css
<style>
a { background-color: #E56916; }
a { background-color: rgb(229,105,22); }
div.DivClassName
{
background-color: #E56916;
}
.BgClassName
{
background-color: #E56916;
}
</style>
border-color css
<style>
span { border-color: #E56916; }
span { border-color: rgb(229,105,22); }
td.TdClassName
{
border-color: #E56916;
}
.TagClassName
{
border-color: #E56916;
}
</style>