Shades of Mango Tango #EC6F05
Tints of Mango Tango #EC6F05
RGB
CMYK
RGB Variations
Color information
#EC6F05 (or 0xEC6F05) is known color: Mango Tango. HEX triplet: EC, 6F and 05. RGB value is (236,111,5). Sum of RGB (Red+Green+Blue) = 236+111+5=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6F05 is #1390FA. Grayscale: #888888. Windows color (decimal): -1282299 or 356332. OLE color: 356332.
HSL color Cylindrical-coordinate representation of color #EC6F05: hue angle of 27.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC6F05 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.07 |
| HSL | 27.53º | 0.96% | 0.47% | - |
| HSV(B) | 27.53º | 0.98% | 0.93% | - |
| XYZ | 40.3 | 29.21 | 3.66 | - |
| YUV | 136.29 | 53.91 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 5 | 0 | 0.53 | 0.98 | 0.07 | 27.53 | 0.96 | 0.47 |
| Hex | EC | 6F | 5 | 0 | 35 | 62 | 7 | 1C | 60 | 2F |
| Octal | 354 | 157 | 5 | 0 | 65 | 142 | 7 | 34 | 140 | 57 |
| Binary | 11101100 | 1101111 | 101 | 0 | 110101 | 1100010 | 111 | 11100 | 1100000 | 101111 |
Color Harmonies of #EC6F05
Complementary color
Monochromatic Colors of #EC6F05
Black with #EC6F05
Text Example
Text Example
White with #EC6F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F05; }
p { color: rgb(236,111,5); }
H1.HeaderClassName
{
color: #EC6F05;
}
.AnyTagClassName
{
color: #EC6F05;
}
</style>
background-color css
<style>
a { background-color: #EC6F05; }
a { background-color: rgb(236,111,5); }
div.DivClassName
{
background-color: #EC6F05;
}
.BgClassName
{
background-color: #EC6F05;
}
</style>
border-color css
<style>
span { border-color: #EC6F05; }
span { border-color: rgb(236,111,5); }
td.TdClassName
{
border-color: #EC6F05;
}
.TagClassName
{
border-color: #EC6F05;
}
</style>