Shades of Mango Tango #EC770C
Tints of Mango Tango #EC770C
RGB
CMYK
RGB Variations
Color information
#EC770C (or 0xEC770C) is known color: Mango Tango. HEX triplet: EC, 77 and 0C. RGB value is (236,119,12). Sum of RGB (Red+Green+Blue) = 236+119+12=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC770C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC770C is #1388F3. Grayscale: #8E8E8E. Windows color (decimal): -1280244 or 817132. OLE color: 817132.
HSL color Cylindrical-coordinate representation of color #EC770C: hue angle of 28.66º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC770C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.07 |
| HSL | 28.66º | 0.9% | 0.49% | - |
| HSV(B) | 28.66º | 0.95% | 0.93% | - |
| XYZ | 41.26 | 31.05 | 4.17 | - |
| YUV | 141.79 | 54.76 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 12 | 0 | 0.50 | 0.95 | 0.07 | 28.66 | 0.9 | 0.49 |
| Hex | EC | 77 | C | 0 | 32 | 5F | 7 | 1D | 5A | 31 |
| Octal | 354 | 167 | 14 | 0 | 62 | 137 | 7 | 35 | 132 | 61 |
| Binary | 11101100 | 1110111 | 1100 | 0 | 110010 | 1011111 | 111 | 11101 | 1011010 | 110001 |
Color Harmonies of #EC770C
Complementary color
Monochromatic Colors of #EC770C
Black with #EC770C
Text Example
Text Example
White with #EC770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC770C; }
p { color: rgb(236,119,12); }
H1.HeaderClassName
{
color: #EC770C;
}
.AnyTagClassName
{
color: #EC770C;
}
</style>
background-color css
<style>
a { background-color: #EC770C; }
a { background-color: rgb(236,119,12); }
div.DivClassName
{
background-color: #EC770C;
}
.BgClassName
{
background-color: #EC770C;
}
</style>
border-color css
<style>
span { border-color: #EC770C; }
span { border-color: rgb(236,119,12); }
td.TdClassName
{
border-color: #EC770C;
}
.TagClassName
{
border-color: #EC770C;
}
</style>