Shades of Mango Tango #EE760F
Tints of Mango Tango #EE760F
RGB
CMYK
RGB Variations
Color information
#EE760F (or 0xEE760F) is known color: Mango Tango. HEX triplet: EE, 76 and 0F. RGB value is (238,118,15). Sum of RGB (Red+Green+Blue) = 238+118+15=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE760F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE760F is #1189F0. Grayscale: #8E8E8E. Windows color (decimal): -1149425 or 1013486. OLE color: 1013486.
HSL color Cylindrical-coordinate representation of color #EE760F: hue angle of 27.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE760F is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 15 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.07 |
| HSL | 27.71º | 0.88% | 0.5% | - |
| HSV(B) | 27.71º | 0.94% | 0.93% | - |
| XYZ | 41.82 | 31.17 | 4.26 | - |
| YUV | 142.14 | 56.26 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 15 | 0 | 0.50 | 0.94 | 0.07 | 27.71 | 0.88 | 0.5 |
| Hex | EE | 76 | F | 0 | 32 | 5E | 7 | 1C | 58 | 32 |
| Octal | 356 | 166 | 17 | 0 | 62 | 136 | 7 | 34 | 130 | 62 |
| Binary | 11101110 | 1110110 | 1111 | 0 | 110010 | 1011110 | 111 | 11100 | 1011000 | 110010 |
Color Harmonies of #EE760F
Complementary color
Monochromatic Colors of #EE760F
Black with #EE760F
Text Example
Text Example
White with #EE760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE760F; }
p { color: rgb(238,118,15); }
H1.HeaderClassName
{
color: #EE760F;
}
.AnyTagClassName
{
color: #EE760F;
}
</style>
background-color css
<style>
a { background-color: #EE760F; }
a { background-color: rgb(238,118,15); }
div.DivClassName
{
background-color: #EE760F;
}
.BgClassName
{
background-color: #EE760F;
}
</style>
border-color css
<style>
span { border-color: #EE760F; }
span { border-color: rgb(238,118,15); }
td.TdClassName
{
border-color: #EE760F;
}
.TagClassName
{
border-color: #EE760F;
}
</style>