Shades of Mango Tango #ED6E08
Tints of Mango Tango #ED6E08
RGB
CMYK
RGB Variations
Color information
#ED6E08 (or 0xED6E08) is known color: Mango Tango. HEX triplet: ED, 6E and 08. RGB value is (237,110,8). Sum of RGB (Red+Green+Blue) = 237+110+8=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6E08 is #1291F7. Grayscale: #888888. Windows color (decimal): -1217016 or 552685. OLE color: 552685.
HSL color Cylindrical-coordinate representation of color #ED6E08: hue angle of 26.72º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED6E08 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 8 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.07 |
| HSL | 26.72º | 0.93% | 0.48% | - |
| HSV(B) | 26.72º | 0.97% | 0.93% | - |
| XYZ | 40.54 | 29.17 | 3.72 | - |
| YUV | 136.35 | 55.58 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 8 | 0 | 0.54 | 0.97 | 0.07 | 26.72 | 0.93 | 0.48 |
| Hex | ED | 6E | 8 | 0 | 36 | 61 | 7 | 1B | 5D | 30 |
| Octal | 355 | 156 | 10 | 0 | 66 | 141 | 7 | 33 | 135 | 60 |
| Binary | 11101101 | 1101110 | 1000 | 0 | 110110 | 1100001 | 111 | 11011 | 1011101 | 110000 |
Color Harmonies of #ED6E08
Complementary color
Monochromatic Colors of #ED6E08
Black with #ED6E08
Text Example
Text Example
White with #ED6E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6E08; }
p { color: rgb(237,110,8); }
H1.HeaderClassName
{
color: #ED6E08;
}
.AnyTagClassName
{
color: #ED6E08;
}
</style>
background-color css
<style>
a { background-color: #ED6E08; }
a { background-color: rgb(237,110,8); }
div.DivClassName
{
background-color: #ED6E08;
}
.BgClassName
{
background-color: #ED6E08;
}
</style>
border-color css
<style>
span { border-color: #ED6E08; }
span { border-color: rgb(237,110,8); }
td.TdClassName
{
border-color: #ED6E08;
}
.TagClassName
{
border-color: #ED6E08;
}
</style>