Shades of Mango Tango #EF680D
Tints of Mango Tango #EF680D
RGB
CMYK
RGB Variations
Color information
#EF680D (or 0xEF680D) is known color: Mango Tango. HEX triplet: EF, 68 and 0D. RGB value is (239,104,13). Sum of RGB (Red+Green+Blue) = 239+104+13=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF680D is #1097F2. Grayscale: #868686. Windows color (decimal): -1087475 or 878831. OLE color: 878831.
HSL color Cylindrical-coordinate representation of color #EF680D: hue angle of 24.16º degrees, saturation: 0.9, 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 #EF680D is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 13 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.06 |
| HSL | 24.16º | 0.9% | 0.49% | - |
| HSV(B) | 24.16º | 0.95% | 0.94% | - |
| XYZ | 40.62 | 28.28 | 3.7 | - |
| YUV | 133.99 | 59.73 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 13 | 0 | 0.56 | 0.95 | 0.06 | 24.16 | 0.9 | 0.49 |
| Hex | EF | 68 | D | 0 | 38 | 5F | 6 | 18 | 5A | 31 |
| Octal | 357 | 150 | 15 | 0 | 70 | 137 | 6 | 30 | 132 | 61 |
| Binary | 11101111 | 1101000 | 1101 | 0 | 111000 | 1011111 | 110 | 11000 | 1011010 | 110001 |
Color Harmonies of #EF680D
Complementary color
Monochromatic Colors of #EF680D
Black with #EF680D
Text Example
Text Example
White with #EF680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF680D; }
p { color: rgb(239,104,13); }
H1.HeaderClassName
{
color: #EF680D;
}
.AnyTagClassName
{
color: #EF680D;
}
</style>
background-color css
<style>
a { background-color: #EF680D; }
a { background-color: rgb(239,104,13); }
div.DivClassName
{
background-color: #EF680D;
}
.BgClassName
{
background-color: #EF680D;
}
</style>
border-color css
<style>
span { border-color: #EF680D; }
span { border-color: rgb(239,104,13); }
td.TdClassName
{
border-color: #EF680D;
}
.TagClassName
{
border-color: #EF680D;
}
</style>