Shades of Mango Tango #EC6F00
Tints of Mango Tango #EC6F00
RGB
CMYK
RGB Variations
Color information
#EC6F00 (or 0xEC6F00) is known color: Mango Tango. HEX triplet: EC, 6F and 00. RGB value is (236,111,0). Sum of RGB (Red+Green+Blue) = 236+111+0=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6F00 is #1390FF. Grayscale: #888888. Windows color (decimal): -1282304 or 28652. OLE color: 28652.
HSL color Cylindrical-coordinate representation of color #EC6F00: hue angle of 28.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC6F00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.07 |
| HSL | 28.22º | 1% | 0.46% | - |
| HSV(B) | 28.22º | 1% | 0.93% | - |
| XYZ | 40.28 | 29.2 | 3.51 | - |
| YUV | 135.72 | 51.41 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 0 | 0 | 0.53 | 1 | 0.07 | 28.22 | 1 | 0.46 |
| Hex | EC | 6F | 0 | 0 | 35 | 64 | 7 | 1C | 64 | 2E |
| Octal | 354 | 157 | 0 | 0 | 65 | 144 | 7 | 34 | 144 | 56 |
| Binary | 11101100 | 1101111 | 0 | 0 | 110101 | 1100100 | 111 | 11100 | 1100100 | 101110 |
Color Harmonies of #EC6F00
Complementary color
Monochromatic Colors of #EC6F00
Black with #EC6F00
Text Example
Text Example
White with #EC6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F00; }
p { color: rgb(236,111,0); }
H1.HeaderClassName
{
color: #EC6F00;
}
.AnyTagClassName
{
color: #EC6F00;
}
</style>
background-color css
<style>
a { background-color: #EC6F00; }
a { background-color: rgb(236,111,0); }
div.DivClassName
{
background-color: #EC6F00;
}
.BgClassName
{
background-color: #EC6F00;
}
</style>
border-color css
<style>
span { border-color: #EC6F00; }
span { border-color: rgb(236,111,0); }
td.TdClassName
{
border-color: #EC6F00;
}
.TagClassName
{
border-color: #EC6F00;
}
</style>