Shades of Mango Tango #EE7007
Tints of Mango Tango #EE7007
RGB
CMYK
RGB Variations
Color information
#EE7007 (or 0xEE7007) is known color: Mango Tango. HEX triplet: EE, 70 and 07. RGB value is (238,112,7). Sum of RGB (Red+Green+Blue) = 238+112+7=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7007 is #118FF8. Grayscale: #8A8A8A. Windows color (decimal): -1150969 or 487662. OLE color: 487662.
HSL color Cylindrical-coordinate representation of color #EE7007: hue angle of 27.27º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE7007 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.07 |
| HSL | 27.27º | 0.94% | 0.48% | - |
| HSV(B) | 27.27º | 0.97% | 0.93% | - |
| XYZ | 41.09 | 29.78 | 3.78 | - |
| YUV | 137.7 | 54.24 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 7 | 0 | 0.53 | 0.97 | 0.07 | 27.27 | 0.94 | 0.48 |
| Hex | EE | 70 | 7 | 0 | 35 | 61 | 7 | 1B | 5E | 30 |
| Octal | 356 | 160 | 7 | 0 | 65 | 141 | 7 | 33 | 136 | 60 |
| Binary | 11101110 | 1110000 | 111 | 0 | 110101 | 1100001 | 111 | 11011 | 1011110 | 110000 |
Color Harmonies of #EE7007
Complementary color
Monochromatic Colors of #EE7007
Black with #EE7007
Text Example
Text Example
White with #EE7007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7007; }
p { color: rgb(238,112,7); }
H1.HeaderClassName
{
color: #EE7007;
}
.AnyTagClassName
{
color: #EE7007;
}
</style>
background-color css
<style>
a { background-color: #EE7007; }
a { background-color: rgb(238,112,7); }
div.DivClassName
{
background-color: #EE7007;
}
.BgClassName
{
background-color: #EE7007;
}
</style>
border-color css
<style>
span { border-color: #EE7007; }
span { border-color: rgb(238,112,7); }
td.TdClassName
{
border-color: #EE7007;
}
.TagClassName
{
border-color: #EE7007;
}
</style>