Shades of Mango Tango #EF7A0A
Tints of Mango Tango #EF7A0A
RGB
CMYK
RGB Variations
Color information
#EF7A0A (or 0xEF7A0A) is known color: Mango Tango. HEX triplet: EF, 7A and 0A. RGB value is (239,122,10). Sum of RGB (Red+Green+Blue) = 239+122+10=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7A0A is #1085F5. Grayscale: #909090. Windows color (decimal): -1082870 or 686831. OLE color: 686831.
HSL color Cylindrical-coordinate representation of color #EF7A0A: hue angle of 29.34º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF7A0A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 10 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.06 |
| HSL | 29.34º | 0.92% | 0.49% | - |
| HSV(B) | 29.34º | 0.96% | 0.94% | - |
| XYZ | 42.61 | 32.29 | 4.27 | - |
| YUV | 144.22 | 52.26 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 10 | 0 | 0.49 | 0.96 | 0.06 | 29.34 | 0.92 | 0.49 |
| Hex | EF | 7A | A | 0 | 31 | 60 | 6 | 1D | 5C | 31 |
| Octal | 357 | 172 | 12 | 0 | 61 | 140 | 6 | 35 | 134 | 61 |
| Binary | 11101111 | 1111010 | 1010 | 0 | 110001 | 1100000 | 110 | 11101 | 1011100 | 110001 |
Color Harmonies of #EF7A0A
Complementary color
Monochromatic Colors of #EF7A0A
Black with #EF7A0A
Text Example
Text Example
White with #EF7A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A0A; }
p { color: rgb(239,122,10); }
H1.HeaderClassName
{
color: #EF7A0A;
}
.AnyTagClassName
{
color: #EF7A0A;
}
</style>
background-color css
<style>
a { background-color: #EF7A0A; }
a { background-color: rgb(239,122,10); }
div.DivClassName
{
background-color: #EF7A0A;
}
.BgClassName
{
background-color: #EF7A0A;
}
</style>
border-color css
<style>
span { border-color: #EF7A0A; }
span { border-color: rgb(239,122,10); }
td.TdClassName
{
border-color: #EF7A0A;
}
.TagClassName
{
border-color: #EF7A0A;
}
</style>