Shades of Mango Tango #EF770A
Tints of Mango Tango #EF770A
RGB
CMYK
RGB Variations
Color information
#EF770A (or 0xEF770A) is known color: Mango Tango. HEX triplet: EF, 77 and 0A. RGB value is (239,119,10). Sum of RGB (Red+Green+Blue) = 239+119+10=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF770A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF770A is #1088F5. Grayscale: #8F8F8F. Windows color (decimal): -1083638 or 686063. OLE color: 686063.
HSL color Cylindrical-coordinate representation of color #EF770A: hue angle of 28.56º 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 #EF770A is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 10 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.06 |
| HSL | 28.56º | 0.92% | 0.49% | - |
| HSV(B) | 28.56º | 0.96% | 0.94% | - |
| XYZ | 42.25 | 31.57 | 4.15 | - |
| YUV | 142.45 | 53.26 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 10 | 0 | 0.50 | 0.96 | 0.06 | 28.56 | 0.92 | 0.49 |
| Hex | EF | 77 | A | 0 | 32 | 60 | 6 | 1D | 5C | 31 |
| Octal | 357 | 167 | 12 | 0 | 62 | 140 | 6 | 35 | 134 | 61 |
| Binary | 11101111 | 1110111 | 1010 | 0 | 110010 | 1100000 | 110 | 11101 | 1011100 | 110001 |
Color Harmonies of #EF770A
Complementary color
Monochromatic Colors of #EF770A
Black with #EF770A
Text Example
Text Example
White with #EF770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF770A; }
p { color: rgb(239,119,10); }
H1.HeaderClassName
{
color: #EF770A;
}
.AnyTagClassName
{
color: #EF770A;
}
</style>
background-color css
<style>
a { background-color: #EF770A; }
a { background-color: rgb(239,119,10); }
div.DivClassName
{
background-color: #EF770A;
}
.BgClassName
{
background-color: #EF770A;
}
</style>
border-color css
<style>
span { border-color: #EF770A; }
span { border-color: rgb(239,119,10); }
td.TdClassName
{
border-color: #EF770A;
}
.TagClassName
{
border-color: #EF770A;
}
</style>