Shades of Mango Tango #EC770D
Tints of Mango Tango #EC770D
RGB
CMYK
RGB Variations
Color information
#EC770D (or 0xEC770D) is known color: Mango Tango. HEX triplet: EC, 77 and 0D. RGB value is (236,119,13). Sum of RGB (Red+Green+Blue) = 236+119+13=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC770D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC770D is #1388F2. Grayscale: #8E8E8E. Windows color (decimal): -1280243 or 882668. OLE color: 882668.
HSL color Cylindrical-coordinate representation of color #EC770D: hue angle of 28.52º degrees, saturation: 0.9, 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 #EC770D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.07 |
| HSL | 28.52º | 0.9% | 0.49% | - |
| HSV(B) | 28.52º | 0.94% | 0.93% | - |
| XYZ | 41.26 | 31.06 | 4.2 | - |
| YUV | 141.9 | 55.26 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 13 | 0 | 0.50 | 0.94 | 0.07 | 28.52 | 0.9 | 0.49 |
| Hex | EC | 77 | D | 0 | 32 | 5E | 7 | 1D | 5A | 31 |
| Octal | 354 | 167 | 15 | 0 | 62 | 136 | 7 | 35 | 132 | 61 |
| Binary | 11101100 | 1110111 | 1101 | 0 | 110010 | 1011110 | 111 | 11101 | 1011010 | 110001 |
Color Harmonies of #EC770D
Complementary color
Monochromatic Colors of #EC770D
Black with #EC770D
Text Example
Text Example
White with #EC770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC770D; }
p { color: rgb(236,119,13); }
H1.HeaderClassName
{
color: #EC770D;
}
.AnyTagClassName
{
color: #EC770D;
}
</style>
background-color css
<style>
a { background-color: #EC770D; }
a { background-color: rgb(236,119,13); }
div.DivClassName
{
background-color: #EC770D;
}
.BgClassName
{
background-color: #EC770D;
}
</style>
border-color css
<style>
span { border-color: #EC770D; }
span { border-color: rgb(236,119,13); }
td.TdClassName
{
border-color: #EC770D;
}
.TagClassName
{
border-color: #EC770D;
}
</style>