Shades of Mango Tango #EC6710
Tints of Mango Tango #EC6710
RGB
CMYK
RGB Variations
Color information
#EC6710 (or 0xEC6710) is known color: Mango Tango. HEX triplet: EC, 67 and 10. RGB value is (236,103,16). Sum of RGB (Red+Green+Blue) = 236+103+16=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6710 is #1398EF. Grayscale: #858585. Windows color (decimal): -1284336 or 1075180. OLE color: 1075180.
HSL color Cylindrical-coordinate representation of color #EC6710: hue angle of 23.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC6710 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 16 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.07 |
| HSL | 23.73º | 0.87% | 0.49% | - |
| HSV(B) | 23.73º | 0.93% | 0.93% | - |
| XYZ | 39.54 | 27.57 | 3.73 | - |
| YUV | 132.85 | 62.06 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 16 | 0 | 0.56 | 0.93 | 0.07 | 23.73 | 0.87 | 0.49 |
| Hex | EC | 67 | 10 | 0 | 38 | 5D | 7 | 18 | 57 | 31 |
| Octal | 354 | 147 | 20 | 0 | 70 | 135 | 7 | 30 | 127 | 61 |
| Binary | 11101100 | 1100111 | 10000 | 0 | 111000 | 1011101 | 111 | 11000 | 1010111 | 110001 |
Color Harmonies of #EC6710
Complementary color
Monochromatic Colors of #EC6710
Black with #EC6710
Text Example
Text Example
White with #EC6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6710; }
p { color: rgb(236,103,16); }
H1.HeaderClassName
{
color: #EC6710;
}
.AnyTagClassName
{
color: #EC6710;
}
</style>
background-color css
<style>
a { background-color: #EC6710; }
a { background-color: rgb(236,103,16); }
div.DivClassName
{
background-color: #EC6710;
}
.BgClassName
{
background-color: #EC6710;
}
</style>
border-color css
<style>
span { border-color: #EC6710; }
span { border-color: rgb(236,103,16); }
td.TdClassName
{
border-color: #EC6710;
}
.TagClassName
{
border-color: #EC6710;
}
</style>