Shades of Mango Tango #ED7300
Tints of Mango Tango #ED7300
RGB
CMYK
RGB Variations
Color information
#ED7300 (or 0xED7300) is known color: Mango Tango. HEX triplet: ED, 73 and 00. RGB value is (237,115,0). Sum of RGB (Red+Green+Blue) = 237+115+0=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7300 is #128CFF. Grayscale: #8A8A8A. Windows color (decimal): -1215744 or 29677. OLE color: 29677.
HSL color Cylindrical-coordinate representation of color #ED7300: hue angle of 29.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED7300 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.07 |
| HSL | 29.11º | 1% | 0.46% | - |
| HSV(B) | 29.11º | 1% | 0.93% | - |
| XYZ | 41.06 | 30.27 | 3.68 | - |
| YUV | 138.37 | 49.92 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 0 | 0 | 0.51 | 1 | 0.07 | 29.11 | 1 | 0.46 |
| Hex | ED | 73 | 0 | 0 | 33 | 64 | 7 | 1D | 64 | 2E |
| Octal | 355 | 163 | 0 | 0 | 63 | 144 | 7 | 35 | 144 | 56 |
| Binary | 11101101 | 1110011 | 0 | 0 | 110011 | 1100100 | 111 | 11101 | 1100100 | 101110 |
Color Harmonies of #ED7300
Complementary color
Monochromatic Colors of #ED7300
Black with #ED7300
Text Example
Text Example
White with #ED7300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7300; }
p { color: rgb(237,115,0); }
H1.HeaderClassName
{
color: #ED7300;
}
.AnyTagClassName
{
color: #ED7300;
}
</style>
background-color css
<style>
a { background-color: #ED7300; }
a { background-color: rgb(237,115,0); }
div.DivClassName
{
background-color: #ED7300;
}
.BgClassName
{
background-color: #ED7300;
}
</style>
border-color css
<style>
span { border-color: #ED7300; }
span { border-color: rgb(237,115,0); }
td.TdClassName
{
border-color: #ED7300;
}
.TagClassName
{
border-color: #ED7300;
}
</style>