Shades of Mango Tango #E17D00
Tints of Mango Tango #E17D00
RGB
CMYK
RGB Variations
Color information
#E17D00 (or 0xE17D00) is known color: Mango Tango. HEX triplet: E1, 7D and 00. RGB value is (225,125,0). Sum of RGB (Red+Green+Blue) = 225+125+0=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17D00 is #1E82FF. Grayscale: #8D8D8D. Windows color (decimal): -1999616 or 32225. OLE color: 32225.
HSL color Cylindrical-coordinate representation of color #E17D00: hue angle of 33.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E17D00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.12 |
| HSL | 33.33º | 1% | 0.44% | - |
| HSV(B) | 33.33º | 1% | 0.88% | - |
| XYZ | 38.38 | 30.67 | 3.9 | - |
| YUV | 140.65 | 48.63 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 0 | 0 | 0.44 | 1 | 0.12 | 33.33 | 1 | 0.44 |
| Hex | E1 | 7D | 0 | 0 | 2C | 64 | C | 21 | 64 | 2C |
| Octal | 341 | 175 | 0 | 0 | 54 | 144 | 14 | 41 | 144 | 54 |
| Binary | 11100001 | 1111101 | 0 | 0 | 101100 | 1100100 | 1100 | 100001 | 1100100 | 101100 |
Color Harmonies of #E17D00
Complementary color
Monochromatic Colors of #E17D00
Black with #E17D00
Text Example
Text Example
White with #E17D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D00; }
p { color: rgb(225,125,0); }
H1.HeaderClassName
{
color: #E17D00;
}
.AnyTagClassName
{
color: #E17D00;
}
</style>
background-color css
<style>
a { background-color: #E17D00; }
a { background-color: rgb(225,125,0); }
div.DivClassName
{
background-color: #E17D00;
}
.BgClassName
{
background-color: #E17D00;
}
</style>
border-color css
<style>
span { border-color: #E17D00; }
span { border-color: rgb(225,125,0); }
td.TdClassName
{
border-color: #E17D00;
}
.TagClassName
{
border-color: #E17D00;
}
</style>