Shades of Mango Tango #ED760D
Tints of Mango Tango #ED760D
RGB
CMYK
RGB Variations
Color information
#ED760D (or 0xED760D) is known color: Mango Tango. HEX triplet: ED, 76 and 0D. RGB value is (237,118,13). Sum of RGB (Red+Green+Blue) = 237+118+13=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED760D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED760D is #1289F2. Grayscale: #8E8E8E. Windows color (decimal): -1214963 or 882413. OLE color: 882413.
HSL color Cylindrical-coordinate representation of color #ED760D: hue angle of 28.12º degrees, saturation: 0.9, 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 #ED760D is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 13 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.07 |
| HSL | 28.13º | 0.9% | 0.49% | - |
| HSV(B) | 28.13º | 0.95% | 0.93% | - |
| XYZ | 41.48 | 30.99 | 4.18 | - |
| YUV | 141.61 | 55.42 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 13 | 0 | 0.50 | 0.95 | 0.07 | 28.13 | 0.9 | 0.49 |
| Hex | ED | 76 | D | 0 | 32 | 5F | 7 | 1C | 5A | 31 |
| Octal | 355 | 166 | 15 | 0 | 62 | 137 | 7 | 34 | 132 | 61 |
| Binary | 11101101 | 1110110 | 1101 | 0 | 110010 | 1011111 | 111 | 11100 | 1011010 | 110001 |
Color Harmonies of #ED760D
Complementary color
Monochromatic Colors of #ED760D
Black with #ED760D
Text Example
Text Example
White with #ED760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED760D; }
p { color: rgb(237,118,13); }
H1.HeaderClassName
{
color: #ED760D;
}
.AnyTagClassName
{
color: #ED760D;
}
</style>
background-color css
<style>
a { background-color: #ED760D; }
a { background-color: rgb(237,118,13); }
div.DivClassName
{
background-color: #ED760D;
}
.BgClassName
{
background-color: #ED760D;
}
</style>
border-color css
<style>
span { border-color: #ED760D; }
span { border-color: rgb(237,118,13); }
td.TdClassName
{
border-color: #ED760D;
}
.TagClassName
{
border-color: #ED760D;
}
</style>