Shades of Mango Tango #E47D07
Tints of Mango Tango #E47D07
RGB
CMYK
RGB Variations
Color information
#E47D07 (or 0xE47D07) is known color: Mango Tango. HEX triplet: E4, 7D and 07. RGB value is (228,125,7). Sum of RGB (Red+Green+Blue) = 228+125+7=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47D07 is #1B82F8. Grayscale: #8E8E8E. Windows color (decimal): -1803001 or 490980. OLE color: 490980.
HSL color Cylindrical-coordinate representation of color #E47D07: hue angle of 32.04º 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 #E47D07 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.11 |
| HSL | 32.04º | 0.94% | 0.46% | - |
| HSV(B) | 32.04º | 0.97% | 0.89% | - |
| XYZ | 39.37 | 31.18 | 4.14 | - |
| YUV | 142.35 | 51.62 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 7 | 0 | 0.45 | 0.97 | 0.11 | 32.04 | 0.94 | 0.46 |
| Hex | E4 | 7D | 7 | 0 | 2D | 61 | B | 20 | 5E | 2E |
| Octal | 344 | 175 | 7 | 0 | 55 | 141 | 13 | 40 | 136 | 56 |
| Binary | 11100100 | 1111101 | 111 | 0 | 101101 | 1100001 | 1011 | 100000 | 1011110 | 101110 |
Color Harmonies of #E47D07
Complementary color
Monochromatic Colors of #E47D07
Black with #E47D07
Text Example
Text Example
White with #E47D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47D07; }
p { color: rgb(228,125,7); }
H1.HeaderClassName
{
color: #E47D07;
}
.AnyTagClassName
{
color: #E47D07;
}
</style>
background-color css
<style>
a { background-color: #E47D07; }
a { background-color: rgb(228,125,7); }
div.DivClassName
{
background-color: #E47D07;
}
.BgClassName
{
background-color: #E47D07;
}
</style>
border-color css
<style>
span { border-color: #E47D07; }
span { border-color: rgb(228,125,7); }
td.TdClassName
{
border-color: #E47D07;
}
.TagClassName
{
border-color: #E47D07;
}
</style>