Shades of Chocolate #E56B16
Tints of Chocolate #E56B16
RGB
CMYK
RGB Variations
Color information
#E56B16 (or 0xE56B16) is known color: Chocolate. HEX triplet: E5, 6B and 16. RGB value is (229,107,22). Sum of RGB (Red+Green+Blue) = 229+107+22=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56B16 is #1A94E9. Grayscale: #868686. Windows color (decimal): -1742058 or 1469413. OLE color: 1469413.
HSL color Cylindrical-coordinate representation of color #E56B16: hue angle of 24.64º 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 #E56B16 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 22 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.10 |
| HSL | 24.64º | 0.82% | 0.49% | - |
| HSV(B) | 24.64º | 0.9% | 0.9% | - |
| XYZ | 37.72 | 27.23 | 4.03 | - |
| YUV | 133.79 | 64.92 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 22 | 0 | 0.53 | 0.90 | 0.10 | 24.64 | 0.82 | 0.49 |
| Hex | E5 | 6B | 16 | 0 | 35 | 5A | A | 19 | 52 | 31 |
| Octal | 345 | 153 | 26 | 0 | 65 | 132 | 12 | 31 | 122 | 61 |
| Binary | 11100101 | 1101011 | 10110 | 0 | 110101 | 1011010 | 1010 | 11001 | 1010010 | 110001 |
Color Harmonies of #E56B16
Complementary color
Monochromatic Colors of #E56B16
Black with #E56B16
Text Example
Text Example
White with #E56B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B16; }
p { color: rgb(229,107,22); }
H1.HeaderClassName
{
color: #E56B16;
}
.AnyTagClassName
{
color: #E56B16;
}
</style>
background-color css
<style>
a { background-color: #E56B16; }
a { background-color: rgb(229,107,22); }
div.DivClassName
{
background-color: #E56B16;
}
.BgClassName
{
background-color: #E56B16;
}
</style>
border-color css
<style>
span { border-color: #E56B16; }
span { border-color: rgb(229,107,22); }
td.TdClassName
{
border-color: #E56B16;
}
.TagClassName
{
border-color: #E56B16;
}
</style>