Shades of Mango Tango #E57F10
Tints of Mango Tango #E57F10
RGB
CMYK
RGB Variations
Color information
#E57F10 (or 0xE57F10) is known color: Mango Tango. HEX triplet: E5, 7F and 10. RGB value is (229,127,16). Sum of RGB (Red+Green+Blue) = 229+127+16=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E57F10 is #1A80EF. Grayscale: #919191. Windows color (decimal): -1736944 or 1081317. OLE color: 1081317.
HSL color Cylindrical-coordinate representation of color #E57F10: hue angle of 31.27º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E57F10 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.10 |
| HSL | 31.27º | 0.87% | 0.48% | - |
| HSV(B) | 31.27º | 0.93% | 0.9% | - |
| XYZ | 40 | 31.87 | 4.53 | - |
| YUV | 144.84 | 55.29 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 16 | 0 | 0.45 | 0.93 | 0.10 | 31.27 | 0.87 | 0.48 |
| Hex | E5 | 7F | 10 | 0 | 2D | 5D | A | 1F | 57 | 30 |
| Octal | 345 | 177 | 20 | 0 | 55 | 135 | 12 | 37 | 127 | 60 |
| Binary | 11100101 | 1111111 | 10000 | 0 | 101101 | 1011101 | 1010 | 11111 | 1010111 | 110000 |
Color Harmonies of #E57F10
Complementary color
Monochromatic Colors of #E57F10
Black with #E57F10
Text Example
Text Example
White with #E57F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F10; }
p { color: rgb(229,127,16); }
H1.HeaderClassName
{
color: #E57F10;
}
.AnyTagClassName
{
color: #E57F10;
}
</style>
background-color css
<style>
a { background-color: #E57F10; }
a { background-color: rgb(229,127,16); }
div.DivClassName
{
background-color: #E57F10;
}
.BgClassName
{
background-color: #E57F10;
}
</style>
border-color css
<style>
span { border-color: #E57F10; }
span { border-color: rgb(229,127,16); }
td.TdClassName
{
border-color: #E57F10;
}
.TagClassName
{
border-color: #E57F10;
}
</style>