Shades of Mango Tango #EC700C
Tints of Mango Tango #EC700C
RGB
CMYK
RGB Variations
Color information
#EC700C (or 0xEC700C) is known color: Mango Tango. HEX triplet: EC, 70 and 0C. RGB value is (236,112,12). Sum of RGB (Red+Green+Blue) = 236+112+12=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC700C is #138FF3. Grayscale: #8A8A8A. Windows color (decimal): -1282036 or 815340. OLE color: 815340.
HSL color Cylindrical-coordinate representation of color #EC700C: hue angle of 26.79º 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 #EC700C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.07 |
| HSL | 26.79º | 0.9% | 0.49% | - |
| HSV(B) | 26.79º | 0.95% | 0.93% | - |
| XYZ | 40.45 | 29.45 | 3.9 | - |
| YUV | 137.68 | 57.08 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 12 | 0 | 0.53 | 0.95 | 0.07 | 26.79 | 0.9 | 0.49 |
| Hex | EC | 70 | C | 0 | 35 | 5F | 7 | 1B | 5A | 31 |
| Octal | 354 | 160 | 14 | 0 | 65 | 137 | 7 | 33 | 132 | 61 |
| Binary | 11101100 | 1110000 | 1100 | 0 | 110101 | 1011111 | 111 | 11011 | 1011010 | 110001 |
Color Harmonies of #EC700C
Complementary color
Monochromatic Colors of #EC700C
Black with #EC700C
Text Example
Text Example
White with #EC700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC700C; }
p { color: rgb(236,112,12); }
H1.HeaderClassName
{
color: #EC700C;
}
.AnyTagClassName
{
color: #EC700C;
}
</style>
background-color css
<style>
a { background-color: #EC700C; }
a { background-color: rgb(236,112,12); }
div.DivClassName
{
background-color: #EC700C;
}
.BgClassName
{
background-color: #EC700C;
}
</style>
border-color css
<style>
span { border-color: #EC700C; }
span { border-color: rgb(236,112,12); }
td.TdClassName
{
border-color: #EC700C;
}
.TagClassName
{
border-color: #EC700C;
}
</style>