Shades of Mango Tango #E57014
Tints of Mango Tango #E57014
RGB
CMYK
RGB Variations
Color information
#E57014 (or 0xE57014) is known color: Mango Tango. HEX triplet: E5, 70 and 14. RGB value is (229,112,20). Sum of RGB (Red+Green+Blue) = 229+112+20=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E57014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E57014 is #1A8FEB. Grayscale: #888888. Windows color (decimal): -1740780 or 1339621. OLE color: 1339621.
HSL color Cylindrical-coordinate representation of color #E57014: hue angle of 26.41º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E57014 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 20 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.10 |
| HSL | 26.41º | 0.84% | 0.49% | - |
| HSV(B) | 26.41º | 0.91% | 0.9% | - |
| XYZ | 38.23 | 28.3 | 4.11 | - |
| YUV | 136.5 | 62.26 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 20 | 0 | 0.51 | 0.91 | 0.10 | 26.41 | 0.84 | 0.49 |
| Hex | E5 | 70 | 14 | 0 | 33 | 5B | A | 1A | 54 | 31 |
| Octal | 345 | 160 | 24 | 0 | 63 | 133 | 12 | 32 | 124 | 61 |
| Binary | 11100101 | 1110000 | 10100 | 0 | 110011 | 1011011 | 1010 | 11010 | 1010100 | 110001 |
Color Harmonies of #E57014
Complementary color
Monochromatic Colors of #E57014
Black with #E57014
Text Example
Text Example
White with #E57014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57014; }
p { color: rgb(229,112,20); }
H1.HeaderClassName
{
color: #E57014;
}
.AnyTagClassName
{
color: #E57014;
}
</style>
background-color css
<style>
a { background-color: #E57014; }
a { background-color: rgb(229,112,20); }
div.DivClassName
{
background-color: #E57014;
}
.BgClassName
{
background-color: #E57014;
}
</style>
border-color css
<style>
span { border-color: #E57014; }
span { border-color: rgb(229,112,20); }
td.TdClassName
{
border-color: #E57014;
}
.TagClassName
{
border-color: #E57014;
}
</style>