Shades of Mango Tango #ED770F
Tints of Mango Tango #ED770F
RGB
CMYK
RGB Variations
Color information
#ED770F (or 0xED770F) is known color: Mango Tango. HEX triplet: ED, 77 and 0F. RGB value is (237,119,15). Sum of RGB (Red+Green+Blue) = 237+119+15=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED770F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED770F is #1288F0. Grayscale: #8E8E8E. Windows color (decimal): -1214705 or 1013741. OLE color: 1013741.
HSL color Cylindrical-coordinate representation of color #ED770F: hue angle of 28.11º 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 #ED770F is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 15 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.07 |
| HSL | 28.11º | 0.88% | 0.49% | - |
| HSV(B) | 28.11º | 0.94% | 0.93% | - |
| XYZ | 41.61 | 31.23 | 4.29 | - |
| YUV | 142.43 | 56.09 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 15 | 0 | 0.50 | 0.94 | 0.07 | 28.11 | 0.88 | 0.49 |
| Hex | ED | 77 | F | 0 | 32 | 5E | 7 | 1C | 58 | 31 |
| Octal | 355 | 167 | 17 | 0 | 62 | 136 | 7 | 34 | 130 | 61 |
| Binary | 11101101 | 1110111 | 1111 | 0 | 110010 | 1011110 | 111 | 11100 | 1011000 | 110001 |
Color Harmonies of #ED770F
Complementary color
Monochromatic Colors of #ED770F
Black with #ED770F
Text Example
Text Example
White with #ED770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED770F; }
p { color: rgb(237,119,15); }
H1.HeaderClassName
{
color: #ED770F;
}
.AnyTagClassName
{
color: #ED770F;
}
</style>
background-color css
<style>
a { background-color: #ED770F; }
a { background-color: rgb(237,119,15); }
div.DivClassName
{
background-color: #ED770F;
}
.BgClassName
{
background-color: #ED770F;
}
</style>
border-color css
<style>
span { border-color: #ED770F; }
span { border-color: rgb(237,119,15); }
td.TdClassName
{
border-color: #ED770F;
}
.TagClassName
{
border-color: #ED770F;
}
</style>