Shades of Chocolate #E56716
Tints of Chocolate #E56716
RGB
CMYK
RGB Variations
Color information
#E56716 (or 0xE56716) is known color: Chocolate. HEX triplet: E5, 67 and 16. RGB value is (229,103,22). Sum of RGB (Red+Green+Blue) = 229+103+22=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E56716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56716 is #1A98E9. Grayscale: #838383. Windows color (decimal): -1743082 or 1468389. OLE color: 1468389.
HSL color Cylindrical-coordinate representation of color #E56716: hue angle of 23.48º 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 #E56716 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 22 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.10 |
| HSL | 23.48º | 0.82% | 0.49% | - |
| HSV(B) | 23.48º | 0.9% | 0.9% | - |
| XYZ | 37.31 | 26.42 | 3.89 | - |
| YUV | 131.44 | 66.24 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 22 | 0 | 0.55 | 0.90 | 0.10 | 23.48 | 0.82 | 0.49 |
| Hex | E5 | 67 | 16 | 0 | 37 | 5A | A | 17 | 52 | 31 |
| Octal | 345 | 147 | 26 | 0 | 67 | 132 | 12 | 27 | 122 | 61 |
| Binary | 11100101 | 1100111 | 10110 | 0 | 110111 | 1011010 | 1010 | 10111 | 1010010 | 110001 |
Color Harmonies of #E56716
Complementary color
Monochromatic Colors of #E56716
Black with #E56716
Text Example
Text Example
White with #E56716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56716; }
p { color: rgb(229,103,22); }
H1.HeaderClassName
{
color: #E56716;
}
.AnyTagClassName
{
color: #E56716;
}
</style>
background-color css
<style>
a { background-color: #E56716; }
a { background-color: rgb(229,103,22); }
div.DivClassName
{
background-color: #E56716;
}
.BgClassName
{
background-color: #E56716;
}
</style>
border-color css
<style>
span { border-color: #E56716; }
span { border-color: rgb(229,103,22); }
td.TdClassName
{
border-color: #E56716;
}
.TagClassName
{
border-color: #E56716;
}
</style>