Shades of Mango Tango #ED7B10
Tints of Mango Tango #ED7B10
RGB
CMYK
RGB Variations
Color information
#ED7B10 (or 0xED7B10) is known color: Mango Tango. HEX triplet: ED, 7B and 10. RGB value is (237,123,16). Sum of RGB (Red+Green+Blue) = 237+123+16=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7B10 is #1284EF. Grayscale: #919191. Windows color (decimal): -1213680 or 1080301. OLE color: 1080301.
HSL color Cylindrical-coordinate representation of color #ED7B10: hue angle of 29.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED7B10 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 16 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.07 |
| HSL | 29.05º | 0.87% | 0.5% | - |
| HSV(B) | 29.05º | 0.93% | 0.93% | - |
| XYZ | 42.1 | 32.21 | 4.49 | - |
| YUV | 144.89 | 55.27 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 16 | 0 | 0.48 | 0.93 | 0.07 | 29.05 | 0.87 | 0.5 |
| Hex | ED | 7B | 10 | 0 | 30 | 5D | 7 | 1D | 57 | 32 |
| Octal | 355 | 173 | 20 | 0 | 60 | 135 | 7 | 35 | 127 | 62 |
| Binary | 11101101 | 1111011 | 10000 | 0 | 110000 | 1011101 | 111 | 11101 | 1010111 | 110010 |
Color Harmonies of #ED7B10
Complementary color
Monochromatic Colors of #ED7B10
Black with #ED7B10
Text Example
Text Example
White with #ED7B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B10; }
p { color: rgb(237,123,16); }
H1.HeaderClassName
{
color: #ED7B10;
}
.AnyTagClassName
{
color: #ED7B10;
}
</style>
background-color css
<style>
a { background-color: #ED7B10; }
a { background-color: rgb(237,123,16); }
div.DivClassName
{
background-color: #ED7B10;
}
.BgClassName
{
background-color: #ED7B10;
}
</style>
border-color css
<style>
span { border-color: #ED7B10; }
span { border-color: rgb(237,123,16); }
td.TdClassName
{
border-color: #ED7B10;
}
.TagClassName
{
border-color: #ED7B10;
}
</style>