Shades of Mango Tango #ED7610
Tints of Mango Tango #ED7610
RGB
CMYK
RGB Variations
Color information
#ED7610 (or 0xED7610) is known color: Mango Tango. HEX triplet: ED, 76 and 10. RGB value is (237,118,16). Sum of RGB (Red+Green+Blue) = 237+118+16=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7610 is #1289EF. Grayscale: #8E8E8E. Windows color (decimal): -1214960 or 1079021. OLE color: 1079021.
HSL color Cylindrical-coordinate representation of color #ED7610: hue angle of 27.69º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED7610 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.07 |
| HSL | 27.69º | 0.87% | 0.5% | - |
| HSV(B) | 27.69º | 0.93% | 0.93% | - |
| XYZ | 41.5 | 31 | 4.29 | - |
| YUV | 141.95 | 56.92 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 16 | 0 | 0.50 | 0.93 | 0.07 | 27.69 | 0.87 | 0.5 |
| Hex | ED | 76 | 10 | 0 | 32 | 5D | 7 | 1C | 57 | 32 |
| Octal | 355 | 166 | 20 | 0 | 62 | 135 | 7 | 34 | 127 | 62 |
| Binary | 11101101 | 1110110 | 10000 | 0 | 110010 | 1011101 | 111 | 11100 | 1010111 | 110010 |
Color Harmonies of #ED7610
Complementary color
Monochromatic Colors of #ED7610
Black with #ED7610
Text Example
Text Example
White with #ED7610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7610; }
p { color: rgb(237,118,16); }
H1.HeaderClassName
{
color: #ED7610;
}
.AnyTagClassName
{
color: #ED7610;
}
</style>
background-color css
<style>
a { background-color: #ED7610; }
a { background-color: rgb(237,118,16); }
div.DivClassName
{
background-color: #ED7610;
}
.BgClassName
{
background-color: #ED7610;
}
</style>
border-color css
<style>
span { border-color: #ED7610; }
span { border-color: rgb(237,118,16); }
td.TdClassName
{
border-color: #ED7610;
}
.TagClassName
{
border-color: #ED7610;
}
</style>