Shades of Mango Tango #ED760F
Tints of Mango Tango #ED760F
RGB
CMYK
RGB Variations
Color information
#ED760F (or 0xED760F) is known color: Mango Tango. HEX triplet: ED, 76 and 0F. RGB value is (237,118,15). Sum of RGB (Red+Green+Blue) = 237+118+15=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED760F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED760F is #1289F0. Grayscale: #8E8E8E. Windows color (decimal): -1214961 or 1013485. OLE color: 1013485.
HSL color Cylindrical-coordinate representation of color #ED760F: hue angle of 27.84º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED760F is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 15 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.07 |
| HSL | 27.84º | 0.88% | 0.49% | - |
| HSV(B) | 27.84º | 0.94% | 0.93% | - |
| XYZ | 41.49 | 31 | 4.25 | - |
| YUV | 141.84 | 56.42 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 15 | 0 | 0.50 | 0.94 | 0.07 | 27.84 | 0.88 | 0.49 |
| Hex | ED | 76 | F | 0 | 32 | 5E | 7 | 1C | 58 | 31 |
| Octal | 355 | 166 | 17 | 0 | 62 | 136 | 7 | 34 | 130 | 61 |
| Binary | 11101101 | 1110110 | 1111 | 0 | 110010 | 1011110 | 111 | 11100 | 1011000 | 110001 |
Color Harmonies of #ED760F
Complementary color
Monochromatic Colors of #ED760F
Black with #ED760F
Text Example
Text Example
White with #ED760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED760F; }
p { color: rgb(237,118,15); }
H1.HeaderClassName
{
color: #ED760F;
}
.AnyTagClassName
{
color: #ED760F;
}
</style>
background-color css
<style>
a { background-color: #ED760F; }
a { background-color: rgb(237,118,15); }
div.DivClassName
{
background-color: #ED760F;
}
.BgClassName
{
background-color: #ED760F;
}
</style>
border-color css
<style>
span { border-color: #ED760F; }
span { border-color: rgb(237,118,15); }
td.TdClassName
{
border-color: #ED760F;
}
.TagClassName
{
border-color: #ED760F;
}
</style>