Shades of Mango Tango #ED790A
Tints of Mango Tango #ED790A
RGB
CMYK
RGB Variations
Color information
#ED790A (or 0xED790A) is known color: Mango Tango. HEX triplet: ED, 79 and 0A. RGB value is (237,121,10). Sum of RGB (Red+Green+Blue) = 237+121+10=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED790A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED790A is #1286F5. Grayscale: #8F8F8F. Windows color (decimal): -1214198 or 686573. OLE color: 686573.
HSL color Cylindrical-coordinate representation of color #ED790A: hue angle of 29.34º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED790A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 121 | 10 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.07 |
| HSL | 29.34º | 0.92% | 0.48% | - |
| HSV(B) | 29.34º | 0.96% | 0.93% | - |
| XYZ | 41.82 | 31.7 | 4.2 | - |
| YUV | 143.03 | 52.93 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 10 | 0 | 0.49 | 0.96 | 0.07 | 29.34 | 0.92 | 0.48 |
| Hex | ED | 79 | A | 0 | 31 | 60 | 7 | 1D | 5C | 30 |
| Octal | 355 | 171 | 12 | 0 | 61 | 140 | 7 | 35 | 134 | 60 |
| Binary | 11101101 | 1111001 | 1010 | 0 | 110001 | 1100000 | 111 | 11101 | 1011100 | 110000 |
Color Harmonies of #ED790A
Complementary color
Monochromatic Colors of #ED790A
Black with #ED790A
Text Example
Text Example
White with #ED790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED790A; }
p { color: rgb(237,121,10); }
H1.HeaderClassName
{
color: #ED790A;
}
.AnyTagClassName
{
color: #ED790A;
}
</style>
background-color css
<style>
a { background-color: #ED790A; }
a { background-color: rgb(237,121,10); }
div.DivClassName
{
background-color: #ED790A;
}
.BgClassName
{
background-color: #ED790A;
}
</style>
border-color css
<style>
span { border-color: #ED790A; }
span { border-color: rgb(237,121,10); }
td.TdClassName
{
border-color: #ED790A;
}
.TagClassName
{
border-color: #ED790A;
}
</style>