Shades of Mango Tango #EF6C0E
Tints of Mango Tango #EF6C0E
RGB
CMYK
RGB Variations
Color information
#EF6C0E (or 0xEF6C0E) is known color: Mango Tango. HEX triplet: EF, 6C and 0E. RGB value is (239,108,14). Sum of RGB (Red+Green+Blue) = 239+108+14=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6C0E is #1093F1. Grayscale: #888888. Windows color (decimal): -1086450 or 945391. OLE color: 945391.
HSL color Cylindrical-coordinate representation of color #EF6C0E: hue angle of 25.07º 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 #EF6C0E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 14 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.06 |
| HSL | 25.07º | 0.89% | 0.5% | - |
| HSV(B) | 25.07º | 0.94% | 0.94% | - |
| XYZ | 41.04 | 29.11 | 3.87 | - |
| YUV | 136.45 | 58.9 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 14 | 0 | 0.55 | 0.94 | 0.06 | 25.07 | 0.89 | 0.5 |
| Hex | EF | 6C | E | 0 | 37 | 5E | 6 | 19 | 59 | 32 |
| Octal | 357 | 154 | 16 | 0 | 67 | 136 | 6 | 31 | 131 | 62 |
| Binary | 11101111 | 1101100 | 1110 | 0 | 110111 | 1011110 | 110 | 11001 | 1011001 | 110010 |
Color Harmonies of #EF6C0E
Complementary color
Monochromatic Colors of #EF6C0E
Black with #EF6C0E
Text Example
Text Example
White with #EF6C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6C0E; }
p { color: rgb(239,108,14); }
H1.HeaderClassName
{
color: #EF6C0E;
}
.AnyTagClassName
{
color: #EF6C0E;
}
</style>
background-color css
<style>
a { background-color: #EF6C0E; }
a { background-color: rgb(239,108,14); }
div.DivClassName
{
background-color: #EF6C0E;
}
.BgClassName
{
background-color: #EF6C0E;
}
</style>
border-color css
<style>
span { border-color: #EF6C0E; }
span { border-color: rgb(239,108,14); }
td.TdClassName
{
border-color: #EF6C0E;
}
.TagClassName
{
border-color: #EF6C0E;
}
</style>