Shades of Mango Tango #EE760E
Tints of Mango Tango #EE760E
RGB
CMYK
RGB Variations
Color information
#EE760E (or 0xEE760E) is known color: Mango Tango. HEX triplet: EE, 76 and 0E. RGB value is (238,118,14). Sum of RGB (Red+Green+Blue) = 238+118+14=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE760E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE760E is #1189F1. Grayscale: #8E8E8E. Windows color (decimal): -1149426 or 947950. OLE color: 947950.
HSL color Cylindrical-coordinate representation of color #EE760E: hue angle of 27.86º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE760E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 14 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.07 |
| HSL | 27.86º | 0.89% | 0.49% | - |
| HSV(B) | 27.86º | 0.94% | 0.93% | - |
| XYZ | 41.82 | 31.17 | 4.23 | - |
| YUV | 142.02 | 55.76 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 14 | 0 | 0.50 | 0.94 | 0.07 | 27.86 | 0.89 | 0.49 |
| Hex | EE | 76 | E | 0 | 32 | 5E | 7 | 1C | 59 | 31 |
| Octal | 356 | 166 | 16 | 0 | 62 | 136 | 7 | 34 | 131 | 61 |
| Binary | 11101110 | 1110110 | 1110 | 0 | 110010 | 1011110 | 111 | 11100 | 1011001 | 110001 |
Color Harmonies of #EE760E
Complementary color
Monochromatic Colors of #EE760E
Black with #EE760E
Text Example
Text Example
White with #EE760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE760E; }
p { color: rgb(238,118,14); }
H1.HeaderClassName
{
color: #EE760E;
}
.AnyTagClassName
{
color: #EE760E;
}
</style>
background-color css
<style>
a { background-color: #EE760E; }
a { background-color: rgb(238,118,14); }
div.DivClassName
{
background-color: #EE760E;
}
.BgClassName
{
background-color: #EE760E;
}
</style>
border-color css
<style>
span { border-color: #EE760E; }
span { border-color: rgb(238,118,14); }
td.TdClassName
{
border-color: #EE760E;
}
.TagClassName
{
border-color: #EE760E;
}
</style>