Shades of Mango Tango #E56C04
Tints of Mango Tango #E56C04
RGB
CMYK
RGB Variations
Color information
#E56C04 (or 0xE56C04) is known color: Mango Tango. HEX triplet: E5, 6C and 04. RGB value is (229,108,4). Sum of RGB (Red+Green+Blue) = 229+108+4=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56C04 is #1A93FB. Grayscale: #848484. Windows color (decimal): -1741820 or 290021. OLE color: 290021.
HSL color Cylindrical-coordinate representation of color #E56C04: hue angle of 27.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E56C04 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.10 |
| HSL | 27.73º | 0.97% | 0.46% | - |
| HSV(B) | 27.73º | 0.98% | 0.9% | - |
| XYZ | 37.7 | 27.39 | 3.42 | - |
| YUV | 132.32 | 55.59 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 4 | 0 | 0.53 | 0.98 | 0.10 | 27.73 | 0.97 | 0.46 |
| Hex | E5 | 6C | 4 | 0 | 35 | 62 | A | 1C | 61 | 2E |
| Octal | 345 | 154 | 4 | 0 | 65 | 142 | 12 | 34 | 141 | 56 |
| Binary | 11100101 | 1101100 | 100 | 0 | 110101 | 1100010 | 1010 | 11100 | 1100001 | 101110 |
Color Harmonies of #E56C04
Complementary color
Monochromatic Colors of #E56C04
Black with #E56C04
Text Example
Text Example
White with #E56C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C04; }
p { color: rgb(229,108,4); }
H1.HeaderClassName
{
color: #E56C04;
}
.AnyTagClassName
{
color: #E56C04;
}
</style>
background-color css
<style>
a { background-color: #E56C04; }
a { background-color: rgb(229,108,4); }
div.DivClassName
{
background-color: #E56C04;
}
.BgClassName
{
background-color: #E56C04;
}
</style>
border-color css
<style>
span { border-color: #E56C04; }
span { border-color: rgb(229,108,4); }
td.TdClassName
{
border-color: #E56C04;
}
.TagClassName
{
border-color: #E56C04;
}
</style>