Shades of Mango Tango #EC730F
Tints of Mango Tango #EC730F
RGB
CMYK
RGB Variations
Color information
#EC730F (or 0xEC730F) is known color: Mango Tango. HEX triplet: EC, 73 and 0F. RGB value is (236,115,15). Sum of RGB (Red+Green+Blue) = 236+115+15=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC730F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC730F is #138CF0. Grayscale: #8C8C8C. Windows color (decimal): -1281265 or 1012716. OLE color: 1012716.
HSL color Cylindrical-coordinate representation of color #EC730F: hue angle of 27.15º 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 #EC730F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.07 |
| HSL | 27.15º | 0.88% | 0.49% | - |
| HSV(B) | 27.15º | 0.94% | 0.93% | - |
| XYZ | 40.81 | 30.13 | 4.12 | - |
| YUV | 139.78 | 57.59 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 15 | 0 | 0.51 | 0.94 | 0.07 | 27.15 | 0.88 | 0.49 |
| Hex | EC | 73 | F | 0 | 33 | 5E | 7 | 1B | 58 | 31 |
| Octal | 354 | 163 | 17 | 0 | 63 | 136 | 7 | 33 | 130 | 61 |
| Binary | 11101100 | 1110011 | 1111 | 0 | 110011 | 1011110 | 111 | 11011 | 1011000 | 110001 |
Color Harmonies of #EC730F
Complementary color
Monochromatic Colors of #EC730F
Black with #EC730F
Text Example
Text Example
White with #EC730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC730F; }
p { color: rgb(236,115,15); }
H1.HeaderClassName
{
color: #EC730F;
}
.AnyTagClassName
{
color: #EC730F;
}
</style>
background-color css
<style>
a { background-color: #EC730F; }
a { background-color: rgb(236,115,15); }
div.DivClassName
{
background-color: #EC730F;
}
.BgClassName
{
background-color: #EC730F;
}
</style>
border-color css
<style>
span { border-color: #EC730F; }
span { border-color: rgb(236,115,15); }
td.TdClassName
{
border-color: #EC730F;
}
.TagClassName
{
border-color: #EC730F;
}
</style>