Shades of Mango Tango #EC700E
Tints of Mango Tango #EC700E
RGB
CMYK
RGB Variations
Color information
#EC700E (or 0xEC700E) is known color: Mango Tango. HEX triplet: EC, 70 and 0E. RGB value is (236,112,14). Sum of RGB (Red+Green+Blue) = 236+112+14=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC700E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC700E is #138FF1. Grayscale: #8A8A8A. Windows color (decimal): -1282034 or 946412. OLE color: 946412.
HSL color Cylindrical-coordinate representation of color #EC700E: hue angle of 26.49º 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 #EC700E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.07 |
| HSL | 26.49º | 0.89% | 0.49% | - |
| HSV(B) | 26.49º | 0.94% | 0.93% | - |
| XYZ | 40.47 | 29.45 | 3.97 | - |
| YUV | 137.9 | 58.08 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 14 | 0 | 0.53 | 0.94 | 0.07 | 26.49 | 0.89 | 0.49 |
| Hex | EC | 70 | E | 0 | 35 | 5E | 7 | 1A | 59 | 31 |
| Octal | 354 | 160 | 16 | 0 | 65 | 136 | 7 | 32 | 131 | 61 |
| Binary | 11101100 | 1110000 | 1110 | 0 | 110101 | 1011110 | 111 | 11010 | 1011001 | 110001 |
Color Harmonies of #EC700E
Complementary color
Monochromatic Colors of #EC700E
Black with #EC700E
Text Example
Text Example
White with #EC700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC700E; }
p { color: rgb(236,112,14); }
H1.HeaderClassName
{
color: #EC700E;
}
.AnyTagClassName
{
color: #EC700E;
}
</style>
background-color css
<style>
a { background-color: #EC700E; }
a { background-color: rgb(236,112,14); }
div.DivClassName
{
background-color: #EC700E;
}
.BgClassName
{
background-color: #EC700E;
}
</style>
border-color css
<style>
span { border-color: #EC700E; }
span { border-color: rgb(236,112,14); }
td.TdClassName
{
border-color: #EC700E;
}
.TagClassName
{
border-color: #EC700E;
}
</style>