Shades of Mango Tango #EF6E01
Tints of Mango Tango #EF6E01
RGB
CMYK
RGB Variations
Color information
#EF6E01 (or 0xEF6E01) is known color: Mango Tango. HEX triplet: EF, 6E and 01. RGB value is (239,110,1). Sum of RGB (Red+Green+Blue) = 239+110+1=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6E01 is #1091FE. Grayscale: #888888. Windows color (decimal): -1085951 or 93935. OLE color: 93935.
HSL color Cylindrical-coordinate representation of color #EF6E01: hue angle of 27.48º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF6E01 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.06 |
| HSL | 27.48º | 0.99% | 0.47% | - |
| HSV(B) | 27.48º | 1% | 0.94% | - |
| XYZ | 41.18 | 29.5 | 3.55 | - |
| YUV | 136.15 | 51.74 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 1 | 0 | 0.54 | 1.00 | 0.06 | 27.48 | 0.99 | 0.47 |
| Hex | EF | 6E | 1 | 0 | 36 | 64 | 6 | 1B | 63 | 2F |
| Octal | 357 | 156 | 1 | 0 | 66 | 144 | 6 | 33 | 143 | 57 |
| Binary | 11101111 | 1101110 | 1 | 0 | 110110 | 1100100 | 110 | 11011 | 1100011 | 101111 |
Color Harmonies of #EF6E01
Complementary color
Monochromatic Colors of #EF6E01
Black with #EF6E01
Text Example
Text Example
White with #EF6E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E01; }
p { color: rgb(239,110,1); }
H1.HeaderClassName
{
color: #EF6E01;
}
.AnyTagClassName
{
color: #EF6E01;
}
</style>
background-color css
<style>
a { background-color: #EF6E01; }
a { background-color: rgb(239,110,1); }
div.DivClassName
{
background-color: #EF6E01;
}
.BgClassName
{
background-color: #EF6E01;
}
</style>
border-color css
<style>
span { border-color: #EF6E01; }
span { border-color: rgb(239,110,1); }
td.TdClassName
{
border-color: #EF6E01;
}
.TagClassName
{
border-color: #EF6E01;
}
</style>