Shades of Mango Tango #E56E00
Tints of Mango Tango #E56E00
RGB
CMYK
RGB Variations
Color information
#E56E00 (or 0xE56E00) is known color: Mango Tango. HEX triplet: E5, 6E and 00. RGB value is (229,110,0). Sum of RGB (Red+Green+Blue) = 229+110+0=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56E00 is #1A91FF. Grayscale: #858585. Windows color (decimal): -1741312 or 28389. OLE color: 28389.
HSL color Cylindrical-coordinate representation of color #E56E00: hue angle of 28.82º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E56E00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.10 |
| HSL | 28.82º | 1% | 0.45% | - |
| HSV(B) | 28.82º | 1% | 0.9% | - |
| XYZ | 37.89 | 27.81 | 3.37 | - |
| YUV | 133.04 | 52.92 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 0 | 0 | 0.52 | 1 | 0.10 | 28.82 | 1 | 0.45 |
| Hex | E5 | 6E | 0 | 0 | 34 | 64 | A | 1D | 64 | 2D |
| Octal | 345 | 156 | 0 | 0 | 64 | 144 | 12 | 35 | 144 | 55 |
| Binary | 11100101 | 1101110 | 0 | 0 | 110100 | 1100100 | 1010 | 11101 | 1100100 | 101101 |
Color Harmonies of #E56E00
Complementary color
Monochromatic Colors of #E56E00
Black with #E56E00
Text Example
Text Example
White with #E56E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56E00; }
p { color: rgb(229,110,0); }
H1.HeaderClassName
{
color: #E56E00;
}
.AnyTagClassName
{
color: #E56E00;
}
</style>
background-color css
<style>
a { background-color: #E56E00; }
a { background-color: rgb(229,110,0); }
div.DivClassName
{
background-color: #E56E00;
}
.BgClassName
{
background-color: #E56E00;
}
</style>
border-color css
<style>
span { border-color: #E56E00; }
span { border-color: rgb(229,110,0); }
td.TdClassName
{
border-color: #E56E00;
}
.TagClassName
{
border-color: #E56E00;
}
</style>