Shades of Mango Tango #EC6704
Tints of Mango Tango #EC6704
RGB
CMYK
RGB Variations
Color information
#EC6704 (or 0xEC6704) is known color: Mango Tango. HEX triplet: EC, 67 and 04. RGB value is (236,103,4). Sum of RGB (Red+Green+Blue) = 236+103+4=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6704 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6704 is #1398FB. Grayscale: #848484. Windows color (decimal): -1284348 or 288748. OLE color: 288748.
HSL color Cylindrical-coordinate representation of color #EC6704: hue angle of 25.6º degrees, saturation: 0.97, 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 #EC6704 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.07 |
| HSL | 25.6º | 0.97% | 0.47% | - |
| HSV(B) | 25.6º | 0.98% | 0.93% | - |
| XYZ | 39.46 | 27.54 | 3.35 | - |
| YUV | 131.48 | 56.06 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 4 | 0 | 0.56 | 0.98 | 0.07 | 25.6 | 0.97 | 0.47 |
| Hex | EC | 67 | 4 | 0 | 38 | 62 | 7 | 1A | 61 | 2F |
| Octal | 354 | 147 | 4 | 0 | 70 | 142 | 7 | 32 | 141 | 57 |
| Binary | 11101100 | 1100111 | 100 | 0 | 111000 | 1100010 | 111 | 11010 | 1100001 | 101111 |
Color Harmonies of #EC6704
Complementary color
Monochromatic Colors of #EC6704
Black with #EC6704
Text Example
Text Example
White with #EC6704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6704; }
p { color: rgb(236,103,4); }
H1.HeaderClassName
{
color: #EC6704;
}
.AnyTagClassName
{
color: #EC6704;
}
</style>
background-color css
<style>
a { background-color: #EC6704; }
a { background-color: rgb(236,103,4); }
div.DivClassName
{
background-color: #EC6704;
}
.BgClassName
{
background-color: #EC6704;
}
</style>
border-color css
<style>
span { border-color: #EC6704; }
span { border-color: rgb(236,103,4); }
td.TdClassName
{
border-color: #EC6704;
}
.TagClassName
{
border-color: #EC6704;
}
</style>