Shades of Mango Tango #EC6605
Tints of Mango Tango #EC6605
RGB
CMYK
RGB Variations
Color information
#EC6605 (or 0xEC6605) is known color: Mango Tango. HEX triplet: EC, 66 and 05. RGB value is (236,102,5). Sum of RGB (Red+Green+Blue) = 236+102+5=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6605 is #1399FA. Grayscale: #838383. Windows color (decimal): -1284603 or 354028. OLE color: 354028.
HSL color Cylindrical-coordinate representation of color #EC6605: hue angle of 25.19º 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 #EC6605 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.07 |
| HSL | 25.19º | 0.96% | 0.47% | - |
| HSV(B) | 25.19º | 0.98% | 0.93% | - |
| XYZ | 39.37 | 27.35 | 3.35 | - |
| YUV | 131.01 | 56.89 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 5 | 0 | 0.57 | 0.98 | 0.07 | 25.19 | 0.96 | 0.47 |
| Hex | EC | 66 | 5 | 0 | 39 | 62 | 7 | 19 | 60 | 2F |
| Octal | 354 | 146 | 5 | 0 | 71 | 142 | 7 | 31 | 140 | 57 |
| Binary | 11101100 | 1100110 | 101 | 0 | 111001 | 1100010 | 111 | 11001 | 1100000 | 101111 |
Color Harmonies of #EC6605
Complementary color
Monochromatic Colors of #EC6605
Black with #EC6605
Text Example
Text Example
White with #EC6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6605; }
p { color: rgb(236,102,5); }
H1.HeaderClassName
{
color: #EC6605;
}
.AnyTagClassName
{
color: #EC6605;
}
</style>
background-color css
<style>
a { background-color: #EC6605; }
a { background-color: rgb(236,102,5); }
div.DivClassName
{
background-color: #EC6605;
}
.BgClassName
{
background-color: #EC6605;
}
</style>
border-color css
<style>
span { border-color: #EC6605; }
span { border-color: rgb(236,102,5); }
td.TdClassName
{
border-color: #EC6605;
}
.TagClassName
{
border-color: #EC6605;
}
</style>