Shades of Mango Tango #E47F14
Tints of Mango Tango #E47F14
RGB
CMYK
RGB Variations
Color information
#E47F14 (or 0xE47F14) is known color: Mango Tango. HEX triplet: E4, 7F and 14. RGB value is (228,127,20). Sum of RGB (Red+Green+Blue) = 228+127+20=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47F14 is #1B80EB. Grayscale: #919191. Windows color (decimal): -1802476 or 1343460. OLE color: 1343460.
HSL color Cylindrical-coordinate representation of color #E47F14: hue angle of 30.87º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E47F14 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 20 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.11 |
| HSL | 30.87º | 0.84% | 0.49% | - |
| HSV(B) | 30.87º | 0.91% | 0.89% | - |
| XYZ | 39.71 | 31.72 | 4.69 | - |
| YUV | 145 | 57.46 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 20 | 0 | 0.44 | 0.91 | 0.11 | 30.87 | 0.84 | 0.49 |
| Hex | E4 | 7F | 14 | 0 | 2C | 5B | B | 1F | 54 | 31 |
| Octal | 344 | 177 | 24 | 0 | 54 | 133 | 13 | 37 | 124 | 61 |
| Binary | 11100100 | 1111111 | 10100 | 0 | 101100 | 1011011 | 1011 | 11111 | 1010100 | 110001 |
Color Harmonies of #E47F14
Complementary color
Monochromatic Colors of #E47F14
Black with #E47F14
Text Example
Text Example
White with #E47F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47F14; }
p { color: rgb(228,127,20); }
H1.HeaderClassName
{
color: #E47F14;
}
.AnyTagClassName
{
color: #E47F14;
}
</style>
background-color css
<style>
a { background-color: #E47F14; }
a { background-color: rgb(228,127,20); }
div.DivClassName
{
background-color: #E47F14;
}
.BgClassName
{
background-color: #E47F14;
}
</style>
border-color css
<style>
span { border-color: #E47F14; }
span { border-color: rgb(228,127,20); }
td.TdClassName
{
border-color: #E47F14;
}
.TagClassName
{
border-color: #E47F14;
}
</style>