Shades of Mango Tango #E47314
Tints of Mango Tango #E47314
RGB
CMYK
RGB Variations
Color information
#E47314 (or 0xE47314) is known color: Mango Tango. HEX triplet: E4, 73 and 14. RGB value is (228,115,20). Sum of RGB (Red+Green+Blue) = 228+115+20=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E47314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47314 is #1B8CEB. Grayscale: #8A8A8A. Windows color (decimal): -1805548 or 1340388. OLE color: 1340388.
HSL color Cylindrical-coordinate representation of color #E47314: hue angle of 27.4º 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 #E47314 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 20 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.11 |
| HSL | 27.4º | 0.84% | 0.49% | - |
| HSV(B) | 27.4º | 0.91% | 0.89% | - |
| XYZ | 38.25 | 28.81 | 4.21 | - |
| YUV | 137.96 | 61.44 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 20 | 0 | 0.50 | 0.91 | 0.11 | 27.4 | 0.84 | 0.49 |
| Hex | E4 | 73 | 14 | 0 | 32 | 5B | B | 1B | 54 | 31 |
| Octal | 344 | 163 | 24 | 0 | 62 | 133 | 13 | 33 | 124 | 61 |
| Binary | 11100100 | 1110011 | 10100 | 0 | 110010 | 1011011 | 1011 | 11011 | 1010100 | 110001 |
Color Harmonies of #E47314
Complementary color
Monochromatic Colors of #E47314
Black with #E47314
Text Example
Text Example
White with #E47314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47314; }
p { color: rgb(228,115,20); }
H1.HeaderClassName
{
color: #E47314;
}
.AnyTagClassName
{
color: #E47314;
}
</style>
background-color css
<style>
a { background-color: #E47314; }
a { background-color: rgb(228,115,20); }
div.DivClassName
{
background-color: #E47314;
}
.BgClassName
{
background-color: #E47314;
}
</style>
border-color css
<style>
span { border-color: #E47314; }
span { border-color: rgb(228,115,20); }
td.TdClassName
{
border-color: #E47314;
}
.TagClassName
{
border-color: #E47314;
}
</style>