Shades of Mango Tango #EF780E
Tints of Mango Tango #EF780E
RGB
CMYK
RGB Variations
Color information
#EF780E (or 0xEF780E) is known color: Mango Tango. HEX triplet: EF, 78 and 0E. RGB value is (239,120,14). Sum of RGB (Red+Green+Blue) = 239+120+14=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF780E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF780E is #1087F1. Grayscale: #909090. Windows color (decimal): -1083378 or 948463. OLE color: 948463.
HSL color Cylindrical-coordinate representation of color #EF780E: hue angle of 28.27º degrees, saturation: 0.89, 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 #EF780E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 14 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.06 |
| HSL | 28.27º | 0.89% | 0.5% | - |
| HSV(B) | 28.27º | 0.94% | 0.94% | - |
| XYZ | 42.39 | 31.82 | 4.32 | - |
| YUV | 143.5 | 54.92 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 14 | 0 | 0.50 | 0.94 | 0.06 | 28.27 | 0.89 | 0.5 |
| Hex | EF | 78 | E | 0 | 32 | 5E | 6 | 1C | 59 | 32 |
| Octal | 357 | 170 | 16 | 0 | 62 | 136 | 6 | 34 | 131 | 62 |
| Binary | 11101111 | 1111000 | 1110 | 0 | 110010 | 1011110 | 110 | 11100 | 1011001 | 110010 |
Color Harmonies of #EF780E
Complementary color
Monochromatic Colors of #EF780E
Black with #EF780E
Text Example
Text Example
White with #EF780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF780E; }
p { color: rgb(239,120,14); }
H1.HeaderClassName
{
color: #EF780E;
}
.AnyTagClassName
{
color: #EF780E;
}
</style>
background-color css
<style>
a { background-color: #EF780E; }
a { background-color: rgb(239,120,14); }
div.DivClassName
{
background-color: #EF780E;
}
.BgClassName
{
background-color: #EF780E;
}
</style>
border-color css
<style>
span { border-color: #EF780E; }
span { border-color: rgb(239,120,14); }
td.TdClassName
{
border-color: #EF780E;
}
.TagClassName
{
border-color: #EF780E;
}
</style>