Shades of Mango Tango #E47A14
Tints of Mango Tango #E47A14
RGB
CMYK
RGB Variations
Color information
#E47A14 (or 0xE47A14) is known color: Mango Tango. HEX triplet: E4, 7A and 14. RGB value is (228,122,20). Sum of RGB (Red+Green+Blue) = 228+122+20=370 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.62% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47A14 is #1B85EB. Grayscale: #8E8E8E. Windows color (decimal): -1803756 or 1342180. OLE color: 1342180.
HSL color Cylindrical-coordinate representation of color #E47A14: hue angle of 29.42º 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 #E47A14 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 20 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.11 |
| HSL | 29.42º | 0.84% | 0.49% | - |
| HSV(B) | 29.42º | 0.91% | 0.89% | - |
| XYZ | 39.08 | 30.46 | 4.48 | - |
| YUV | 142.07 | 59.12 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 20 | 0 | 0.46 | 0.91 | 0.11 | 29.42 | 0.84 | 0.49 |
| Hex | E4 | 7A | 14 | 0 | 2E | 5B | B | 1D | 54 | 31 |
| Octal | 344 | 172 | 24 | 0 | 56 | 133 | 13 | 35 | 124 | 61 |
| Binary | 11100100 | 1111010 | 10100 | 0 | 101110 | 1011011 | 1011 | 11101 | 1010100 | 110001 |
Color Harmonies of #E47A14
Complementary color
Monochromatic Colors of #E47A14
Black with #E47A14
Text Example
Text Example
White with #E47A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47A14; }
p { color: rgb(228,122,20); }
H1.HeaderClassName
{
color: #E47A14;
}
.AnyTagClassName
{
color: #E47A14;
}
</style>
background-color css
<style>
a { background-color: #E47A14; }
a { background-color: rgb(228,122,20); }
div.DivClassName
{
background-color: #E47A14;
}
.BgClassName
{
background-color: #E47A14;
}
</style>
border-color css
<style>
span { border-color: #E47A14; }
span { border-color: rgb(228,122,20); }
td.TdClassName
{
border-color: #E47A14;
}
.TagClassName
{
border-color: #E47A14;
}
</style>