Shades of Mango Tango #EF740B
Tints of Mango Tango #EF740B
RGB
CMYK
RGB Variations
Color information
#EF740B (or 0xEF740B) is known color: Mango Tango. HEX triplet: EF, 74 and 0B. RGB value is (239,116,11). Sum of RGB (Red+Green+Blue) = 239+116+11=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF740B is #108BF4. Grayscale: #8D8D8D. Windows color (decimal): -1084405 or 750831. OLE color: 750831.
HSL color Cylindrical-coordinate representation of color #EF740B: hue angle of 27.63º degrees, saturation: 0.91, 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 #EF740B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 11 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.06 |
| HSL | 27.63º | 0.91% | 0.49% | - |
| HSV(B) | 27.63º | 0.95% | 0.94% | - |
| XYZ | 41.9 | 30.87 | 4.07 | - |
| YUV | 140.81 | 54.75 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 11 | 0 | 0.51 | 0.95 | 0.06 | 27.63 | 0.91 | 0.49 |
| Hex | EF | 74 | B | 0 | 33 | 5F | 6 | 1C | 5B | 31 |
| Octal | 357 | 164 | 13 | 0 | 63 | 137 | 6 | 34 | 133 | 61 |
| Binary | 11101111 | 1110100 | 1011 | 0 | 110011 | 1011111 | 110 | 11100 | 1011011 | 110001 |
Color Harmonies of #EF740B
Complementary color
Monochromatic Colors of #EF740B
Black with #EF740B
Text Example
Text Example
White with #EF740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF740B; }
p { color: rgb(239,116,11); }
H1.HeaderClassName
{
color: #EF740B;
}
.AnyTagClassName
{
color: #EF740B;
}
</style>
background-color css
<style>
a { background-color: #EF740B; }
a { background-color: rgb(239,116,11); }
div.DivClassName
{
background-color: #EF740B;
}
.BgClassName
{
background-color: #EF740B;
}
</style>
border-color css
<style>
span { border-color: #EF740B; }
span { border-color: rgb(239,116,11); }
td.TdClassName
{
border-color: #EF740B;
}
.TagClassName
{
border-color: #EF740B;
}
</style>