Shades of Mango Tango #EC730A
Tints of Mango Tango #EC730A
RGB
CMYK
RGB Variations
Color information
#EC730A (or 0xEC730A) is known color: Mango Tango. HEX triplet: EC, 73 and 0A. RGB value is (236,115,10). Sum of RGB (Red+Green+Blue) = 236+115+10=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC730A is #138CF5. Grayscale: #8B8B8B. Windows color (decimal): -1281270 or 685036. OLE color: 685036.
HSL color Cylindrical-coordinate representation of color #EC730A: hue angle of 27.88º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC730A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 10 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.07 |
| HSL | 27.88º | 0.92% | 0.48% | - |
| HSV(B) | 27.88º | 0.96% | 0.93% | - |
| XYZ | 40.78 | 30.12 | 3.95 | - |
| YUV | 139.21 | 55.09 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 10 | 0 | 0.51 | 0.96 | 0.07 | 27.88 | 0.92 | 0.48 |
| Hex | EC | 73 | A | 0 | 33 | 60 | 7 | 1C | 5C | 30 |
| Octal | 354 | 163 | 12 | 0 | 63 | 140 | 7 | 34 | 134 | 60 |
| Binary | 11101100 | 1110011 | 1010 | 0 | 110011 | 1100000 | 111 | 11100 | 1011100 | 110000 |
Color Harmonies of #EC730A
Complementary color
Monochromatic Colors of #EC730A
Black with #EC730A
Text Example
Text Example
White with #EC730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC730A; }
p { color: rgb(236,115,10); }
H1.HeaderClassName
{
color: #EC730A;
}
.AnyTagClassName
{
color: #EC730A;
}
</style>
background-color css
<style>
a { background-color: #EC730A; }
a { background-color: rgb(236,115,10); }
div.DivClassName
{
background-color: #EC730A;
}
.BgClassName
{
background-color: #EC730A;
}
</style>
border-color css
<style>
span { border-color: #EC730A; }
span { border-color: rgb(236,115,10); }
td.TdClassName
{
border-color: #EC730A;
}
.TagClassName
{
border-color: #EC730A;
}
</style>