Shades of Mango Tango #ED7502
Tints of Mango Tango #ED7502
RGB
CMYK
RGB Variations
Color information
#ED7502 (or 0xED7502) is known color: Mango Tango. HEX triplet: ED, 75 and 02. RGB value is (237,117,2). Sum of RGB (Red+Green+Blue) = 237+117+2=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7502 is #128AFD. Grayscale: #8C8C8C. Windows color (decimal): -1215230 or 161261. OLE color: 161261.
HSL color Cylindrical-coordinate representation of color #ED7502: hue angle of 29.36º 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 #ED7502 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.07 |
| HSL | 29.36º | 0.98% | 0.47% | - |
| HSV(B) | 29.36º | 0.99% | 0.93% | - |
| XYZ | 41.3 | 30.73 | 3.81 | - |
| YUV | 139.77 | 50.26 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 2 | 0 | 0.51 | 0.99 | 0.07 | 29.36 | 0.98 | 0.47 |
| Hex | ED | 75 | 2 | 0 | 33 | 63 | 7 | 1D | 62 | 2F |
| Octal | 355 | 165 | 2 | 0 | 63 | 143 | 7 | 35 | 142 | 57 |
| Binary | 11101101 | 1110101 | 10 | 0 | 110011 | 1100011 | 111 | 11101 | 1100010 | 101111 |
Color Harmonies of #ED7502
Complementary color
Monochromatic Colors of #ED7502
Black with #ED7502
Text Example
Text Example
White with #ED7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7502; }
p { color: rgb(237,117,2); }
H1.HeaderClassName
{
color: #ED7502;
}
.AnyTagClassName
{
color: #ED7502;
}
</style>
background-color css
<style>
a { background-color: #ED7502; }
a { background-color: rgb(237,117,2); }
div.DivClassName
{
background-color: #ED7502;
}
.BgClassName
{
background-color: #ED7502;
}
</style>
border-color css
<style>
span { border-color: #ED7502; }
span { border-color: rgb(237,117,2); }
td.TdClassName
{
border-color: #ED7502;
}
.TagClassName
{
border-color: #ED7502;
}
</style>