Shades of Mango Tango #EF680F
Tints of Mango Tango #EF680F
RGB
CMYK
RGB Variations
Color information
#EF680F (or 0xEF680F) is known color: Mango Tango. HEX triplet: EF, 68 and 0F. RGB value is (239,104,15). Sum of RGB (Red+Green+Blue) = 239+104+15=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF680F is #1097F0. Grayscale: #868686. Windows color (decimal): -1087473 or 1009903. OLE color: 1009903.
HSL color Cylindrical-coordinate representation of color #EF680F: hue angle of 23.84º 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 #EF680F is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 15 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.06 |
| HSL | 23.84º | 0.88% | 0.5% | - |
| HSV(B) | 23.84º | 0.94% | 0.94% | - |
| XYZ | 40.63 | 28.29 | 3.77 | - |
| YUV | 134.22 | 60.73 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 15 | 0 | 0.56 | 0.94 | 0.06 | 23.84 | 0.88 | 0.5 |
| Hex | EF | 68 | F | 0 | 38 | 5E | 6 | 18 | 58 | 32 |
| Octal | 357 | 150 | 17 | 0 | 70 | 136 | 6 | 30 | 130 | 62 |
| Binary | 11101111 | 1101000 | 1111 | 0 | 111000 | 1011110 | 110 | 11000 | 1011000 | 110010 |
Color Harmonies of #EF680F
Complementary color
Monochromatic Colors of #EF680F
Black with #EF680F
Text Example
Text Example
White with #EF680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF680F; }
p { color: rgb(239,104,15); }
H1.HeaderClassName
{
color: #EF680F;
}
.AnyTagClassName
{
color: #EF680F;
}
</style>
background-color css
<style>
a { background-color: #EF680F; }
a { background-color: rgb(239,104,15); }
div.DivClassName
{
background-color: #EF680F;
}
.BgClassName
{
background-color: #EF680F;
}
</style>
border-color css
<style>
span { border-color: #EF680F; }
span { border-color: rgb(239,104,15); }
td.TdClassName
{
border-color: #EF680F;
}
.TagClassName
{
border-color: #EF680F;
}
</style>