Shades of Mango Tango #E57D00
Tints of Mango Tango #E57D00
RGB
CMYK
RGB Variations
Color information
#E57D00 (or 0xE57D00) is known color: Mango Tango. HEX triplet: E5, 7D and 00. RGB value is (229,125,0). Sum of RGB (Red+Green+Blue) = 229+125+0=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E57D00 is #1A82FF. Grayscale: #8E8E8E. Windows color (decimal): -1737472 or 32229. OLE color: 32229.
HSL color Cylindrical-coordinate representation of color #E57D00: hue angle of 32.75º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E57D00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.10 |
| HSL | 32.75º | 1% | 0.45% | - |
| HSV(B) | 32.75º | 1% | 0.9% | - |
| XYZ | 39.65 | 31.33 | 3.96 | - |
| YUV | 141.85 | 47.96 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 0 | 0 | 0.45 | 1 | 0.10 | 32.75 | 1 | 0.45 |
| Hex | E5 | 7D | 0 | 0 | 2D | 64 | A | 21 | 64 | 2D |
| Octal | 345 | 175 | 0 | 0 | 55 | 144 | 12 | 41 | 144 | 55 |
| Binary | 11100101 | 1111101 | 0 | 0 | 101101 | 1100100 | 1010 | 100001 | 1100100 | 101101 |
Color Harmonies of #E57D00
Complementary color
Monochromatic Colors of #E57D00
Black with #E57D00
Text Example
Text Example
White with #E57D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D00; }
p { color: rgb(229,125,0); }
H1.HeaderClassName
{
color: #E57D00;
}
.AnyTagClassName
{
color: #E57D00;
}
</style>
background-color css
<style>
a { background-color: #E57D00; }
a { background-color: rgb(229,125,0); }
div.DivClassName
{
background-color: #E57D00;
}
.BgClassName
{
background-color: #E57D00;
}
</style>
border-color css
<style>
span { border-color: #E57D00; }
span { border-color: rgb(229,125,0); }
td.TdClassName
{
border-color: #E57D00;
}
.TagClassName
{
border-color: #E57D00;
}
</style>