Shades of Mango Tango #EC7305
Tints of Mango Tango #EC7305
RGB
CMYK
RGB Variations
Color information
#EC7305 (or 0xEC7305) is known color: Mango Tango. HEX triplet: EC, 73 and 05. RGB value is (236,115,5). Sum of RGB (Red+Green+Blue) = 236+115+5=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7305 is #138CFA. Grayscale: #8B8B8B. Windows color (decimal): -1281275 or 357356. OLE color: 357356.
HSL color Cylindrical-coordinate representation of color #EC7305: hue angle of 28.57º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC7305 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.07 |
| HSL | 28.57º | 0.96% | 0.47% | - |
| HSV(B) | 28.57º | 0.98% | 0.93% | - |
| XYZ | 40.75 | 30.11 | 3.81 | - |
| YUV | 138.64 | 52.59 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 5 | 0 | 0.51 | 0.98 | 0.07 | 28.57 | 0.96 | 0.47 |
| Hex | EC | 73 | 5 | 0 | 33 | 62 | 7 | 1D | 60 | 2F |
| Octal | 354 | 163 | 5 | 0 | 63 | 142 | 7 | 35 | 140 | 57 |
| Binary | 11101100 | 1110011 | 101 | 0 | 110011 | 1100010 | 111 | 11101 | 1100000 | 101111 |
Color Harmonies of #EC7305
Complementary color
Monochromatic Colors of #EC7305
Black with #EC7305
Text Example
Text Example
White with #EC7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7305; }
p { color: rgb(236,115,5); }
H1.HeaderClassName
{
color: #EC7305;
}
.AnyTagClassName
{
color: #EC7305;
}
</style>
background-color css
<style>
a { background-color: #EC7305; }
a { background-color: rgb(236,115,5); }
div.DivClassName
{
background-color: #EC7305;
}
.BgClassName
{
background-color: #EC7305;
}
</style>
border-color css
<style>
span { border-color: #EC7305; }
span { border-color: rgb(236,115,5); }
td.TdClassName
{
border-color: #EC7305;
}
.TagClassName
{
border-color: #EC7305;
}
</style>