Shades of Mango Tango #ED720D
Tints of Mango Tango #ED720D
RGB
CMYK
RGB Variations
Color information
#ED720D (or 0xED720D) is known color: Mango Tango. HEX triplet: ED, 72 and 0D. RGB value is (237,114,13). Sum of RGB (Red+Green+Blue) = 237+114+13=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED720D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED720D is #128DF2. Grayscale: #8B8B8B. Windows color (decimal): -1215987 or 881389. OLE color: 881389.
HSL color Cylindrical-coordinate representation of color #ED720D: hue angle of 27.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED720D is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 13 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.07 |
| HSL | 27.05º | 0.9% | 0.49% | - |
| HSV(B) | 27.05º | 0.95% | 0.93% | - |
| XYZ | 41.02 | 30.07 | 4.02 | - |
| YUV | 139.26 | 56.75 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 13 | 0 | 0.52 | 0.95 | 0.07 | 27.05 | 0.9 | 0.49 |
| Hex | ED | 72 | D | 0 | 34 | 5F | 7 | 1B | 5A | 31 |
| Octal | 355 | 162 | 15 | 0 | 64 | 137 | 7 | 33 | 132 | 61 |
| Binary | 11101101 | 1110010 | 1101 | 0 | 110100 | 1011111 | 111 | 11011 | 1011010 | 110001 |
Color Harmonies of #ED720D
Complementary color
Monochromatic Colors of #ED720D
Black with #ED720D
Text Example
Text Example
White with #ED720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED720D; }
p { color: rgb(237,114,13); }
H1.HeaderClassName
{
color: #ED720D;
}
.AnyTagClassName
{
color: #ED720D;
}
</style>
background-color css
<style>
a { background-color: #ED720D; }
a { background-color: rgb(237,114,13); }
div.DivClassName
{
background-color: #ED720D;
}
.BgClassName
{
background-color: #ED720D;
}
</style>
border-color css
<style>
span { border-color: #ED720D; }
span { border-color: rgb(237,114,13); }
td.TdClassName
{
border-color: #ED720D;
}
.TagClassName
{
border-color: #ED720D;
}
</style>