Shades of Mango Tango #E17D06
Tints of Mango Tango #E17D06
RGB
CMYK
RGB Variations
Color information
#E17D06 (or 0xE17D06) is known color: Mango Tango. HEX triplet: E1, 7D and 06. RGB value is (225,125,6). Sum of RGB (Red+Green+Blue) = 225+125+6=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17D06 is #1E82F9. Grayscale: #8D8D8D. Windows color (decimal): -1999610 or 425441. OLE color: 425441.
HSL color Cylindrical-coordinate representation of color #E17D06: hue angle of 32.6º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E17D06 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 6 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.12 |
| HSL | 32.6º | 0.95% | 0.45% | - |
| HSV(B) | 32.6º | 0.97% | 0.88% | - |
| XYZ | 38.42 | 30.69 | 4.07 | - |
| YUV | 141.33 | 51.63 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 6 | 0 | 0.44 | 0.97 | 0.12 | 32.6 | 0.95 | 0.45 |
| Hex | E1 | 7D | 6 | 0 | 2C | 61 | C | 21 | 5F | 2D |
| Octal | 341 | 175 | 6 | 0 | 54 | 141 | 14 | 41 | 137 | 55 |
| Binary | 11100001 | 1111101 | 110 | 0 | 101100 | 1100001 | 1100 | 100001 | 1011111 | 101101 |
Color Harmonies of #E17D06
Complementary color
Monochromatic Colors of #E17D06
Black with #E17D06
Text Example
Text Example
White with #E17D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D06; }
p { color: rgb(225,125,6); }
H1.HeaderClassName
{
color: #E17D06;
}
.AnyTagClassName
{
color: #E17D06;
}
</style>
background-color css
<style>
a { background-color: #E17D06; }
a { background-color: rgb(225,125,6); }
div.DivClassName
{
background-color: #E17D06;
}
.BgClassName
{
background-color: #E17D06;
}
</style>
border-color css
<style>
span { border-color: #E17D06; }
span { border-color: rgb(225,125,6); }
td.TdClassName
{
border-color: #E17D06;
}
.TagClassName
{
border-color: #E17D06;
}
</style>