Shades of Mango Tango #EF740A
Tints of Mango Tango #EF740A
RGB
CMYK
RGB Variations
Color information
#EF740A (or 0xEF740A) is known color: Mango Tango. HEX triplet: EF, 74 and 0A. RGB value is (239,116,10). Sum of RGB (Red+Green+Blue) = 239+116+10=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF740A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF740A is #108BF5. Grayscale: #8D8D8D. Windows color (decimal): -1084406 or 685295. OLE color: 685295.
HSL color Cylindrical-coordinate representation of color #EF740A: hue angle of 27.77º 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 #EF740A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 10 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.06 |
| HSL | 27.77º | 0.92% | 0.49% | - |
| HSV(B) | 27.77º | 0.96% | 0.94% | - |
| XYZ | 41.9 | 30.86 | 4.04 | - |
| YUV | 140.69 | 54.25 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 10 | 0 | 0.51 | 0.96 | 0.06 | 27.77 | 0.92 | 0.49 |
| Hex | EF | 74 | A | 0 | 33 | 60 | 6 | 1C | 5C | 31 |
| Octal | 357 | 164 | 12 | 0 | 63 | 140 | 6 | 34 | 134 | 61 |
| Binary | 11101111 | 1110100 | 1010 | 0 | 110011 | 1100000 | 110 | 11100 | 1011100 | 110001 |
Color Harmonies of #EF740A
Complementary color
Monochromatic Colors of #EF740A
Black with #EF740A
Text Example
Text Example
White with #EF740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF740A; }
p { color: rgb(239,116,10); }
H1.HeaderClassName
{
color: #EF740A;
}
.AnyTagClassName
{
color: #EF740A;
}
</style>
background-color css
<style>
a { background-color: #EF740A; }
a { background-color: rgb(239,116,10); }
div.DivClassName
{
background-color: #EF740A;
}
.BgClassName
{
background-color: #EF740A;
}
</style>
border-color css
<style>
span { border-color: #EF740A; }
span { border-color: rgb(239,116,10); }
td.TdClassName
{
border-color: #EF740A;
}
.TagClassName
{
border-color: #EF740A;
}
</style>