Shades of Mango Tango #EC720F
Tints of Mango Tango #EC720F
RGB
CMYK
RGB Variations
Color information
#EC720F (or 0xEC720F) is known color: Mango Tango. HEX triplet: EC, 72 and 0F. RGB value is (236,114,15). Sum of RGB (Red+Green+Blue) = 236+114+15=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC720F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC720F is #138DF0. Grayscale: #8B8B8B. Windows color (decimal): -1281521 or 1012460. OLE color: 1012460.
HSL color Cylindrical-coordinate representation of color #EC720F: hue angle of 26.88º degrees, saturation: 0.88, 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 #EC720F is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 15 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.07 |
| HSL | 26.88º | 0.88% | 0.49% | - |
| HSV(B) | 26.88º | 0.94% | 0.93% | - |
| XYZ | 40.7 | 29.9 | 4.08 | - |
| YUV | 139.19 | 57.92 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 15 | 0 | 0.52 | 0.94 | 0.07 | 26.88 | 0.88 | 0.49 |
| Hex | EC | 72 | F | 0 | 34 | 5E | 7 | 1B | 58 | 31 |
| Octal | 354 | 162 | 17 | 0 | 64 | 136 | 7 | 33 | 130 | 61 |
| Binary | 11101100 | 1110010 | 1111 | 0 | 110100 | 1011110 | 111 | 11011 | 1011000 | 110001 |
Color Harmonies of #EC720F
Complementary color
Monochromatic Colors of #EC720F
Black with #EC720F
Text Example
Text Example
White with #EC720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC720F; }
p { color: rgb(236,114,15); }
H1.HeaderClassName
{
color: #EC720F;
}
.AnyTagClassName
{
color: #EC720F;
}
</style>
background-color css
<style>
a { background-color: #EC720F; }
a { background-color: rgb(236,114,15); }
div.DivClassName
{
background-color: #EC720F;
}
.BgClassName
{
background-color: #EC720F;
}
</style>
border-color css
<style>
span { border-color: #EC720F; }
span { border-color: rgb(236,114,15); }
td.TdClassName
{
border-color: #EC720F;
}
.TagClassName
{
border-color: #EC720F;
}
</style>