Shades of Mango Tango #EF700F
Tints of Mango Tango #EF700F
RGB
CMYK
RGB Variations
Color information
#EF700F (or 0xEF700F) is known color: Mango Tango. HEX triplet: EF, 70 and 0F. RGB value is (239,112,15). Sum of RGB (Red+Green+Blue) = 239+112+15=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF700F is #108FF0. Grayscale: #8B8B8B. Windows color (decimal): -1085425 or 1011951. OLE color: 1011951.
HSL color Cylindrical-coordinate representation of color #EF700F: hue angle of 25.98º 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 #EF700F is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 15 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.06 |
| HSL | 25.98º | 0.88% | 0.5% | - |
| HSV(B) | 25.98º | 0.94% | 0.94% | - |
| XYZ | 41.48 | 29.97 | 4.05 | - |
| YUV | 138.92 | 58.08 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 15 | 0 | 0.53 | 0.94 | 0.06 | 25.98 | 0.88 | 0.5 |
| Hex | EF | 70 | F | 0 | 35 | 5E | 6 | 1A | 58 | 32 |
| Octal | 357 | 160 | 17 | 0 | 65 | 136 | 6 | 32 | 130 | 62 |
| Binary | 11101111 | 1110000 | 1111 | 0 | 110101 | 1011110 | 110 | 11010 | 1011000 | 110010 |
Color Harmonies of #EF700F
Complementary color
Monochromatic Colors of #EF700F
Black with #EF700F
Text Example
Text Example
White with #EF700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF700F; }
p { color: rgb(239,112,15); }
H1.HeaderClassName
{
color: #EF700F;
}
.AnyTagClassName
{
color: #EF700F;
}
</style>
background-color css
<style>
a { background-color: #EF700F; }
a { background-color: rgb(239,112,15); }
div.DivClassName
{
background-color: #EF700F;
}
.BgClassName
{
background-color: #EF700F;
}
</style>
border-color css
<style>
span { border-color: #EF700F; }
span { border-color: rgb(239,112,15); }
td.TdClassName
{
border-color: #EF700F;
}
.TagClassName
{
border-color: #EF700F;
}
</style>