Shades of Mango Tango #E47004
Tints of Mango Tango #E47004
RGB
CMYK
RGB Variations
Color information
#E47004 (or 0xE47004) is known color: Mango Tango. HEX triplet: E4, 70 and 04. RGB value is (228,112,4). Sum of RGB (Red+Green+Blue) = 228+112+4=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E47004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47004 is #1B8FFB. Grayscale: #868686. Windows color (decimal): -1806332 or 291044. OLE color: 291044.
HSL color Cylindrical-coordinate representation of color #E47004: hue angle of 28.93º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E47004 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.11 |
| HSL | 28.93º | 0.97% | 0.45% | - |
| HSV(B) | 28.93º | 0.98% | 0.89% | - |
| XYZ | 37.81 | 28.09 | 3.54 | - |
| YUV | 134.37 | 54.43 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 4 | 0 | 0.51 | 0.98 | 0.11 | 28.93 | 0.97 | 0.45 |
| Hex | E4 | 70 | 4 | 0 | 33 | 62 | B | 1D | 61 | 2D |
| Octal | 344 | 160 | 4 | 0 | 63 | 142 | 13 | 35 | 141 | 55 |
| Binary | 11100100 | 1110000 | 100 | 0 | 110011 | 1100010 | 1011 | 11101 | 1100001 | 101101 |
Color Harmonies of #E47004
Complementary color
Monochromatic Colors of #E47004
Black with #E47004
Text Example
Text Example
White with #E47004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47004; }
p { color: rgb(228,112,4); }
H1.HeaderClassName
{
color: #E47004;
}
.AnyTagClassName
{
color: #E47004;
}
</style>
background-color css
<style>
a { background-color: #E47004; }
a { background-color: rgb(228,112,4); }
div.DivClassName
{
background-color: #E47004;
}
.BgClassName
{
background-color: #E47004;
}
</style>
border-color css
<style>
span { border-color: #E47004; }
span { border-color: rgb(228,112,4); }
td.TdClassName
{
border-color: #E47004;
}
.TagClassName
{
border-color: #E47004;
}
</style>