Shades of Mango Tango #ED6F00
Tints of Mango Tango #ED6F00
RGB
CMYK
RGB Variations
Color information
#ED6F00 (or 0xED6F00) is known color: Mango Tango. HEX triplet: ED, 6F and 00. RGB value is (237,111,0). Sum of RGB (Red+Green+Blue) = 237+111+0=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6F00 is #1290FF. Grayscale: #888888. Windows color (decimal): -1216768 or 28653. OLE color: 28653.
HSL color Cylindrical-coordinate representation of color #ED6F00: hue angle of 28.1º 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 #ED6F00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.07 |
| HSL | 28.1º | 1% | 0.46% | - |
| HSV(B) | 28.1º | 1% | 0.93% | - |
| XYZ | 40.61 | 29.37 | 3.53 | - |
| YUV | 136.02 | 51.24 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 0 | 0 | 0.53 | 1 | 0.07 | 28.1 | 1 | 0.46 |
| Hex | ED | 6F | 0 | 0 | 35 | 64 | 7 | 1C | 64 | 2E |
| Octal | 355 | 157 | 0 | 0 | 65 | 144 | 7 | 34 | 144 | 56 |
| Binary | 11101101 | 1101111 | 0 | 0 | 110101 | 1100100 | 111 | 11100 | 1100100 | 101110 |
Color Harmonies of #ED6F00
Complementary color
Monochromatic Colors of #ED6F00
Black with #ED6F00
Text Example
Text Example
White with #ED6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6F00; }
p { color: rgb(237,111,0); }
H1.HeaderClassName
{
color: #ED6F00;
}
.AnyTagClassName
{
color: #ED6F00;
}
</style>
background-color css
<style>
a { background-color: #ED6F00; }
a { background-color: rgb(237,111,0); }
div.DivClassName
{
background-color: #ED6F00;
}
.BgClassName
{
background-color: #ED6F00;
}
</style>
border-color css
<style>
span { border-color: #ED6F00; }
span { border-color: rgb(237,111,0); }
td.TdClassName
{
border-color: #ED6F00;
}
.TagClassName
{
border-color: #ED6F00;
}
</style>