Shades of Mango Tango #EC730D
Tints of Mango Tango #EC730D
RGB
CMYK
RGB Variations
Color information
#EC730D (or 0xEC730D) is known color: Mango Tango. HEX triplet: EC, 73 and 0D. RGB value is (236,115,13). Sum of RGB (Red+Green+Blue) = 236+115+13=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC730D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC730D is #138CF2. Grayscale: #8C8C8C. Windows color (decimal): -1281267 or 881644. OLE color: 881644.
HSL color Cylindrical-coordinate representation of color #EC730D: hue angle of 27.44º degrees, saturation: 0.9, 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 #EC730D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.07 |
| HSL | 27.44º | 0.9% | 0.49% | - |
| HSV(B) | 27.44º | 0.94% | 0.93% | - |
| XYZ | 40.8 | 30.12 | 4.05 | - |
| YUV | 139.55 | 56.59 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 13 | 0 | 0.51 | 0.94 | 0.07 | 27.44 | 0.9 | 0.49 |
| Hex | EC | 73 | D | 0 | 33 | 5E | 7 | 1B | 5A | 31 |
| Octal | 354 | 163 | 15 | 0 | 63 | 136 | 7 | 33 | 132 | 61 |
| Binary | 11101100 | 1110011 | 1101 | 0 | 110011 | 1011110 | 111 | 11011 | 1011010 | 110001 |
Color Harmonies of #EC730D
Complementary color
Monochromatic Colors of #EC730D
Black with #EC730D
Text Example
Text Example
White with #EC730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC730D; }
p { color: rgb(236,115,13); }
H1.HeaderClassName
{
color: #EC730D;
}
.AnyTagClassName
{
color: #EC730D;
}
</style>
background-color css
<style>
a { background-color: #EC730D; }
a { background-color: rgb(236,115,13); }
div.DivClassName
{
background-color: #EC730D;
}
.BgClassName
{
background-color: #EC730D;
}
</style>
border-color css
<style>
span { border-color: #EC730D; }
span { border-color: rgb(236,115,13); }
td.TdClassName
{
border-color: #EC730D;
}
.TagClassName
{
border-color: #EC730D;
}
</style>