Shades of Mango Tango #EC6A0E
Tints of Mango Tango #EC6A0E
RGB
CMYK
RGB Variations
Color information
#EC6A0E (or 0xEC6A0E) is known color: Mango Tango. HEX triplet: EC, 6A and 0E. RGB value is (236,106,14). Sum of RGB (Red+Green+Blue) = 236+106+14=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6A0E is #1395F1. Grayscale: #868686. Windows color (decimal): -1283570 or 944876. OLE color: 944876.
HSL color Cylindrical-coordinate representation of color #EC6A0E: hue angle of 24.86º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC6A0E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 14 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.07 |
| HSL | 24.86º | 0.89% | 0.49% | - |
| HSV(B) | 24.86º | 0.94% | 0.93% | - |
| XYZ | 39.83 | 28.17 | 3.75 | - |
| YUV | 134.38 | 60.07 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 14 | 0 | 0.55 | 0.94 | 0.07 | 24.86 | 0.89 | 0.49 |
| Hex | EC | 6A | E | 0 | 37 | 5E | 7 | 19 | 59 | 31 |
| Octal | 354 | 152 | 16 | 0 | 67 | 136 | 7 | 31 | 131 | 61 |
| Binary | 11101100 | 1101010 | 1110 | 0 | 110111 | 1011110 | 111 | 11001 | 1011001 | 110001 |
Color Harmonies of #EC6A0E
Complementary color
Monochromatic Colors of #EC6A0E
Black with #EC6A0E
Text Example
Text Example
White with #EC6A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6A0E; }
p { color: rgb(236,106,14); }
H1.HeaderClassName
{
color: #EC6A0E;
}
.AnyTagClassName
{
color: #EC6A0E;
}
</style>
background-color css
<style>
a { background-color: #EC6A0E; }
a { background-color: rgb(236,106,14); }
div.DivClassName
{
background-color: #EC6A0E;
}
.BgClassName
{
background-color: #EC6A0E;
}
</style>
border-color css
<style>
span { border-color: #EC6A0E; }
span { border-color: rgb(236,106,14); }
td.TdClassName
{
border-color: #EC6A0E;
}
.TagClassName
{
border-color: #EC6A0E;
}
</style>