Shades of Mango Tango #E47A05
Tints of Mango Tango #E47A05
RGB
CMYK
RGB Variations
Color information
#E47A05 (or 0xE47A05) is known color: Mango Tango. HEX triplet: E4, 7A and 05. RGB value is (228,122,5). Sum of RGB (Red+Green+Blue) = 228+122+5=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47A05 is #1B85FA. Grayscale: #8C8C8C. Windows color (decimal): -1803771 or 359140. OLE color: 359140.
HSL color Cylindrical-coordinate representation of color #E47A05: hue angle of 31.48º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E47A05 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.11 |
| HSL | 31.48º | 0.96% | 0.46% | - |
| HSV(B) | 31.48º | 0.98% | 0.89% | - |
| XYZ | 38.98 | 30.42 | 3.96 | - |
| YUV | 140.36 | 51.62 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 5 | 0 | 0.46 | 0.98 | 0.11 | 31.48 | 0.96 | 0.46 |
| Hex | E4 | 7A | 5 | 0 | 2E | 62 | B | 1F | 60 | 2E |
| Octal | 344 | 172 | 5 | 0 | 56 | 142 | 13 | 37 | 140 | 56 |
| Binary | 11100100 | 1111010 | 101 | 0 | 101110 | 1100010 | 1011 | 11111 | 1100000 | 101110 |
Color Harmonies of #E47A05
Complementary color
Monochromatic Colors of #E47A05
Black with #E47A05
Text Example
Text Example
White with #E47A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47A05; }
p { color: rgb(228,122,5); }
H1.HeaderClassName
{
color: #E47A05;
}
.AnyTagClassName
{
color: #E47A05;
}
</style>
background-color css
<style>
a { background-color: #E47A05; }
a { background-color: rgb(228,122,5); }
div.DivClassName
{
background-color: #E47A05;
}
.BgClassName
{
background-color: #E47A05;
}
</style>
border-color css
<style>
span { border-color: #E47A05; }
span { border-color: rgb(228,122,5); }
td.TdClassName
{
border-color: #E47A05;
}
.TagClassName
{
border-color: #E47A05;
}
</style>