Shades of Mango Tango #EF6B0C
Tints of Mango Tango #EF6B0C
RGB
CMYK
RGB Variations
Color information
#EF6B0C (or 0xEF6B0C) is known color: Mango Tango. HEX triplet: EF, 6B and 0C. RGB value is (239,107,12). Sum of RGB (Red+Green+Blue) = 239+107+12=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6B0C is #1094F3. Grayscale: #888888. Windows color (decimal): -1086708 or 814063. OLE color: 814063.
HSL color Cylindrical-coordinate representation of color #EF6B0C: hue angle of 25.11º 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 #EF6B0C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.06 |
| HSL | 25.11º | 0.9% | 0.49% | - |
| HSV(B) | 25.11º | 0.95% | 0.94% | - |
| XYZ | 40.92 | 28.89 | 3.77 | - |
| YUV | 135.64 | 58.23 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 12 | 0 | 0.55 | 0.95 | 0.06 | 25.11 | 0.9 | 0.49 |
| Hex | EF | 6B | C | 0 | 37 | 5F | 6 | 19 | 5A | 31 |
| Octal | 357 | 153 | 14 | 0 | 67 | 137 | 6 | 31 | 132 | 61 |
| Binary | 11101111 | 1101011 | 1100 | 0 | 110111 | 1011111 | 110 | 11001 | 1011010 | 110001 |
Color Harmonies of #EF6B0C
Complementary color
Monochromatic Colors of #EF6B0C
Black with #EF6B0C
Text Example
Text Example
White with #EF6B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B0C; }
p { color: rgb(239,107,12); }
H1.HeaderClassName
{
color: #EF6B0C;
}
.AnyTagClassName
{
color: #EF6B0C;
}
</style>
background-color css
<style>
a { background-color: #EF6B0C; }
a { background-color: rgb(239,107,12); }
div.DivClassName
{
background-color: #EF6B0C;
}
.BgClassName
{
background-color: #EF6B0C;
}
</style>
border-color css
<style>
span { border-color: #EF6B0C; }
span { border-color: rgb(239,107,12); }
td.TdClassName
{
border-color: #EF6B0C;
}
.TagClassName
{
border-color: #EF6B0C;
}
</style>