Shades of Mango Tango #EC6C04
Tints of Mango Tango #EC6C04
RGB
CMYK
RGB Variations
Color information
#EC6C04 (or 0xEC6C04) is known color: Mango Tango. HEX triplet: EC, 6C and 04. RGB value is (236,108,4). Sum of RGB (Red+Green+Blue) = 236+108+4=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6C04 is #1393FB. Grayscale: #868686. Windows color (decimal): -1283068 or 290028. OLE color: 290028.
HSL color Cylindrical-coordinate representation of color #EC6C04: hue angle of 26.9º 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 #EC6C04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.07 |
| HSL | 26.9º | 0.97% | 0.47% | - |
| HSV(B) | 26.9º | 0.98% | 0.93% | - |
| XYZ | 39.98 | 28.57 | 3.52 | - |
| YUV | 134.42 | 54.41 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 4 | 0 | 0.54 | 0.98 | 0.07 | 26.9 | 0.97 | 0.47 |
| Hex | EC | 6C | 4 | 0 | 36 | 62 | 7 | 1B | 61 | 2F |
| Octal | 354 | 154 | 4 | 0 | 66 | 142 | 7 | 33 | 141 | 57 |
| Binary | 11101100 | 1101100 | 100 | 0 | 110110 | 1100010 | 111 | 11011 | 1100001 | 101111 |
Color Harmonies of #EC6C04
Complementary color
Monochromatic Colors of #EC6C04
Black with #EC6C04
Text Example
Text Example
White with #EC6C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C04; }
p { color: rgb(236,108,4); }
H1.HeaderClassName
{
color: #EC6C04;
}
.AnyTagClassName
{
color: #EC6C04;
}
</style>
background-color css
<style>
a { background-color: #EC6C04; }
a { background-color: rgb(236,108,4); }
div.DivClassName
{
background-color: #EC6C04;
}
.BgClassName
{
background-color: #EC6C04;
}
</style>
border-color css
<style>
span { border-color: #EC6C04; }
span { border-color: rgb(236,108,4); }
td.TdClassName
{
border-color: #EC6C04;
}
.TagClassName
{
border-color: #EC6C04;
}
</style>