Shades of Mango Tango #EF750F
Tints of Mango Tango #EF750F
RGB
CMYK
RGB Variations
Color information
#EF750F (or 0xEF750F) is known color: Mango Tango. HEX triplet: EF, 75 and 0F. RGB value is (239,117,15). Sum of RGB (Red+Green+Blue) = 239+117+15=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF750F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF750F is #108AF0. Grayscale: #8E8E8E. Windows color (decimal): -1084145 or 1013231. OLE color: 1013231.
HSL color Cylindrical-coordinate representation of color #EF750F: hue angle of 27.32º 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 #EF750F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.06 |
| HSL | 27.32º | 0.88% | 0.5% | - |
| HSV(B) | 27.32º | 0.94% | 0.94% | - |
| XYZ | 42.04 | 31.11 | 4.24 | - |
| YUV | 141.85 | 56.42 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 15 | 0 | 0.51 | 0.94 | 0.06 | 27.32 | 0.88 | 0.5 |
| Hex | EF | 75 | F | 0 | 33 | 5E | 6 | 1B | 58 | 32 |
| Octal | 357 | 165 | 17 | 0 | 63 | 136 | 6 | 33 | 130 | 62 |
| Binary | 11101111 | 1110101 | 1111 | 0 | 110011 | 1011110 | 110 | 11011 | 1011000 | 110010 |
Color Harmonies of #EF750F
Complementary color
Monochromatic Colors of #EF750F
Black with #EF750F
Text Example
Text Example
White with #EF750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF750F; }
p { color: rgb(239,117,15); }
H1.HeaderClassName
{
color: #EF750F;
}
.AnyTagClassName
{
color: #EF750F;
}
</style>
background-color css
<style>
a { background-color: #EF750F; }
a { background-color: rgb(239,117,15); }
div.DivClassName
{
background-color: #EF750F;
}
.BgClassName
{
background-color: #EF750F;
}
</style>
border-color css
<style>
span { border-color: #EF750F; }
span { border-color: rgb(239,117,15); }
td.TdClassName
{
border-color: #EF750F;
}
.TagClassName
{
border-color: #EF750F;
}
</style>