Shades of Mango Tango #EF6A0E
Tints of Mango Tango #EF6A0E
RGB
CMYK
RGB Variations
Color information
#EF6A0E (or 0xEF6A0E) is known color: Mango Tango. HEX triplet: EF, 6A and 0E. RGB value is (239,106,14). Sum of RGB (Red+Green+Blue) = 239+106+14=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6A0E is #1095F1. Grayscale: #878787. Windows color (decimal): -1086962 or 944879. OLE color: 944879.
HSL color Cylindrical-coordinate representation of color #EF6A0E: hue angle of 24.53º 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 #EF6A0E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.06 |
| HSL | 24.53º | 0.89% | 0.5% | - |
| HSV(B) | 24.53º | 0.94% | 0.94% | - |
| XYZ | 40.83 | 28.69 | 3.8 | - |
| YUV | 135.28 | 59.56 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 14 | 0 | 0.56 | 0.94 | 0.06 | 24.53 | 0.89 | 0.5 |
| Hex | EF | 6A | E | 0 | 38 | 5E | 6 | 19 | 59 | 32 |
| Octal | 357 | 152 | 16 | 0 | 70 | 136 | 6 | 31 | 131 | 62 |
| Binary | 11101111 | 1101010 | 1110 | 0 | 111000 | 1011110 | 110 | 11001 | 1011001 | 110010 |
Color Harmonies of #EF6A0E
Complementary color
Monochromatic Colors of #EF6A0E
Black with #EF6A0E
Text Example
Text Example
White with #EF6A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6A0E; }
p { color: rgb(239,106,14); }
H1.HeaderClassName
{
color: #EF6A0E;
}
.AnyTagClassName
{
color: #EF6A0E;
}
</style>
background-color css
<style>
a { background-color: #EF6A0E; }
a { background-color: rgb(239,106,14); }
div.DivClassName
{
background-color: #EF6A0E;
}
.BgClassName
{
background-color: #EF6A0E;
}
</style>
border-color css
<style>
span { border-color: #EF6A0E; }
span { border-color: rgb(239,106,14); }
td.TdClassName
{
border-color: #EF6A0E;
}
.TagClassName
{
border-color: #EF6A0E;
}
</style>