Shades of Mango Tango #ED7305
Tints of Mango Tango #ED7305
RGB
CMYK
RGB Variations
Color information
#ED7305 (or 0xED7305) is known color: Mango Tango. HEX triplet: ED, 73 and 05. RGB value is (237,115,5). Sum of RGB (Red+Green+Blue) = 237+115+5=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7305 is #128CFA. Grayscale: #8B8B8B. Windows color (decimal): -1215739 or 357357. OLE color: 357357.
HSL color Cylindrical-coordinate representation of color #ED7305: hue angle of 28.45º degrees, saturation: 0.96, 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 #ED7305 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.07 |
| HSL | 28.45º | 0.96% | 0.47% | - |
| HSV(B) | 28.45º | 0.98% | 0.93% | - |
| XYZ | 41.08 | 30.28 | 3.82 | - |
| YUV | 138.94 | 52.42 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 5 | 0 | 0.51 | 0.98 | 0.07 | 28.45 | 0.96 | 0.47 |
| Hex | ED | 73 | 5 | 0 | 33 | 62 | 7 | 1C | 60 | 2F |
| Octal | 355 | 163 | 5 | 0 | 63 | 142 | 7 | 34 | 140 | 57 |
| Binary | 11101101 | 1110011 | 101 | 0 | 110011 | 1100010 | 111 | 11100 | 1100000 | 101111 |
Color Harmonies of #ED7305
Complementary color
Monochromatic Colors of #ED7305
Black with #ED7305
Text Example
Text Example
White with #ED7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7305; }
p { color: rgb(237,115,5); }
H1.HeaderClassName
{
color: #ED7305;
}
.AnyTagClassName
{
color: #ED7305;
}
</style>
background-color css
<style>
a { background-color: #ED7305; }
a { background-color: rgb(237,115,5); }
div.DivClassName
{
background-color: #ED7305;
}
.BgClassName
{
background-color: #ED7305;
}
</style>
border-color css
<style>
span { border-color: #ED7305; }
span { border-color: rgb(237,115,5); }
td.TdClassName
{
border-color: #ED7305;
}
.TagClassName
{
border-color: #ED7305;
}
</style>