Shades of Chocolate #E56914
Tints of Chocolate #E56914
RGB
CMYK
RGB Variations
Color information
#E56914 (or 0xE56914) is known color: Chocolate. HEX triplet: E5, 69 and 14. RGB value is (229,105,20). Sum of RGB (Red+Green+Blue) = 229+105+20=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E56914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56914 is #1A96EB. Grayscale: #848484. Windows color (decimal): -1742572 or 1337829. OLE color: 1337829.
HSL color Cylindrical-coordinate representation of color #E56914: hue angle of 24.4º 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 #E56914 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 20 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.10 |
| HSL | 24.4º | 0.84% | 0.49% | - |
| HSV(B) | 24.4º | 0.91% | 0.9% | - |
| XYZ | 37.49 | 26.81 | 3.86 | - |
| YUV | 132.39 | 64.58 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 20 | 0 | 0.54 | 0.91 | 0.10 | 24.4 | 0.84 | 0.49 |
| Hex | E5 | 69 | 14 | 0 | 36 | 5B | A | 18 | 54 | 31 |
| Octal | 345 | 151 | 24 | 0 | 66 | 133 | 12 | 30 | 124 | 61 |
| Binary | 11100101 | 1101001 | 10100 | 0 | 110110 | 1011011 | 1010 | 11000 | 1010100 | 110001 |
Color Harmonies of #E56914
Complementary color
Monochromatic Colors of #E56914
Black with #E56914
Text Example
Text Example
White with #E56914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56914; }
p { color: rgb(229,105,20); }
H1.HeaderClassName
{
color: #E56914;
}
.AnyTagClassName
{
color: #E56914;
}
</style>
background-color css
<style>
a { background-color: #E56914; }
a { background-color: rgb(229,105,20); }
div.DivClassName
{
background-color: #E56914;
}
.BgClassName
{
background-color: #E56914;
}
</style>
border-color css
<style>
span { border-color: #E56914; }
span { border-color: rgb(229,105,20); }
td.TdClassName
{
border-color: #E56914;
}
.TagClassName
{
border-color: #E56914;
}
</style>