Shades of Mango Tango #EF680B
Tints of Mango Tango #EF680B
RGB
CMYK
RGB Variations
Color information
#EF680B (or 0xEF680B) is known color: Mango Tango. HEX triplet: EF, 68 and 0B. RGB value is (239,104,11). Sum of RGB (Red+Green+Blue) = 239+104+11=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF680B is #1097F4. Grayscale: #868686. Windows color (decimal): -1087477 or 747759. OLE color: 747759.
HSL color Cylindrical-coordinate representation of color #EF680B: hue angle of 24.47º degrees, saturation: 0.91, 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 #EF680B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.06 |
| HSL | 24.47º | 0.91% | 0.49% | - |
| HSV(B) | 24.47º | 0.95% | 0.94% | - |
| XYZ | 40.61 | 28.28 | 3.63 | - |
| YUV | 133.76 | 58.73 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 11 | 0 | 0.56 | 0.95 | 0.06 | 24.47 | 0.91 | 0.49 |
| Hex | EF | 68 | B | 0 | 38 | 5F | 6 | 18 | 5B | 31 |
| Octal | 357 | 150 | 13 | 0 | 70 | 137 | 6 | 30 | 133 | 61 |
| Binary | 11101111 | 1101000 | 1011 | 0 | 111000 | 1011111 | 110 | 11000 | 1011011 | 110001 |
Color Harmonies of #EF680B
Complementary color
Monochromatic Colors of #EF680B
Black with #EF680B
Text Example
Text Example
White with #EF680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF680B; }
p { color: rgb(239,104,11); }
H1.HeaderClassName
{
color: #EF680B;
}
.AnyTagClassName
{
color: #EF680B;
}
</style>
background-color css
<style>
a { background-color: #EF680B; }
a { background-color: rgb(239,104,11); }
div.DivClassName
{
background-color: #EF680B;
}
.BgClassName
{
background-color: #EF680B;
}
</style>
border-color css
<style>
span { border-color: #EF680B; }
span { border-color: rgb(239,104,11); }
td.TdClassName
{
border-color: #EF680B;
}
.TagClassName
{
border-color: #EF680B;
}
</style>