Shades of Mango Tango #ED710B
Tints of Mango Tango #ED710B
RGB
CMYK
RGB Variations
Color information
#ED710B (or 0xED710B) is known color: Mango Tango. HEX triplet: ED, 71 and 0B. RGB value is (237,113,11). Sum of RGB (Red+Green+Blue) = 237+113+11=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED710B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED710B is #128EF4. Grayscale: #8A8A8A. Windows color (decimal): -1216245 or 750061. OLE color: 750061.
HSL color Cylindrical-coordinate representation of color #ED710B: hue angle of 27.08º 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 #ED710B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.07 |
| HSL | 27.08º | 0.91% | 0.49% | - |
| HSV(B) | 27.08º | 0.95% | 0.93% | - |
| XYZ | 40.89 | 29.84 | 3.92 | - |
| YUV | 138.45 | 56.08 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 11 | 0 | 0.52 | 0.95 | 0.07 | 27.08 | 0.91 | 0.49 |
| Hex | ED | 71 | B | 0 | 34 | 5F | 7 | 1B | 5B | 31 |
| Octal | 355 | 161 | 13 | 0 | 64 | 137 | 7 | 33 | 133 | 61 |
| Binary | 11101101 | 1110001 | 1011 | 0 | 110100 | 1011111 | 111 | 11011 | 1011011 | 110001 |
Color Harmonies of #ED710B
Complementary color
Monochromatic Colors of #ED710B
Black with #ED710B
Text Example
Text Example
White with #ED710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED710B; }
p { color: rgb(237,113,11); }
H1.HeaderClassName
{
color: #ED710B;
}
.AnyTagClassName
{
color: #ED710B;
}
</style>
background-color css
<style>
a { background-color: #ED710B; }
a { background-color: rgb(237,113,11); }
div.DivClassName
{
background-color: #ED710B;
}
.BgClassName
{
background-color: #ED710B;
}
</style>
border-color css
<style>
span { border-color: #ED710B; }
span { border-color: rgb(237,113,11); }
td.TdClassName
{
border-color: #ED710B;
}
.TagClassName
{
border-color: #ED710B;
}
</style>