Shades of Mango Tango #E47A07
Tints of Mango Tango #E47A07
RGB
CMYK
RGB Variations
Color information
#E47A07 (or 0xE47A07) is known color: Mango Tango. HEX triplet: E4, 7A and 07. RGB value is (228,122,7). Sum of RGB (Red+Green+Blue) = 228+122+7=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47A07 is #1B85F8. Grayscale: #8D8D8D. Windows color (decimal): -1803769 or 490212. OLE color: 490212.
HSL color Cylindrical-coordinate representation of color #E47A07: hue angle of 31.22º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E47A07 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.11 |
| HSL | 31.22º | 0.94% | 0.46% | - |
| HSV(B) | 31.22º | 0.97% | 0.89% | - |
| XYZ | 38.99 | 30.43 | 4.02 | - |
| YUV | 140.58 | 52.62 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 7 | 0 | 0.46 | 0.97 | 0.11 | 31.22 | 0.94 | 0.46 |
| Hex | E4 | 7A | 7 | 0 | 2E | 61 | B | 1F | 5E | 2E |
| Octal | 344 | 172 | 7 | 0 | 56 | 141 | 13 | 37 | 136 | 56 |
| Binary | 11100100 | 1111010 | 111 | 0 | 101110 | 1100001 | 1011 | 11111 | 1011110 | 101110 |
Color Harmonies of #E47A07
Complementary color
Monochromatic Colors of #E47A07
Black with #E47A07
Text Example
Text Example
White with #E47A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47A07; }
p { color: rgb(228,122,7); }
H1.HeaderClassName
{
color: #E47A07;
}
.AnyTagClassName
{
color: #E47A07;
}
</style>
background-color css
<style>
a { background-color: #E47A07; }
a { background-color: rgb(228,122,7); }
div.DivClassName
{
background-color: #E47A07;
}
.BgClassName
{
background-color: #E47A07;
}
</style>
border-color css
<style>
span { border-color: #E47A07; }
span { border-color: rgb(228,122,7); }
td.TdClassName
{
border-color: #E47A07;
}
.TagClassName
{
border-color: #E47A07;
}
</style>