Shades of Mango Tango #E47A00
Tints of Mango Tango #E47A00
RGB
CMYK
RGB Variations
Color information
#E47A00 (or 0xE47A00) is known color: Mango Tango. HEX triplet: E4, 7A and 00. RGB value is (228,122,0). Sum of RGB (Red+Green+Blue) = 228+122+0=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47A00 is #1B85FF. Grayscale: #8C8C8C. Windows color (decimal): -1803776 or 31460. OLE color: 31460.
HSL color Cylindrical-coordinate representation of color #E47A00: hue angle of 32.11º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E47A00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.11 |
| HSL | 32.11º | 1% | 0.45% | - |
| HSV(B) | 32.11º | 1% | 0.89% | - |
| XYZ | 38.95 | 30.41 | 3.82 | - |
| YUV | 139.79 | 49.12 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 0 | 0 | 0.46 | 1 | 0.11 | 32.11 | 1 | 0.45 |
| Hex | E4 | 7A | 0 | 0 | 2E | 64 | B | 20 | 64 | 2D |
| Octal | 344 | 172 | 0 | 0 | 56 | 144 | 13 | 40 | 144 | 55 |
| Binary | 11100100 | 1111010 | 0 | 0 | 101110 | 1100100 | 1011 | 100000 | 1100100 | 101101 |
Color Harmonies of #E47A00
Complementary color
Monochromatic Colors of #E47A00
Black with #E47A00
Text Example
Text Example
White with #E47A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47A00; }
p { color: rgb(228,122,0); }
H1.HeaderClassName
{
color: #E47A00;
}
.AnyTagClassName
{
color: #E47A00;
}
</style>
background-color css
<style>
a { background-color: #E47A00; }
a { background-color: rgb(228,122,0); }
div.DivClassName
{
background-color: #E47A00;
}
.BgClassName
{
background-color: #E47A00;
}
</style>
border-color css
<style>
span { border-color: #E47A00; }
span { border-color: rgb(228,122,0); }
td.TdClassName
{
border-color: #E47A00;
}
.TagClassName
{
border-color: #E47A00;
}
</style>