Shades of Mango Tango #EF7201
Tints of Mango Tango #EF7201
RGB
CMYK
RGB Variations
Color information
#EF7201 (or 0xEF7201) is known color: Mango Tango. HEX triplet: EF, 72 and 01. RGB value is (239,114,1). Sum of RGB (Red+Green+Blue) = 239+114+1=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7201 is #108DFE. Grayscale: #8B8B8B. Windows color (decimal): -1084927 or 94959. OLE color: 94959.
HSL color Cylindrical-coordinate representation of color #EF7201: hue angle of 28.49º 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 #EF7201 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.06 |
| HSL | 28.49º | 0.99% | 0.47% | - |
| HSV(B) | 28.49º | 1% | 0.94% | - |
| XYZ | 41.62 | 30.39 | 3.7 | - |
| YUV | 138.49 | 50.41 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 1 | 0 | 0.52 | 1.00 | 0.06 | 28.49 | 0.99 | 0.47 |
| Hex | EF | 72 | 1 | 0 | 34 | 64 | 6 | 1C | 63 | 2F |
| Octal | 357 | 162 | 1 | 0 | 64 | 144 | 6 | 34 | 143 | 57 |
| Binary | 11101111 | 1110010 | 1 | 0 | 110100 | 1100100 | 110 | 11100 | 1100011 | 101111 |
Color Harmonies of #EF7201
Complementary color
Monochromatic Colors of #EF7201
Black with #EF7201
Text Example
Text Example
White with #EF7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7201; }
p { color: rgb(239,114,1); }
H1.HeaderClassName
{
color: #EF7201;
}
.AnyTagClassName
{
color: #EF7201;
}
</style>
background-color css
<style>
a { background-color: #EF7201; }
a { background-color: rgb(239,114,1); }
div.DivClassName
{
background-color: #EF7201;
}
.BgClassName
{
background-color: #EF7201;
}
</style>
border-color css
<style>
span { border-color: #EF7201; }
span { border-color: rgb(239,114,1); }
td.TdClassName
{
border-color: #EF7201;
}
.TagClassName
{
border-color: #EF7201;
}
</style>