Shades of Mango Tango #EE7101
Tints of Mango Tango #EE7101
RGB
CMYK
RGB Variations
Color information
#EE7101 (or 0xEE7101) is known color: Mango Tango. HEX triplet: EE, 71 and 01. RGB value is (238,113,1). Sum of RGB (Red+Green+Blue) = 238+113+1=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7101 is #118EFE. Grayscale: #8A8A8A. Windows color (decimal): -1150719 or 94702. OLE color: 94702.
HSL color Cylindrical-coordinate representation of color #EE7101: hue angle of 28.35º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE7101 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.07 |
| HSL | 28.35º | 0.99% | 0.47% | - |
| HSV(B) | 28.35º | 1% | 0.93% | - |
| XYZ | 41.17 | 29.99 | 3.65 | - |
| YUV | 137.61 | 50.91 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 1 | 0 | 0.53 | 1.00 | 0.07 | 28.35 | 0.99 | 0.47 |
| Hex | EE | 71 | 1 | 0 | 35 | 64 | 7 | 1C | 63 | 2F |
| Octal | 356 | 161 | 1 | 0 | 65 | 144 | 7 | 34 | 143 | 57 |
| Binary | 11101110 | 1110001 | 1 | 0 | 110101 | 1100100 | 111 | 11100 | 1100011 | 101111 |
Color Harmonies of #EE7101
Complementary color
Monochromatic Colors of #EE7101
Black with #EE7101
Text Example
Text Example
White with #EE7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7101; }
p { color: rgb(238,113,1); }
H1.HeaderClassName
{
color: #EE7101;
}
.AnyTagClassName
{
color: #EE7101;
}
</style>
background-color css
<style>
a { background-color: #EE7101; }
a { background-color: rgb(238,113,1); }
div.DivClassName
{
background-color: #EE7101;
}
.BgClassName
{
background-color: #EE7101;
}
</style>
border-color css
<style>
span { border-color: #EE7101; }
span { border-color: rgb(238,113,1); }
td.TdClassName
{
border-color: #EE7101;
}
.TagClassName
{
border-color: #EE7101;
}
</style>