Shades of Mango Tango #ED6E01
Tints of Mango Tango #ED6E01
RGB
CMYK
RGB Variations
Color information
#ED6E01 (or 0xED6E01) is known color: Mango Tango. HEX triplet: ED, 6E and 01. RGB value is (237,110,1). Sum of RGB (Red+Green+Blue) = 237+110+1=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6E01 is #1291FE. Grayscale: #888888. Windows color (decimal): -1217023 or 93933. OLE color: 93933.
HSL color Cylindrical-coordinate representation of color #ED6E01: hue angle of 27.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED6E01 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.07 |
| HSL | 27.71º | 0.99% | 0.47% | - |
| HSV(B) | 27.71º | 1% | 0.93% | - |
| XYZ | 40.51 | 29.16 | 3.52 | - |
| YUV | 135.55 | 52.08 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 1 | 0 | 0.54 | 1.00 | 0.07 | 27.71 | 0.99 | 0.47 |
| Hex | ED | 6E | 1 | 0 | 36 | 64 | 7 | 1C | 63 | 2F |
| Octal | 355 | 156 | 1 | 0 | 66 | 144 | 7 | 34 | 143 | 57 |
| Binary | 11101101 | 1101110 | 1 | 0 | 110110 | 1100100 | 111 | 11100 | 1100011 | 101111 |
Color Harmonies of #ED6E01
Complementary color
Monochromatic Colors of #ED6E01
Black with #ED6E01
Text Example
Text Example
White with #ED6E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6E01; }
p { color: rgb(237,110,1); }
H1.HeaderClassName
{
color: #ED6E01;
}
.AnyTagClassName
{
color: #ED6E01;
}
</style>
background-color css
<style>
a { background-color: #ED6E01; }
a { background-color: rgb(237,110,1); }
div.DivClassName
{
background-color: #ED6E01;
}
.BgClassName
{
background-color: #ED6E01;
}
</style>
border-color css
<style>
span { border-color: #ED6E01; }
span { border-color: rgb(237,110,1); }
td.TdClassName
{
border-color: #ED6E01;
}
.TagClassName
{
border-color: #ED6E01;
}
</style>