Shades of Mango Tango #EF6C0C
Tints of Mango Tango #EF6C0C
RGB
CMYK
RGB Variations
Color information
#EF6C0C (or 0xEF6C0C) is known color: Mango Tango. HEX triplet: EF, 6C and 0C. RGB value is (239,108,12). Sum of RGB (Red+Green+Blue) = 239+108+12=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6C0C is #1093F3. Grayscale: #888888. Windows color (decimal): -1086452 or 814319. OLE color: 814319.
HSL color Cylindrical-coordinate representation of color #EF6C0C: hue angle of 25.37º 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 #EF6C0C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.06 |
| HSL | 25.37º | 0.9% | 0.49% | - |
| HSV(B) | 25.37º | 0.95% | 0.94% | - |
| XYZ | 41.03 | 29.1 | 3.8 | - |
| YUV | 136.23 | 57.9 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 12 | 0 | 0.55 | 0.95 | 0.06 | 25.37 | 0.9 | 0.49 |
| Hex | EF | 6C | C | 0 | 37 | 5F | 6 | 19 | 5A | 31 |
| Octal | 357 | 154 | 14 | 0 | 67 | 137 | 6 | 31 | 132 | 61 |
| Binary | 11101111 | 1101100 | 1100 | 0 | 110111 | 1011111 | 110 | 11001 | 1011010 | 110001 |
Color Harmonies of #EF6C0C
Complementary color
Monochromatic Colors of #EF6C0C
Black with #EF6C0C
Text Example
Text Example
White with #EF6C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6C0C; }
p { color: rgb(239,108,12); }
H1.HeaderClassName
{
color: #EF6C0C;
}
.AnyTagClassName
{
color: #EF6C0C;
}
</style>
background-color css
<style>
a { background-color: #EF6C0C; }
a { background-color: rgb(239,108,12); }
div.DivClassName
{
background-color: #EF6C0C;
}
.BgClassName
{
background-color: #EF6C0C;
}
</style>
border-color css
<style>
span { border-color: #EF6C0C; }
span { border-color: rgb(239,108,12); }
td.TdClassName
{
border-color: #EF6C0C;
}
.TagClassName
{
border-color: #EF6C0C;
}
</style>