Shades of Mango Tango #ED720E
Tints of Mango Tango #ED720E
RGB
CMYK
RGB Variations
Color information
#ED720E (or 0xED720E) is known color: Mango Tango. HEX triplet: ED, 72 and 0E. RGB value is (237,114,14). Sum of RGB (Red+Green+Blue) = 237+114+14=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED720E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED720E is #128DF1. Grayscale: #8B8B8B. Windows color (decimal): -1215986 or 946925. OLE color: 946925.
HSL color Cylindrical-coordinate representation of color #ED720E: hue angle of 26.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED720E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 14 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.07 |
| HSL | 26.91º | 0.89% | 0.49% | - |
| HSV(B) | 26.91º | 0.94% | 0.93% | - |
| XYZ | 41.02 | 30.07 | 4.06 | - |
| YUV | 139.38 | 57.25 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 14 | 0 | 0.52 | 0.94 | 0.07 | 26.91 | 0.89 | 0.49 |
| Hex | ED | 72 | E | 0 | 34 | 5E | 7 | 1B | 59 | 31 |
| Octal | 355 | 162 | 16 | 0 | 64 | 136 | 7 | 33 | 131 | 61 |
| Binary | 11101101 | 1110010 | 1110 | 0 | 110100 | 1011110 | 111 | 11011 | 1011001 | 110001 |
Color Harmonies of #ED720E
Complementary color
Monochromatic Colors of #ED720E
Black with #ED720E
Text Example
Text Example
White with #ED720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED720E; }
p { color: rgb(237,114,14); }
H1.HeaderClassName
{
color: #ED720E;
}
.AnyTagClassName
{
color: #ED720E;
}
</style>
background-color css
<style>
a { background-color: #ED720E; }
a { background-color: rgb(237,114,14); }
div.DivClassName
{
background-color: #ED720E;
}
.BgClassName
{
background-color: #ED720E;
}
</style>
border-color css
<style>
span { border-color: #ED720E; }
span { border-color: rgb(237,114,14); }
td.TdClassName
{
border-color: #ED720E;
}
.TagClassName
{
border-color: #ED720E;
}
</style>