Shades of Mango Tango #EF760E
Tints of Mango Tango #EF760E
RGB
CMYK
RGB Variations
Color information
#EF760E (or 0xEF760E) is known color: Mango Tango. HEX triplet: EF, 76 and 0E. RGB value is (239,118,14). Sum of RGB (Red+Green+Blue) = 239+118+14=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF760E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF760E is #1089F1. Grayscale: #8E8E8E. Windows color (decimal): -1083890 or 947951. OLE color: 947951.
HSL color Cylindrical-coordinate representation of color #EF760E: hue angle of 27.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF760E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.06 |
| HSL | 27.73º | 0.89% | 0.5% | - |
| HSV(B) | 27.73º | 0.94% | 0.94% | - |
| XYZ | 42.15 | 31.34 | 4.24 | - |
| YUV | 142.32 | 55.59 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 14 | 0 | 0.51 | 0.94 | 0.06 | 27.73 | 0.89 | 0.5 |
| Hex | EF | 76 | E | 0 | 33 | 5E | 6 | 1C | 59 | 32 |
| Octal | 357 | 166 | 16 | 0 | 63 | 136 | 6 | 34 | 131 | 62 |
| Binary | 11101111 | 1110110 | 1110 | 0 | 110011 | 1011110 | 110 | 11100 | 1011001 | 110010 |
Color Harmonies of #EF760E
Complementary color
Monochromatic Colors of #EF760E
Black with #EF760E
Text Example
Text Example
White with #EF760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF760E; }
p { color: rgb(239,118,14); }
H1.HeaderClassName
{
color: #EF760E;
}
.AnyTagClassName
{
color: #EF760E;
}
</style>
background-color css
<style>
a { background-color: #EF760E; }
a { background-color: rgb(239,118,14); }
div.DivClassName
{
background-color: #EF760E;
}
.BgClassName
{
background-color: #EF760E;
}
</style>
border-color css
<style>
span { border-color: #EF760E; }
span { border-color: rgb(239,118,14); }
td.TdClassName
{
border-color: #EF760E;
}
.TagClassName
{
border-color: #EF760E;
}
</style>