Shades of Mango Tango #EF6D0A
Tints of Mango Tango #EF6D0A
RGB
CMYK
RGB Variations
Color information
#EF6D0A (or 0xEF6D0A) is known color: Mango Tango. HEX triplet: EF, 6D and 0A. RGB value is (239,109,10). Sum of RGB (Red+Green+Blue) = 239+109+10=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6D0A is #1092F5. Grayscale: #898989. Windows color (decimal): -1086198 or 683503. OLE color: 683503.
HSL color Cylindrical-coordinate representation of color #EF6D0A: hue angle of 25.94º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF6D0A is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 10 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.06 |
| HSL | 25.94º | 0.92% | 0.49% | - |
| HSV(B) | 25.94º | 0.96% | 0.94% | - |
| XYZ | 41.12 | 29.31 | 3.78 | - |
| YUV | 136.58 | 56.57 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 10 | 0 | 0.54 | 0.96 | 0.06 | 25.94 | 0.92 | 0.49 |
| Hex | EF | 6D | A | 0 | 36 | 60 | 6 | 1A | 5C | 31 |
| Octal | 357 | 155 | 12 | 0 | 66 | 140 | 6 | 32 | 134 | 61 |
| Binary | 11101111 | 1101101 | 1010 | 0 | 110110 | 1100000 | 110 | 11010 | 1011100 | 110001 |
Color Harmonies of #EF6D0A
Complementary color
Monochromatic Colors of #EF6D0A
Black with #EF6D0A
Text Example
Text Example
White with #EF6D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D0A; }
p { color: rgb(239,109,10); }
H1.HeaderClassName
{
color: #EF6D0A;
}
.AnyTagClassName
{
color: #EF6D0A;
}
</style>
background-color css
<style>
a { background-color: #EF6D0A; }
a { background-color: rgb(239,109,10); }
div.DivClassName
{
background-color: #EF6D0A;
}
.BgClassName
{
background-color: #EF6D0A;
}
</style>
border-color css
<style>
span { border-color: #EF6D0A; }
span { border-color: rgb(239,109,10); }
td.TdClassName
{
border-color: #EF6D0A;
}
.TagClassName
{
border-color: #EF6D0A;
}
</style>