Shades of Mango Tango #EF7000
Tints of Mango Tango #EF7000
RGB
CMYK
RGB Variations
Color information
#EF7000 (or 0xEF7000) is known color: Mango Tango. HEX triplet: EF, 70 and 00. RGB value is (239,112,0). Sum of RGB (Red+Green+Blue) = 239+112+0=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7000 is #108FFF. Grayscale: #898989. Windows color (decimal): -1085440 or 28911. OLE color: 28911.
HSL color Cylindrical-coordinate representation of color #EF7000: hue angle of 28.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF7000 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.06 |
| HSL | 28.12º | 1% | 0.47% | - |
| HSV(B) | 28.12º | 1% | 0.94% | - |
| XYZ | 41.39 | 29.94 | 3.6 | - |
| YUV | 137.21 | 50.58 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 0 | 0 | 0.53 | 1 | 0.06 | 28.12 | 1 | 0.47 |
| Hex | EF | 70 | 0 | 0 | 35 | 64 | 6 | 1C | 64 | 2F |
| Octal | 357 | 160 | 0 | 0 | 65 | 144 | 6 | 34 | 144 | 57 |
| Binary | 11101111 | 1110000 | 0 | 0 | 110101 | 1100100 | 110 | 11100 | 1100100 | 101111 |
Color Harmonies of #EF7000
Complementary color
Monochromatic Colors of #EF7000
Black with #EF7000
Text Example
Text Example
White with #EF7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7000; }
p { color: rgb(239,112,0); }
H1.HeaderClassName
{
color: #EF7000;
}
.AnyTagClassName
{
color: #EF7000;
}
</style>
background-color css
<style>
a { background-color: #EF7000; }
a { background-color: rgb(239,112,0); }
div.DivClassName
{
background-color: #EF7000;
}
.BgClassName
{
background-color: #EF7000;
}
</style>
border-color css
<style>
span { border-color: #EF7000; }
span { border-color: rgb(239,112,0); }
td.TdClassName
{
border-color: #EF7000;
}
.TagClassName
{
border-color: #EF7000;
}
</style>