Shades of Mango Tango #EC700B
Tints of Mango Tango #EC700B
RGB
CMYK
RGB Variations
Color information
#EC700B (or 0xEC700B) is known color: Mango Tango. HEX triplet: EC, 70 and 0B. RGB value is (236,112,11). Sum of RGB (Red+Green+Blue) = 236+112+11=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC700B is #138FF4. Grayscale: #8A8A8A. Windows color (decimal): -1282037 or 749804. OLE color: 749804.
HSL color Cylindrical-coordinate representation of color #EC700B: hue angle of 26.93º 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 #EC700B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.07 |
| HSL | 26.93º | 0.91% | 0.48% | - |
| HSV(B) | 26.93º | 0.95% | 0.93% | - |
| XYZ | 40.45 | 29.45 | 3.87 | - |
| YUV | 137.56 | 56.58 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 11 | 0 | 0.53 | 0.95 | 0.07 | 26.93 | 0.91 | 0.48 |
| Hex | EC | 70 | B | 0 | 35 | 5F | 7 | 1B | 5B | 30 |
| Octal | 354 | 160 | 13 | 0 | 65 | 137 | 7 | 33 | 133 | 60 |
| Binary | 11101100 | 1110000 | 1011 | 0 | 110101 | 1011111 | 111 | 11011 | 1011011 | 110000 |
Color Harmonies of #EC700B
Complementary color
Monochromatic Colors of #EC700B
Black with #EC700B
Text Example
Text Example
White with #EC700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC700B; }
p { color: rgb(236,112,11); }
H1.HeaderClassName
{
color: #EC700B;
}
.AnyTagClassName
{
color: #EC700B;
}
</style>
background-color css
<style>
a { background-color: #EC700B; }
a { background-color: rgb(236,112,11); }
div.DivClassName
{
background-color: #EC700B;
}
.BgClassName
{
background-color: #EC700B;
}
</style>
border-color css
<style>
span { border-color: #EC700B; }
span { border-color: rgb(236,112,11); }
td.TdClassName
{
border-color: #EC700B;
}
.TagClassName
{
border-color: #EC700B;
}
</style>