Shades of Mango Tango #ED7510
Tints of Mango Tango #ED7510
RGB
CMYK
RGB Variations
Color information
#ED7510 (or 0xED7510) is known color: Mango Tango. HEX triplet: ED, 75 and 10. RGB value is (237,117,16). Sum of RGB (Red+Green+Blue) = 237+117+16=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7510 is #128AEF. Grayscale: #8D8D8D. Windows color (decimal): -1215216 or 1078765. OLE color: 1078765.
HSL color Cylindrical-coordinate representation of color #ED7510: hue angle of 27.42º 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 #ED7510 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.07 |
| HSL | 27.42º | 0.87% | 0.5% | - |
| HSV(B) | 27.42º | 0.93% | 0.93% | - |
| XYZ | 41.38 | 30.76 | 4.25 | - |
| YUV | 141.37 | 57.26 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 16 | 0 | 0.51 | 0.93 | 0.07 | 27.42 | 0.87 | 0.5 |
| Hex | ED | 75 | 10 | 0 | 33 | 5D | 7 | 1B | 57 | 32 |
| Octal | 355 | 165 | 20 | 0 | 63 | 135 | 7 | 33 | 127 | 62 |
| Binary | 11101101 | 1110101 | 10000 | 0 | 110011 | 1011101 | 111 | 11011 | 1010111 | 110010 |
Color Harmonies of #ED7510
Complementary color
Monochromatic Colors of #ED7510
Black with #ED7510
Text Example
Text Example
White with #ED7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7510; }
p { color: rgb(237,117,16); }
H1.HeaderClassName
{
color: #ED7510;
}
.AnyTagClassName
{
color: #ED7510;
}
</style>
background-color css
<style>
a { background-color: #ED7510; }
a { background-color: rgb(237,117,16); }
div.DivClassName
{
background-color: #ED7510;
}
.BgClassName
{
background-color: #ED7510;
}
</style>
border-color css
<style>
span { border-color: #ED7510; }
span { border-color: rgb(237,117,16); }
td.TdClassName
{
border-color: #ED7510;
}
.TagClassName
{
border-color: #ED7510;
}
</style>