Shades of Mango Tango #ED7302
Tints of Mango Tango #ED7302
RGB
CMYK
RGB Variations
Color information
#ED7302 (or 0xED7302) is known color: Mango Tango. HEX triplet: ED, 73 and 02. RGB value is (237,115,2). Sum of RGB (Red+Green+Blue) = 237+115+2=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7302 is #128CFD. Grayscale: #8B8B8B. Windows color (decimal): -1215742 or 160749. OLE color: 160749.
HSL color Cylindrical-coordinate representation of color #ED7302: hue angle of 28.85º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED7302 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.07 |
| HSL | 28.85º | 0.98% | 0.47% | - |
| HSV(B) | 28.85º | 0.99% | 0.93% | - |
| XYZ | 41.07 | 30.27 | 3.74 | - |
| YUV | 138.6 | 50.92 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 2 | 0 | 0.51 | 0.99 | 0.07 | 28.85 | 0.98 | 0.47 |
| Hex | ED | 73 | 2 | 0 | 33 | 63 | 7 | 1D | 62 | 2F |
| Octal | 355 | 163 | 2 | 0 | 63 | 143 | 7 | 35 | 142 | 57 |
| Binary | 11101101 | 1110011 | 10 | 0 | 110011 | 1100011 | 111 | 11101 | 1100010 | 101111 |
Color Harmonies of #ED7302
Complementary color
Monochromatic Colors of #ED7302
Black with #ED7302
Text Example
Text Example
White with #ED7302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7302; }
p { color: rgb(237,115,2); }
H1.HeaderClassName
{
color: #ED7302;
}
.AnyTagClassName
{
color: #ED7302;
}
</style>
background-color css
<style>
a { background-color: #ED7302; }
a { background-color: rgb(237,115,2); }
div.DivClassName
{
background-color: #ED7302;
}
.BgClassName
{
background-color: #ED7302;
}
</style>
border-color css
<style>
span { border-color: #ED7302; }
span { border-color: rgb(237,115,2); }
td.TdClassName
{
border-color: #ED7302;
}
.TagClassName
{
border-color: #ED7302;
}
</style>