Shades of Mango Tango #E17C07
Tints of Mango Tango #E17C07
RGB
CMYK
RGB Variations
Color information
#E17C07 (or 0xE17C07) is known color: Mango Tango. HEX triplet: E1, 7C and 07. RGB value is (225,124,7). Sum of RGB (Red+Green+Blue) = 225+124+7=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17C07 is #1E83F8. Grayscale: #8D8D8D. Windows color (decimal): -1999865 or 490721. OLE color: 490721.
HSL color Cylindrical-coordinate representation of color #E17C07: hue angle of 32.2º degrees, saturation: 0.94, 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 #E17C07 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.12 |
| HSL | 32.2º | 0.94% | 0.45% | - |
| HSV(B) | 32.2º | 0.97% | 0.88% | - |
| XYZ | 38.3 | 30.44 | 4.06 | - |
| YUV | 140.86 | 52.46 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 7 | 0 | 0.45 | 0.97 | 0.12 | 32.2 | 0.94 | 0.45 |
| Hex | E1 | 7C | 7 | 0 | 2D | 61 | C | 20 | 5E | 2D |
| Octal | 341 | 174 | 7 | 0 | 55 | 141 | 14 | 40 | 136 | 55 |
| Binary | 11100001 | 1111100 | 111 | 0 | 101101 | 1100001 | 1100 | 100000 | 1011110 | 101101 |
Color Harmonies of #E17C07
Complementary color
Monochromatic Colors of #E17C07
Black with #E17C07
Text Example
Text Example
White with #E17C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C07; }
p { color: rgb(225,124,7); }
H1.HeaderClassName
{
color: #E17C07;
}
.AnyTagClassName
{
color: #E17C07;
}
</style>
background-color css
<style>
a { background-color: #E17C07; }
a { background-color: rgb(225,124,7); }
div.DivClassName
{
background-color: #E17C07;
}
.BgClassName
{
background-color: #E17C07;
}
</style>
border-color css
<style>
span { border-color: #E17C07; }
span { border-color: rgb(225,124,7); }
td.TdClassName
{
border-color: #E17C07;
}
.TagClassName
{
border-color: #E17C07;
}
</style>