Shades of Chocolate #E56814
Tints of Chocolate #E56814
RGB
CMYK
RGB Variations
Color information
#E56814 (or 0xE56814) is known color: Chocolate. HEX triplet: E5, 68 and 14. RGB value is (229,104,20). Sum of RGB (Red+Green+Blue) = 229+104+20=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E56814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56814 is #1A97EB. Grayscale: #848484. Windows color (decimal): -1742828 or 1337573. OLE color: 1337573.
HSL color Cylindrical-coordinate representation of color #E56814: hue angle of 24.11º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E56814 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 20 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.10 |
| HSL | 24.11º | 0.84% | 0.49% | - |
| HSV(B) | 24.11º | 0.91% | 0.9% | - |
| XYZ | 37.39 | 26.61 | 3.83 | - |
| YUV | 131.8 | 64.91 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 20 | 0 | 0.55 | 0.91 | 0.10 | 24.11 | 0.84 | 0.49 |
| Hex | E5 | 68 | 14 | 0 | 37 | 5B | A | 18 | 54 | 31 |
| Octal | 345 | 150 | 24 | 0 | 67 | 133 | 12 | 30 | 124 | 61 |
| Binary | 11100101 | 1101000 | 10100 | 0 | 110111 | 1011011 | 1010 | 11000 | 1010100 | 110001 |
Color Harmonies of #E56814
Complementary color
Monochromatic Colors of #E56814
Black with #E56814
Text Example
Text Example
White with #E56814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56814; }
p { color: rgb(229,104,20); }
H1.HeaderClassName
{
color: #E56814;
}
.AnyTagClassName
{
color: #E56814;
}
</style>
background-color css
<style>
a { background-color: #E56814; }
a { background-color: rgb(229,104,20); }
div.DivClassName
{
background-color: #E56814;
}
.BgClassName
{
background-color: #E56814;
}
</style>
border-color css
<style>
span { border-color: #E56814; }
span { border-color: rgb(229,104,20); }
td.TdClassName
{
border-color: #E56814;
}
.TagClassName
{
border-color: #E56814;
}
</style>