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