Shades of Mango Tango #ED6A00
Tints of Mango Tango #ED6A00
RGB
CMYK
RGB Variations
Color information
#ED6A00 (or 0xED6A00) is known color: Mango Tango. HEX triplet: ED, 6A and 00. RGB value is (237,106,0). Sum of RGB (Red+Green+Blue) = 237+106+0=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6A00 is #1295FF. Grayscale: #858585. Windows color (decimal): -1218048 or 27373. OLE color: 27373.
HSL color Cylindrical-coordinate representation of color #ED6A00: hue angle of 26.84º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED6A00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.07 |
| HSL | 26.84º | 1% | 0.46% | - |
| HSV(B) | 26.84º | 1% | 0.93% | - |
| XYZ | 40.08 | 28.31 | 3.35 | - |
| YUV | 133.09 | 52.9 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 0 | 0 | 0.55 | 1 | 0.07 | 26.84 | 1 | 0.46 |
| Hex | ED | 6A | 0 | 0 | 37 | 64 | 7 | 1B | 64 | 2E |
| Octal | 355 | 152 | 0 | 0 | 67 | 144 | 7 | 33 | 144 | 56 |
| Binary | 11101101 | 1101010 | 0 | 0 | 110111 | 1100100 | 111 | 11011 | 1100100 | 101110 |
Color Harmonies of #ED6A00
Complementary color
Monochromatic Colors of #ED6A00
Black with #ED6A00
Text Example
Text Example
White with #ED6A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6A00; }
p { color: rgb(237,106,0); }
H1.HeaderClassName
{
color: #ED6A00;
}
.AnyTagClassName
{
color: #ED6A00;
}
</style>
background-color css
<style>
a { background-color: #ED6A00; }
a { background-color: rgb(237,106,0); }
div.DivClassName
{
background-color: #ED6A00;
}
.BgClassName
{
background-color: #ED6A00;
}
</style>
border-color css
<style>
span { border-color: #ED6A00; }
span { border-color: rgb(237,106,0); }
td.TdClassName
{
border-color: #ED6A00;
}
.TagClassName
{
border-color: #ED6A00;
}
</style>