Shades of Mango Tango #EF6B0F
Tints of Mango Tango #EF6B0F
RGB
CMYK
RGB Variations
Color information
#EF6B0F (or 0xEF6B0F) is known color: Mango Tango. HEX triplet: EF, 6B and 0F. RGB value is (239,107,15). Sum of RGB (Red+Green+Blue) = 239+107+15=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6B0F is #1094F0. Grayscale: #888888. Windows color (decimal): -1086705 or 1010671. OLE color: 1010671.
HSL color Cylindrical-coordinate representation of color #EF6B0F: hue angle of 24.64º 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 #EF6B0F is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 15 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.06 |
| HSL | 24.64º | 0.88% | 0.5% | - |
| HSV(B) | 24.64º | 0.94% | 0.94% | - |
| XYZ | 40.94 | 28.9 | 3.87 | - |
| YUV | 135.98 | 59.73 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 15 | 0 | 0.55 | 0.94 | 0.06 | 24.64 | 0.88 | 0.5 |
| Hex | EF | 6B | F | 0 | 37 | 5E | 6 | 19 | 58 | 32 |
| Octal | 357 | 153 | 17 | 0 | 67 | 136 | 6 | 31 | 130 | 62 |
| Binary | 11101111 | 1101011 | 1111 | 0 | 110111 | 1011110 | 110 | 11001 | 1011000 | 110010 |
Color Harmonies of #EF6B0F
Complementary color
Monochromatic Colors of #EF6B0F
Black with #EF6B0F
Text Example
Text Example
White with #EF6B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B0F; }
p { color: rgb(239,107,15); }
H1.HeaderClassName
{
color: #EF6B0F;
}
.AnyTagClassName
{
color: #EF6B0F;
}
</style>
background-color css
<style>
a { background-color: #EF6B0F; }
a { background-color: rgb(239,107,15); }
div.DivClassName
{
background-color: #EF6B0F;
}
.BgClassName
{
background-color: #EF6B0F;
}
</style>
border-color css
<style>
span { border-color: #EF6B0F; }
span { border-color: rgb(239,107,15); }
td.TdClassName
{
border-color: #EF6B0F;
}
.TagClassName
{
border-color: #EF6B0F;
}
</style>