Shades of Mango Tango #EC6601
Tints of Mango Tango #EC6601
RGB
CMYK
RGB Variations
Color information
#EC6601 (or 0xEC6601) is known color: Mango Tango. HEX triplet: EC, 66 and 01. RGB value is (236,102,1). Sum of RGB (Red+Green+Blue) = 236+102+1=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6601 is #1399FE. Grayscale: #838383. Windows color (decimal): -1284607 or 91884. OLE color: 91884.
HSL color Cylindrical-coordinate representation of color #EC6601: hue angle of 25.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC6601 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.07 |
| HSL | 25.79º | 0.99% | 0.46% | - |
| HSV(B) | 25.79º | 1% | 0.93% | - |
| XYZ | 39.35 | 27.34 | 3.23 | - |
| YUV | 130.55 | 54.89 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 1 | 0 | 0.57 | 1.00 | 0.07 | 25.79 | 0.99 | 0.46 |
| Hex | EC | 66 | 1 | 0 | 39 | 64 | 7 | 1A | 63 | 2E |
| Octal | 354 | 146 | 1 | 0 | 71 | 144 | 7 | 32 | 143 | 56 |
| Binary | 11101100 | 1100110 | 1 | 0 | 111001 | 1100100 | 111 | 11010 | 1100011 | 101110 |
Color Harmonies of #EC6601
Complementary color
Monochromatic Colors of #EC6601
Black with #EC6601
Text Example
Text Example
White with #EC6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6601; }
p { color: rgb(236,102,1); }
H1.HeaderClassName
{
color: #EC6601;
}
.AnyTagClassName
{
color: #EC6601;
}
</style>
background-color css
<style>
a { background-color: #EC6601; }
a { background-color: rgb(236,102,1); }
div.DivClassName
{
background-color: #EC6601;
}
.BgClassName
{
background-color: #EC6601;
}
</style>
border-color css
<style>
span { border-color: #EC6601; }
span { border-color: rgb(236,102,1); }
td.TdClassName
{
border-color: #EC6601;
}
.TagClassName
{
border-color: #EC6601;
}
</style>