Shades of Mango Tango #E57F13
Tints of Mango Tango #E57F13
RGB
CMYK
RGB Variations
Color information
#E57F13 (or 0xE57F13) is known color: Mango Tango. HEX triplet: E5, 7F and 13. RGB value is (229,127,19). Sum of RGB (Red+Green+Blue) = 229+127+19=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E57F13 is #1A80EC. Grayscale: #919191. Windows color (decimal): -1736941 or 1277925. OLE color: 1277925.
HSL color Cylindrical-coordinate representation of color #E57F13: hue angle of 30.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E57F13 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 19 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.10 |
| HSL | 30.86º | 0.85% | 0.49% | - |
| HSV(B) | 30.86º | 0.92% | 0.9% | - |
| XYZ | 40.02 | 31.88 | 4.66 | - |
| YUV | 145.19 | 56.79 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 19 | 0 | 0.45 | 0.92 | 0.10 | 30.86 | 0.85 | 0.49 |
| Hex | E5 | 7F | 13 | 0 | 2D | 5C | A | 1F | 55 | 31 |
| Octal | 345 | 177 | 23 | 0 | 55 | 134 | 12 | 37 | 125 | 61 |
| Binary | 11100101 | 1111111 | 10011 | 0 | 101101 | 1011100 | 1010 | 11111 | 1010101 | 110001 |
Color Harmonies of #E57F13
Complementary color
Monochromatic Colors of #E57F13
Black with #E57F13
Text Example
Text Example
White with #E57F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F13; }
p { color: rgb(229,127,19); }
H1.HeaderClassName
{
color: #E57F13;
}
.AnyTagClassName
{
color: #E57F13;
}
</style>
background-color css
<style>
a { background-color: #E57F13; }
a { background-color: rgb(229,127,19); }
div.DivClassName
{
background-color: #E57F13;
}
.BgClassName
{
background-color: #E57F13;
}
</style>
border-color css
<style>
span { border-color: #E57F13; }
span { border-color: rgb(229,127,19); }
td.TdClassName
{
border-color: #E57F13;
}
.TagClassName
{
border-color: #E57F13;
}
</style>