Shades of Mango Tango #E17D0A
Tints of Mango Tango #E17D0A
RGB
CMYK
RGB Variations
Color information
#E17D0A (or 0xE17D0A) is known color: Mango Tango. HEX triplet: E1, 7D and 0A. RGB value is (225,125,10). Sum of RGB (Red+Green+Blue) = 225+125+10=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17D0A is #1E82F5. Grayscale: #8E8E8E. Windows color (decimal): -1999606 or 687585. OLE color: 687585.
HSL color Cylindrical-coordinate representation of color #E17D0A: hue angle of 32.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E17D0A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 10 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.12 |
| HSL | 32.09º | 0.91% | 0.46% | - |
| HSV(B) | 32.09º | 0.96% | 0.88% | - |
| XYZ | 38.44 | 30.7 | 4.19 | - |
| YUV | 141.79 | 53.63 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 10 | 0 | 0.44 | 0.96 | 0.12 | 32.09 | 0.91 | 0.46 |
| Hex | E1 | 7D | A | 0 | 2C | 60 | C | 20 | 5B | 2E |
| Octal | 341 | 175 | 12 | 0 | 54 | 140 | 14 | 40 | 133 | 56 |
| Binary | 11100001 | 1111101 | 1010 | 0 | 101100 | 1100000 | 1100 | 100000 | 1011011 | 101110 |
Color Harmonies of #E17D0A
Complementary color
Monochromatic Colors of #E17D0A
Black with #E17D0A
Text Example
Text Example
White with #E17D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D0A; }
p { color: rgb(225,125,10); }
H1.HeaderClassName
{
color: #E17D0A;
}
.AnyTagClassName
{
color: #E17D0A;
}
</style>
background-color css
<style>
a { background-color: #E17D0A; }
a { background-color: rgb(225,125,10); }
div.DivClassName
{
background-color: #E17D0A;
}
.BgClassName
{
background-color: #E17D0A;
}
</style>
border-color css
<style>
span { border-color: #E17D0A; }
span { border-color: rgb(225,125,10); }
td.TdClassName
{
border-color: #E17D0A;
}
.TagClassName
{
border-color: #E17D0A;
}
</style>