Shades of Mango Tango #ED7304
Tints of Mango Tango #ED7304
RGB
CMYK
RGB Variations
Color information
#ED7304 (or 0xED7304) is known color: Mango Tango. HEX triplet: ED, 73 and 04. RGB value is (237,115,4). Sum of RGB (Red+Green+Blue) = 237+115+4=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7304 is #128CFB. Grayscale: #8B8B8B. Windows color (decimal): -1215740 or 291821. OLE color: 291821.
HSL color Cylindrical-coordinate representation of color #ED7304: hue angle of 28.58º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED7304 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.07 |
| HSL | 28.58º | 0.97% | 0.47% | - |
| HSV(B) | 28.58º | 0.98% | 0.93% | - |
| XYZ | 41.08 | 30.27 | 3.79 | - |
| YUV | 138.82 | 51.92 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 4 | 0 | 0.51 | 0.98 | 0.07 | 28.58 | 0.97 | 0.47 |
| Hex | ED | 73 | 4 | 0 | 33 | 62 | 7 | 1D | 61 | 2F |
| Octal | 355 | 163 | 4 | 0 | 63 | 142 | 7 | 35 | 141 | 57 |
| Binary | 11101101 | 1110011 | 100 | 0 | 110011 | 1100010 | 111 | 11101 | 1100001 | 101111 |
Color Harmonies of #ED7304
Complementary color
Monochromatic Colors of #ED7304
Black with #ED7304
Text Example
Text Example
White with #ED7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7304; }
p { color: rgb(237,115,4); }
H1.HeaderClassName
{
color: #ED7304;
}
.AnyTagClassName
{
color: #ED7304;
}
</style>
background-color css
<style>
a { background-color: #ED7304; }
a { background-color: rgb(237,115,4); }
div.DivClassName
{
background-color: #ED7304;
}
.BgClassName
{
background-color: #ED7304;
}
</style>
border-color css
<style>
span { border-color: #ED7304; }
span { border-color: rgb(237,115,4); }
td.TdClassName
{
border-color: #ED7304;
}
.TagClassName
{
border-color: #ED7304;
}
</style>