Shades of Mango Tango #ED760B
Tints of Mango Tango #ED760B
RGB
CMYK
RGB Variations
Color information
#ED760B (or 0xED760B) is known color: Mango Tango. HEX triplet: ED, 76 and 0B. RGB value is (237,118,11). Sum of RGB (Red+Green+Blue) = 237+118+11=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED760B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED760B is #1289F4. Grayscale: #8D8D8D. Windows color (decimal): -1214965 or 751341. OLE color: 751341.
HSL color Cylindrical-coordinate representation of color #ED760B: hue angle of 28.41º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED760B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.07 |
| HSL | 28.41º | 0.91% | 0.49% | - |
| HSV(B) | 28.41º | 0.95% | 0.93% | - |
| XYZ | 41.46 | 30.99 | 4.11 | - |
| YUV | 141.38 | 54.42 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 11 | 0 | 0.50 | 0.95 | 0.07 | 28.41 | 0.91 | 0.49 |
| Hex | ED | 76 | B | 0 | 32 | 5F | 7 | 1C | 5B | 31 |
| Octal | 355 | 166 | 13 | 0 | 62 | 137 | 7 | 34 | 133 | 61 |
| Binary | 11101101 | 1110110 | 1011 | 0 | 110010 | 1011111 | 111 | 11100 | 1011011 | 110001 |
Color Harmonies of #ED760B
Complementary color
Monochromatic Colors of #ED760B
Black with #ED760B
Text Example
Text Example
White with #ED760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED760B; }
p { color: rgb(237,118,11); }
H1.HeaderClassName
{
color: #ED760B;
}
.AnyTagClassName
{
color: #ED760B;
}
</style>
background-color css
<style>
a { background-color: #ED760B; }
a { background-color: rgb(237,118,11); }
div.DivClassName
{
background-color: #ED760B;
}
.BgClassName
{
background-color: #ED760B;
}
</style>
border-color css
<style>
span { border-color: #ED760B; }
span { border-color: rgb(237,118,11); }
td.TdClassName
{
border-color: #ED760B;
}
.TagClassName
{
border-color: #ED760B;
}
</style>