Shades of Chocolate #E56714
Tints of Chocolate #E56714
RGB
CMYK
RGB Variations
Color information
#E56714 (or 0xE56714) is known color: Chocolate. HEX triplet: E5, 67 and 14. RGB value is (229,103,20). Sum of RGB (Red+Green+Blue) = 229+103+20=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E56714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56714 is #1A98EB. Grayscale: #838383. Windows color (decimal): -1743084 or 1337317. OLE color: 1337317.
HSL color Cylindrical-coordinate representation of color #E56714: hue angle of 23.83º 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 #E56714 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 20 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.10 |
| HSL | 23.83º | 0.84% | 0.49% | - |
| HSV(B) | 23.83º | 0.91% | 0.9% | - |
| XYZ | 37.29 | 26.41 | 3.79 | - |
| YUV | 131.21 | 65.24 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 20 | 0 | 0.55 | 0.91 | 0.10 | 23.83 | 0.84 | 0.49 |
| Hex | E5 | 67 | 14 | 0 | 37 | 5B | A | 18 | 54 | 31 |
| Octal | 345 | 147 | 24 | 0 | 67 | 133 | 12 | 30 | 124 | 61 |
| Binary | 11100101 | 1100111 | 10100 | 0 | 110111 | 1011011 | 1010 | 11000 | 1010100 | 110001 |
Color Harmonies of #E56714
Complementary color
Monochromatic Colors of #E56714
Black with #E56714
Text Example
Text Example
White with #E56714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56714; }
p { color: rgb(229,103,20); }
H1.HeaderClassName
{
color: #E56714;
}
.AnyTagClassName
{
color: #E56714;
}
</style>
background-color css
<style>
a { background-color: #E56714; }
a { background-color: rgb(229,103,20); }
div.DivClassName
{
background-color: #E56714;
}
.BgClassName
{
background-color: #E56714;
}
</style>
border-color css
<style>
span { border-color: #E56714; }
span { border-color: rgb(229,103,20); }
td.TdClassName
{
border-color: #E56714;
}
.TagClassName
{
border-color: #E56714;
}
</style>