Shades of Mango Tango #EC770B
Tints of Mango Tango #EC770B
RGB
CMYK
RGB Variations
Color information
#EC770B (or 0xEC770B) is known color: Mango Tango. HEX triplet: EC, 77 and 0B. RGB value is (236,119,11). Sum of RGB (Red+Green+Blue) = 236+119+11=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC770B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC770B is #1388F4. Grayscale: #8E8E8E. Windows color (decimal): -1280245 or 751596. OLE color: 751596.
HSL color Cylindrical-coordinate representation of color #EC770B: hue angle of 28.8º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC770B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.07 |
| HSL | 28.8º | 0.91% | 0.48% | - |
| HSV(B) | 28.8º | 0.95% | 0.93% | - |
| XYZ | 41.25 | 31.05 | 4.14 | - |
| YUV | 141.67 | 54.26 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 11 | 0 | 0.50 | 0.95 | 0.07 | 28.8 | 0.91 | 0.48 |
| Hex | EC | 77 | B | 0 | 32 | 5F | 7 | 1D | 5B | 30 |
| Octal | 354 | 167 | 13 | 0 | 62 | 137 | 7 | 35 | 133 | 60 |
| Binary | 11101100 | 1110111 | 1011 | 0 | 110010 | 1011111 | 111 | 11101 | 1011011 | 110000 |
Color Harmonies of #EC770B
Complementary color
Monochromatic Colors of #EC770B
Black with #EC770B
Text Example
Text Example
White with #EC770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC770B; }
p { color: rgb(236,119,11); }
H1.HeaderClassName
{
color: #EC770B;
}
.AnyTagClassName
{
color: #EC770B;
}
</style>
background-color css
<style>
a { background-color: #EC770B; }
a { background-color: rgb(236,119,11); }
div.DivClassName
{
background-color: #EC770B;
}
.BgClassName
{
background-color: #EC770B;
}
</style>
border-color css
<style>
span { border-color: #EC770B; }
span { border-color: rgb(236,119,11); }
td.TdClassName
{
border-color: #EC770B;
}
.TagClassName
{
border-color: #EC770B;
}
</style>