Shades of Mango Tango #EC6F0A
Tints of Mango Tango #EC6F0A
RGB
CMYK
RGB Variations
Color information
#EC6F0A (or 0xEC6F0A) is known color: Mango Tango. HEX triplet: EC, 6F and 0A. RGB value is (236,111,10). Sum of RGB (Red+Green+Blue) = 236+111+10=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6F0A is #1390F5. Grayscale: #898989. Windows color (decimal): -1282294 or 684012. OLE color: 684012.
HSL color Cylindrical-coordinate representation of color #EC6F0A: hue angle of 26.81º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC6F0A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.07 |
| HSL | 26.81º | 0.92% | 0.48% | - |
| HSV(B) | 26.81º | 0.96% | 0.93% | - |
| XYZ | 40.33 | 29.22 | 3.8 | - |
| YUV | 136.86 | 56.41 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 10 | 0 | 0.53 | 0.96 | 0.07 | 26.81 | 0.92 | 0.48 |
| Hex | EC | 6F | A | 0 | 35 | 60 | 7 | 1B | 5C | 30 |
| Octal | 354 | 157 | 12 | 0 | 65 | 140 | 7 | 33 | 134 | 60 |
| Binary | 11101100 | 1101111 | 1010 | 0 | 110101 | 1100000 | 111 | 11011 | 1011100 | 110000 |
Color Harmonies of #EC6F0A
Complementary color
Monochromatic Colors of #EC6F0A
Black with #EC6F0A
Text Example
Text Example
White with #EC6F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F0A; }
p { color: rgb(236,111,10); }
H1.HeaderClassName
{
color: #EC6F0A;
}
.AnyTagClassName
{
color: #EC6F0A;
}
</style>
background-color css
<style>
a { background-color: #EC6F0A; }
a { background-color: rgb(236,111,10); }
div.DivClassName
{
background-color: #EC6F0A;
}
.BgClassName
{
background-color: #EC6F0A;
}
</style>
border-color css
<style>
span { border-color: #EC6F0A; }
span { border-color: rgb(236,111,10); }
td.TdClassName
{
border-color: #EC6F0A;
}
.TagClassName
{
border-color: #EC6F0A;
}
</style>