Shades of Mango Tango #E57D06
Tints of Mango Tango #E57D06
RGB
CMYK
RGB Variations
Color information
#E57D06 (or 0xE57D06) is known color: Mango Tango. HEX triplet: E5, 7D and 06. RGB value is (229,125,6). Sum of RGB (Red+Green+Blue) = 229+125+6=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E57D06 is #1A82F9. Grayscale: #8F8F8F. Windows color (decimal): -1737466 or 425445. OLE color: 425445.
HSL color Cylindrical-coordinate representation of color #E57D06: hue angle of 32.02º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E57D06 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 6 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.10 |
| HSL | 32.02º | 0.95% | 0.46% | - |
| HSV(B) | 32.02º | 0.97% | 0.9% | - |
| XYZ | 39.68 | 31.34 | 4.13 | - |
| YUV | 142.53 | 50.96 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 6 | 0 | 0.45 | 0.97 | 0.10 | 32.02 | 0.95 | 0.46 |
| Hex | E5 | 7D | 6 | 0 | 2D | 61 | A | 20 | 5F | 2E |
| Octal | 345 | 175 | 6 | 0 | 55 | 141 | 12 | 40 | 137 | 56 |
| Binary | 11100101 | 1111101 | 110 | 0 | 101101 | 1100001 | 1010 | 100000 | 1011111 | 101110 |
Color Harmonies of #E57D06
Complementary color
Monochromatic Colors of #E57D06
Black with #E57D06
Text Example
Text Example
White with #E57D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D06; }
p { color: rgb(229,125,6); }
H1.HeaderClassName
{
color: #E57D06;
}
.AnyTagClassName
{
color: #E57D06;
}
</style>
background-color css
<style>
a { background-color: #E57D06; }
a { background-color: rgb(229,125,6); }
div.DivClassName
{
background-color: #E57D06;
}
.BgClassName
{
background-color: #E57D06;
}
</style>
border-color css
<style>
span { border-color: #E57D06; }
span { border-color: rgb(229,125,6); }
td.TdClassName
{
border-color: #E57D06;
}
.TagClassName
{
border-color: #E57D06;
}
</style>