Shades of Mango Tango #E57F12
Tints of Mango Tango #E57F12
RGB
CMYK
RGB Variations
Color information
#E57F12 (or 0xE57F12) is known color: Mango Tango. HEX triplet: E5, 7F and 12. RGB value is (229,127,18). Sum of RGB (Red+Green+Blue) = 229+127+18=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E57F12 is #1A80ED. Grayscale: #919191. Windows color (decimal): -1736942 or 1212389. OLE color: 1212389.
HSL color Cylindrical-coordinate representation of color #E57F12: hue angle of 31º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E57F12 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.10 |
| HSL | 31º | 0.85% | 0.48% | - |
| HSV(B) | 31º | 0.92% | 0.9% | - |
| XYZ | 40.01 | 31.88 | 4.62 | - |
| YUV | 145.07 | 56.29 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 18 | 0 | 0.45 | 0.92 | 0.10 | 31 | 0.85 | 0.48 |
| Hex | E5 | 7F | 12 | 0 | 2D | 5C | A | 1F | 55 | 30 |
| Octal | 345 | 177 | 22 | 0 | 55 | 134 | 12 | 37 | 125 | 60 |
| Binary | 11100101 | 1111111 | 10010 | 0 | 101101 | 1011100 | 1010 | 11111 | 1010101 | 110000 |
Color Harmonies of #E57F12
Complementary color
Monochromatic Colors of #E57F12
Black with #E57F12
Text Example
Text Example
White with #E57F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F12; }
p { color: rgb(229,127,18); }
H1.HeaderClassName
{
color: #E57F12;
}
.AnyTagClassName
{
color: #E57F12;
}
</style>
background-color css
<style>
a { background-color: #E57F12; }
a { background-color: rgb(229,127,18); }
div.DivClassName
{
background-color: #E57F12;
}
.BgClassName
{
background-color: #E57F12;
}
</style>
border-color css
<style>
span { border-color: #E57F12; }
span { border-color: rgb(229,127,18); }
td.TdClassName
{
border-color: #E57F12;
}
.TagClassName
{
border-color: #E57F12;
}
</style>