Shades of Mango Tango #ED6D00
Tints of Mango Tango #ED6D00
RGB
CMYK
RGB Variations
Color information
#ED6D00 (or 0xED6D00) is known color: Mango Tango. HEX triplet: ED, 6D and 00. RGB value is (237,109,0). Sum of RGB (Red+Green+Blue) = 237+109+0=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6D00 is #1292FF. Grayscale: #878787. Windows color (decimal): -1217280 or 28141. OLE color: 28141.
HSL color Cylindrical-coordinate representation of color #ED6D00: hue angle of 27.59º 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 #ED6D00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.07 |
| HSL | 27.59º | 1% | 0.46% | - |
| HSV(B) | 27.59º | 1% | 0.93% | - |
| XYZ | 40.39 | 28.94 | 3.46 | - |
| YUV | 134.85 | 51.91 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 0 | 0 | 0.54 | 1 | 0.07 | 27.59 | 1 | 0.46 |
| Hex | ED | 6D | 0 | 0 | 36 | 64 | 7 | 1C | 64 | 2E |
| Octal | 355 | 155 | 0 | 0 | 66 | 144 | 7 | 34 | 144 | 56 |
| Binary | 11101101 | 1101101 | 0 | 0 | 110110 | 1100100 | 111 | 11100 | 1100100 | 101110 |
Color Harmonies of #ED6D00
Complementary color
Monochromatic Colors of #ED6D00
Black with #ED6D00
Text Example
Text Example
White with #ED6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D00; }
p { color: rgb(237,109,0); }
H1.HeaderClassName
{
color: #ED6D00;
}
.AnyTagClassName
{
color: #ED6D00;
}
</style>
background-color css
<style>
a { background-color: #ED6D00; }
a { background-color: rgb(237,109,0); }
div.DivClassName
{
background-color: #ED6D00;
}
.BgClassName
{
background-color: #ED6D00;
}
</style>
border-color css
<style>
span { border-color: #ED6D00; }
span { border-color: rgb(237,109,0); }
td.TdClassName
{
border-color: #ED6D00;
}
.TagClassName
{
border-color: #ED6D00;
}
</style>