Shades of Mango Tango #EF700A
Tints of Mango Tango #EF700A
RGB
CMYK
RGB Variations
Color information
#EF700A (or 0xEF700A) is known color: Mango Tango. HEX triplet: EF, 70 and 0A. RGB value is (239,112,10). Sum of RGB (Red+Green+Blue) = 239+112+10=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF700A is #108FF5. Grayscale: #8A8A8A. Windows color (decimal): -1085430 or 684271. OLE color: 684271.
HSL color Cylindrical-coordinate representation of color #EF700A: hue angle of 26.72º 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 #EF700A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.06 |
| HSL | 26.72º | 0.92% | 0.49% | - |
| HSV(B) | 26.72º | 0.96% | 0.94% | - |
| XYZ | 41.45 | 29.96 | 3.89 | - |
| YUV | 138.35 | 55.58 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 10 | 0 | 0.53 | 0.96 | 0.06 | 26.72 | 0.92 | 0.49 |
| Hex | EF | 70 | A | 0 | 35 | 60 | 6 | 1B | 5C | 31 |
| Octal | 357 | 160 | 12 | 0 | 65 | 140 | 6 | 33 | 134 | 61 |
| Binary | 11101111 | 1110000 | 1010 | 0 | 110101 | 1100000 | 110 | 11011 | 1011100 | 110001 |
Color Harmonies of #EF700A
Complementary color
Monochromatic Colors of #EF700A
Black with #EF700A
Text Example
Text Example
White with #EF700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF700A; }
p { color: rgb(239,112,10); }
H1.HeaderClassName
{
color: #EF700A;
}
.AnyTagClassName
{
color: #EF700A;
}
</style>
background-color css
<style>
a { background-color: #EF700A; }
a { background-color: rgb(239,112,10); }
div.DivClassName
{
background-color: #EF700A;
}
.BgClassName
{
background-color: #EF700A;
}
</style>
border-color css
<style>
span { border-color: #EF700A; }
span { border-color: rgb(239,112,10); }
td.TdClassName
{
border-color: #EF700A;
}
.TagClassName
{
border-color: #EF700A;
}
</style>