Shades of Mango Tango #EE7002
Tints of Mango Tango #EE7002
RGB
CMYK
RGB Variations
Color information
#EE7002 (or 0xEE7002) is known color: Mango Tango. HEX triplet: EE, 70 and 02. RGB value is (238,112,2). Sum of RGB (Red+Green+Blue) = 238+112+2=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7002 is #118FFD. Grayscale: #898989. Windows color (decimal): -1150974 or 159982. OLE color: 159982.
HSL color Cylindrical-coordinate representation of color #EE7002: hue angle of 27.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE7002 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.07 |
| HSL | 27.97º | 0.98% | 0.47% | - |
| HSV(B) | 27.97º | 0.99% | 0.93% | - |
| XYZ | 41.07 | 29.77 | 3.64 | - |
| YUV | 137.13 | 51.74 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 2 | 0 | 0.53 | 0.99 | 0.07 | 27.97 | 0.98 | 0.47 |
| Hex | EE | 70 | 2 | 0 | 35 | 63 | 7 | 1C | 62 | 2F |
| Octal | 356 | 160 | 2 | 0 | 65 | 143 | 7 | 34 | 142 | 57 |
| Binary | 11101110 | 1110000 | 10 | 0 | 110101 | 1100011 | 111 | 11100 | 1100010 | 101111 |
Color Harmonies of #EE7002
Complementary color
Monochromatic Colors of #EE7002
Black with #EE7002
Text Example
Text Example
White with #EE7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7002; }
p { color: rgb(238,112,2); }
H1.HeaderClassName
{
color: #EE7002;
}
.AnyTagClassName
{
color: #EE7002;
}
</style>
background-color css
<style>
a { background-color: #EE7002; }
a { background-color: rgb(238,112,2); }
div.DivClassName
{
background-color: #EE7002;
}
.BgClassName
{
background-color: #EE7002;
}
</style>
border-color css
<style>
span { border-color: #EE7002; }
span { border-color: rgb(238,112,2); }
td.TdClassName
{
border-color: #EE7002;
}
.TagClassName
{
border-color: #EE7002;
}
</style>