Shades of Mango Tango #ED700E
Tints of Mango Tango #ED700E
RGB
CMYK
RGB Variations
Color information
#ED700E (or 0xED700E) is known color: Mango Tango. HEX triplet: ED, 70 and 0E. RGB value is (237,112,14). Sum of RGB (Red+Green+Blue) = 237+112+14=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED700E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED700E is #128FF1. Grayscale: #8A8A8A. Windows color (decimal): -1216498 or 946413. OLE color: 946413.
HSL color Cylindrical-coordinate representation of color #ED700E: hue angle of 26.37º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED700E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.07 |
| HSL | 26.37º | 0.89% | 0.49% | - |
| HSV(B) | 26.37º | 0.94% | 0.93% | - |
| XYZ | 40.8 | 29.62 | 3.98 | - |
| YUV | 138.2 | 57.91 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 14 | 0 | 0.53 | 0.94 | 0.07 | 26.37 | 0.89 | 0.49 |
| Hex | ED | 70 | E | 0 | 35 | 5E | 7 | 1A | 59 | 31 |
| Octal | 355 | 160 | 16 | 0 | 65 | 136 | 7 | 32 | 131 | 61 |
| Binary | 11101101 | 1110000 | 1110 | 0 | 110101 | 1011110 | 111 | 11010 | 1011001 | 110001 |
Color Harmonies of #ED700E
Complementary color
Monochromatic Colors of #ED700E
Black with #ED700E
Text Example
Text Example
White with #ED700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED700E; }
p { color: rgb(237,112,14); }
H1.HeaderClassName
{
color: #ED700E;
}
.AnyTagClassName
{
color: #ED700E;
}
</style>
background-color css
<style>
a { background-color: #ED700E; }
a { background-color: rgb(237,112,14); }
div.DivClassName
{
background-color: #ED700E;
}
.BgClassName
{
background-color: #ED700E;
}
</style>
border-color css
<style>
span { border-color: #ED700E; }
span { border-color: rgb(237,112,14); }
td.TdClassName
{
border-color: #ED700E;
}
.TagClassName
{
border-color: #ED700E;
}
</style>