Shades of Mango Tango #EC750B
Tints of Mango Tango #EC750B
RGB
CMYK
RGB Variations
Color information
#EC750B (or 0xEC750B) is known color: Mango Tango. HEX triplet: EC, 75 and 0B. RGB value is (236,117,11). Sum of RGB (Red+Green+Blue) = 236+117+11=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC750B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC750B is #138AF4. Grayscale: #8D8D8D. Windows color (decimal): -1280757 or 751084. OLE color: 751084.
HSL color Cylindrical-coordinate representation of color #EC750B: hue angle of 28.27º 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 #EC750B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.07 |
| HSL | 28.27º | 0.91% | 0.48% | - |
| HSV(B) | 28.27º | 0.95% | 0.93% | - |
| XYZ | 41.01 | 30.58 | 4.06 | - |
| YUV | 140.5 | 54.92 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 11 | 0 | 0.50 | 0.95 | 0.07 | 28.27 | 0.91 | 0.48 |
| Hex | EC | 75 | B | 0 | 32 | 5F | 7 | 1C | 5B | 30 |
| Octal | 354 | 165 | 13 | 0 | 62 | 137 | 7 | 34 | 133 | 60 |
| Binary | 11101100 | 1110101 | 1011 | 0 | 110010 | 1011111 | 111 | 11100 | 1011011 | 110000 |
Color Harmonies of #EC750B
Complementary color
Monochromatic Colors of #EC750B
Black with #EC750B
Text Example
Text Example
White with #EC750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC750B; }
p { color: rgb(236,117,11); }
H1.HeaderClassName
{
color: #EC750B;
}
.AnyTagClassName
{
color: #EC750B;
}
</style>
background-color css
<style>
a { background-color: #EC750B; }
a { background-color: rgb(236,117,11); }
div.DivClassName
{
background-color: #EC750B;
}
.BgClassName
{
background-color: #EC750B;
}
</style>
border-color css
<style>
span { border-color: #EC750B; }
span { border-color: rgb(236,117,11); }
td.TdClassName
{
border-color: #EC750B;
}
.TagClassName
{
border-color: #EC750B;
}
</style>