Shades of Mango Tango #EE7105
Tints of Mango Tango #EE7105
RGB
CMYK
RGB Variations
Color information
#EE7105 (or 0xEE7105) is known color: Mango Tango. HEX triplet: EE, 71 and 05. RGB value is (238,113,5). Sum of RGB (Red+Green+Blue) = 238+113+5=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7105 is #118EFA. Grayscale: #8A8A8A. Windows color (decimal): -1150715 or 356846. OLE color: 356846.
HSL color Cylindrical-coordinate representation of color #EE7105: hue angle of 27.81º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE7105 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.07 |
| HSL | 27.81º | 0.96% | 0.48% | - |
| HSV(B) | 27.81º | 0.98% | 0.93% | - |
| XYZ | 41.19 | 30 | 3.76 | - |
| YUV | 138.06 | 52.91 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 5 | 0 | 0.53 | 0.98 | 0.07 | 27.81 | 0.96 | 0.48 |
| Hex | EE | 71 | 5 | 0 | 35 | 62 | 7 | 1C | 60 | 30 |
| Octal | 356 | 161 | 5 | 0 | 65 | 142 | 7 | 34 | 140 | 60 |
| Binary | 11101110 | 1110001 | 101 | 0 | 110101 | 1100010 | 111 | 11100 | 1100000 | 110000 |
Color Harmonies of #EE7105
Complementary color
Monochromatic Colors of #EE7105
Black with #EE7105
Text Example
Text Example
White with #EE7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7105; }
p { color: rgb(238,113,5); }
H1.HeaderClassName
{
color: #EE7105;
}
.AnyTagClassName
{
color: #EE7105;
}
</style>
background-color css
<style>
a { background-color: #EE7105; }
a { background-color: rgb(238,113,5); }
div.DivClassName
{
background-color: #EE7105;
}
.BgClassName
{
background-color: #EE7105;
}
</style>
border-color css
<style>
span { border-color: #EE7105; }
span { border-color: rgb(238,113,5); }
td.TdClassName
{
border-color: #EE7105;
}
.TagClassName
{
border-color: #EE7105;
}
</style>