Shades of Mango Tango #EF790F
Tints of Mango Tango #EF790F
RGB
CMYK
RGB Variations
Color information
#EF790F (or 0xEF790F) is known color: Mango Tango. HEX triplet: EF, 79 and 0F. RGB value is (239,121,15). Sum of RGB (Red+Green+Blue) = 239+121+15=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF790F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF790F is #1086F0. Grayscale: #909090. Windows color (decimal): -1083121 or 1014255. OLE color: 1014255.
HSL color Cylindrical-coordinate representation of color #EF790F: hue angle of 28.39º degrees, saturation: 0.88, 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 #EF790F is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 15 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.06 |
| HSL | 28.39º | 0.88% | 0.5% | - |
| HSV(B) | 28.39º | 0.94% | 0.94% | - |
| XYZ | 42.52 | 32.06 | 4.4 | - |
| YUV | 144.2 | 55.09 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 15 | 0 | 0.49 | 0.94 | 0.06 | 28.39 | 0.88 | 0.5 |
| Hex | EF | 79 | F | 0 | 31 | 5E | 6 | 1C | 58 | 32 |
| Octal | 357 | 171 | 17 | 0 | 61 | 136 | 6 | 34 | 130 | 62 |
| Binary | 11101111 | 1111001 | 1111 | 0 | 110001 | 1011110 | 110 | 11100 | 1011000 | 110010 |
Color Harmonies of #EF790F
Complementary color
Monochromatic Colors of #EF790F
Black with #EF790F
Text Example
Text Example
White with #EF790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF790F; }
p { color: rgb(239,121,15); }
H1.HeaderClassName
{
color: #EF790F;
}
.AnyTagClassName
{
color: #EF790F;
}
</style>
background-color css
<style>
a { background-color: #EF790F; }
a { background-color: rgb(239,121,15); }
div.DivClassName
{
background-color: #EF790F;
}
.BgClassName
{
background-color: #EF790F;
}
</style>
border-color css
<style>
span { border-color: #EF790F; }
span { border-color: rgb(239,121,15); }
td.TdClassName
{
border-color: #EF790F;
}
.TagClassName
{
border-color: #EF790F;
}
</style>