Shades of Mango Tango #EF740F
Tints of Mango Tango #EF740F
RGB
CMYK
RGB Variations
Color information
#EF740F (or 0xEF740F) is known color: Mango Tango. HEX triplet: EF, 74 and 0F. RGB value is (239,116,15). Sum of RGB (Red+Green+Blue) = 239+116+15=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF740F is #108BF0. Grayscale: #8D8D8D. Windows color (decimal): -1084401 or 1012975. OLE color: 1012975.
HSL color Cylindrical-coordinate representation of color #EF740F: hue angle of 27.05º degrees, saturation: 0.88, 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 #EF740F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.06 |
| HSL | 27.05º | 0.88% | 0.5% | - |
| HSV(B) | 27.05º | 0.94% | 0.94% | - |
| XYZ | 41.93 | 30.88 | 4.2 | - |
| YUV | 141.26 | 56.75 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 15 | 0 | 0.51 | 0.94 | 0.06 | 27.05 | 0.88 | 0.5 |
| Hex | EF | 74 | F | 0 | 33 | 5E | 6 | 1B | 58 | 32 |
| Octal | 357 | 164 | 17 | 0 | 63 | 136 | 6 | 33 | 130 | 62 |
| Binary | 11101111 | 1110100 | 1111 | 0 | 110011 | 1011110 | 110 | 11011 | 1011000 | 110010 |
Color Harmonies of #EF740F
Complementary color
Monochromatic Colors of #EF740F
Black with #EF740F
Text Example
Text Example
White with #EF740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF740F; }
p { color: rgb(239,116,15); }
H1.HeaderClassName
{
color: #EF740F;
}
.AnyTagClassName
{
color: #EF740F;
}
</style>
background-color css
<style>
a { background-color: #EF740F; }
a { background-color: rgb(239,116,15); }
div.DivClassName
{
background-color: #EF740F;
}
.BgClassName
{
background-color: #EF740F;
}
</style>
border-color css
<style>
span { border-color: #EF740F; }
span { border-color: rgb(239,116,15); }
td.TdClassName
{
border-color: #EF740F;
}
.TagClassName
{
border-color: #EF740F;
}
</style>