Shades of Mango Tango #EF7301
Tints of Mango Tango #EF7301
RGB
CMYK
RGB Variations
Color information
#EF7301 (or 0xEF7301) is known color: Mango Tango. HEX triplet: EF, 73 and 01. RGB value is (239,115,1). Sum of RGB (Red+Green+Blue) = 239+115+1=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7301 is #108CFE. Grayscale: #8B8B8B. Windows color (decimal): -1084671 or 95215. OLE color: 95215.
HSL color Cylindrical-coordinate representation of color #EF7301: hue angle of 28.74º 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 #EF7301 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.06 |
| HSL | 28.74º | 0.99% | 0.47% | - |
| HSV(B) | 28.74º | 1% | 0.94% | - |
| XYZ | 41.73 | 30.61 | 3.74 | - |
| YUV | 139.08 | 50.08 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 1 | 0 | 0.52 | 1.00 | 0.06 | 28.74 | 0.99 | 0.47 |
| Hex | EF | 73 | 1 | 0 | 34 | 64 | 6 | 1D | 63 | 2F |
| Octal | 357 | 163 | 1 | 0 | 64 | 144 | 6 | 35 | 143 | 57 |
| Binary | 11101111 | 1110011 | 1 | 0 | 110100 | 1100100 | 110 | 11101 | 1100011 | 101111 |
Color Harmonies of #EF7301
Complementary color
Monochromatic Colors of #EF7301
Black with #EF7301
Text Example
Text Example
White with #EF7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7301; }
p { color: rgb(239,115,1); }
H1.HeaderClassName
{
color: #EF7301;
}
.AnyTagClassName
{
color: #EF7301;
}
</style>
background-color css
<style>
a { background-color: #EF7301; }
a { background-color: rgb(239,115,1); }
div.DivClassName
{
background-color: #EF7301;
}
.BgClassName
{
background-color: #EF7301;
}
</style>
border-color css
<style>
span { border-color: #EF7301; }
span { border-color: rgb(239,115,1); }
td.TdClassName
{
border-color: #EF7301;
}
.TagClassName
{
border-color: #EF7301;
}
</style>