Shades of Chocolate #E56A16
Tints of Chocolate #E56A16
RGB
CMYK
RGB Variations
Color information
#E56A16 (or 0xE56A16) is known color: Chocolate. HEX triplet: E5, 6A and 16. RGB value is (229,106,22). Sum of RGB (Red+Green+Blue) = 229+106+22=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56A16 is #1A95E9. Grayscale: #858585. Windows color (decimal): -1742314 or 1469157. OLE color: 1469157.
HSL color Cylindrical-coordinate representation of color #E56A16: hue angle of 24.35º 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 #E56A16 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 22 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.10 |
| HSL | 24.35º | 0.82% | 0.49% | - |
| HSV(B) | 24.35º | 0.9% | 0.9% | - |
| XYZ | 37.61 | 27.02 | 3.99 | - |
| YUV | 133.2 | 65.25 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 22 | 0 | 0.54 | 0.90 | 0.10 | 24.35 | 0.82 | 0.49 |
| Hex | E5 | 6A | 16 | 0 | 36 | 5A | A | 18 | 52 | 31 |
| Octal | 345 | 152 | 26 | 0 | 66 | 132 | 12 | 30 | 122 | 61 |
| Binary | 11100101 | 1101010 | 10110 | 0 | 110110 | 1011010 | 1010 | 11000 | 1010010 | 110001 |
Color Harmonies of #E56A16
Complementary color
Monochromatic Colors of #E56A16
Black with #E56A16
Text Example
Text Example
White with #E56A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A16; }
p { color: rgb(229,106,22); }
H1.HeaderClassName
{
color: #E56A16;
}
.AnyTagClassName
{
color: #E56A16;
}
</style>
background-color css
<style>
a { background-color: #E56A16; }
a { background-color: rgb(229,106,22); }
div.DivClassName
{
background-color: #E56A16;
}
.BgClassName
{
background-color: #E56A16;
}
</style>
border-color css
<style>
span { border-color: #E56A16; }
span { border-color: rgb(229,106,22); }
td.TdClassName
{
border-color: #E56A16;
}
.TagClassName
{
border-color: #E56A16;
}
</style>