Shades of Mango Tango #E47814
Tints of Mango Tango #E47814
RGB
CMYK
RGB Variations
Color information
#E47814 (or 0xE47814) is known color: Mango Tango. HEX triplet: E4, 78 and 14. RGB value is (228,120,20). Sum of RGB (Red+Green+Blue) = 228+120+20=368 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.96% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 228 - color contains mainly: red. Hex color #E47814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47814 is #1B87EB. Grayscale: #8D8D8D. Windows color (decimal): -1804268 or 1341668. OLE color: 1341668.
HSL color Cylindrical-coordinate representation of color #E47814: hue angle of 28.85º 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 #E47814 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 20 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.11 |
| HSL | 28.85º | 0.84% | 0.49% | - |
| HSV(B) | 28.85º | 0.91% | 0.89% | - |
| XYZ | 38.84 | 29.98 | 4.4 | - |
| YUV | 140.89 | 59.78 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 20 | 0 | 0.47 | 0.91 | 0.11 | 28.85 | 0.84 | 0.49 |
| Hex | E4 | 78 | 14 | 0 | 2F | 5B | B | 1D | 54 | 31 |
| Octal | 344 | 170 | 24 | 0 | 57 | 133 | 13 | 35 | 124 | 61 |
| Binary | 11100100 | 1111000 | 10100 | 0 | 101111 | 1011011 | 1011 | 11101 | 1010100 | 110001 |
Color Harmonies of #E47814
Complementary color
Monochromatic Colors of #E47814
Black with #E47814
Text Example
Text Example
White with #E47814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47814; }
p { color: rgb(228,120,20); }
H1.HeaderClassName
{
color: #E47814;
}
.AnyTagClassName
{
color: #E47814;
}
</style>
background-color css
<style>
a { background-color: #E47814; }
a { background-color: rgb(228,120,20); }
div.DivClassName
{
background-color: #E47814;
}
.BgClassName
{
background-color: #E47814;
}
</style>
border-color css
<style>
span { border-color: #E47814; }
span { border-color: rgb(228,120,20); }
td.TdClassName
{
border-color: #E47814;
}
.TagClassName
{
border-color: #E47814;
}
</style>