Shades of Mango Tango #EF710C
Tints of Mango Tango #EF710C
RGB
CMYK
RGB Variations
Color information
#EF710C (or 0xEF710C) is known color: Mango Tango. HEX triplet: EF, 71 and 0C. RGB value is (239,113,12). Sum of RGB (Red+Green+Blue) = 239+113+12=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF710C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF710C is #108EF3. Grayscale: #8B8B8B. Windows color (decimal): -1085172 or 815599. OLE color: 815599.
HSL color Cylindrical-coordinate representation of color #EF710C: hue angle of 26.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF710C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.06 |
| HSL | 26.7º | 0.9% | 0.49% | - |
| HSV(B) | 26.7º | 0.95% | 0.94% | - |
| XYZ | 41.57 | 30.19 | 3.98 | - |
| YUV | 139.16 | 56.24 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 12 | 0 | 0.53 | 0.95 | 0.06 | 26.7 | 0.9 | 0.49 |
| Hex | EF | 71 | C | 0 | 35 | 5F | 6 | 1B | 5A | 31 |
| Octal | 357 | 161 | 14 | 0 | 65 | 137 | 6 | 33 | 132 | 61 |
| Binary | 11101111 | 1110001 | 1100 | 0 | 110101 | 1011111 | 110 | 11011 | 1011010 | 110001 |
Color Harmonies of #EF710C
Complementary color
Monochromatic Colors of #EF710C
Black with #EF710C
Text Example
Text Example
White with #EF710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF710C; }
p { color: rgb(239,113,12); }
H1.HeaderClassName
{
color: #EF710C;
}
.AnyTagClassName
{
color: #EF710C;
}
</style>
background-color css
<style>
a { background-color: #EF710C; }
a { background-color: rgb(239,113,12); }
div.DivClassName
{
background-color: #EF710C;
}
.BgClassName
{
background-color: #EF710C;
}
</style>
border-color css
<style>
span { border-color: #EF710C; }
span { border-color: rgb(239,113,12); }
td.TdClassName
{
border-color: #EF710C;
}
.TagClassName
{
border-color: #EF710C;
}
</style>