Shades of Mango Tango #ED7010
Tints of Mango Tango #ED7010
RGB
CMYK
RGB Variations
Color information
#ED7010 (or 0xED7010) is known color: Mango Tango. HEX triplet: ED, 70 and 10. RGB value is (237,112,16). Sum of RGB (Red+Green+Blue) = 237+112+16=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7010 is #128FEF. Grayscale: #8A8A8A. Windows color (decimal): -1216496 or 1077485. OLE color: 1077485.
HSL color Cylindrical-coordinate representation of color #ED7010: hue angle of 26.06º 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 #ED7010 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.07 |
| HSL | 26.06º | 0.87% | 0.5% | - |
| HSV(B) | 26.06º | 0.93% | 0.93% | - |
| XYZ | 40.81 | 29.63 | 4.06 | - |
| YUV | 138.43 | 58.91 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 16 | 0 | 0.53 | 0.93 | 0.07 | 26.06 | 0.87 | 0.5 |
| Hex | ED | 70 | 10 | 0 | 35 | 5D | 7 | 1A | 57 | 32 |
| Octal | 355 | 160 | 20 | 0 | 65 | 135 | 7 | 32 | 127 | 62 |
| Binary | 11101101 | 1110000 | 10000 | 0 | 110101 | 1011101 | 111 | 11010 | 1010111 | 110010 |
Color Harmonies of #ED7010
Complementary color
Monochromatic Colors of #ED7010
Black with #ED7010
Text Example
Text Example
White with #ED7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7010; }
p { color: rgb(237,112,16); }
H1.HeaderClassName
{
color: #ED7010;
}
.AnyTagClassName
{
color: #ED7010;
}
</style>
background-color css
<style>
a { background-color: #ED7010; }
a { background-color: rgb(237,112,16); }
div.DivClassName
{
background-color: #ED7010;
}
.BgClassName
{
background-color: #ED7010;
}
</style>
border-color css
<style>
span { border-color: #ED7010; }
span { border-color: rgb(237,112,16); }
td.TdClassName
{
border-color: #ED7010;
}
.TagClassName
{
border-color: #ED7010;
}
</style>