Shades of Mango Tango #EC6D02
Tints of Mango Tango #EC6D02
RGB
CMYK
RGB Variations
Color information
#EC6D02 (or 0xEC6D02) is known color: Mango Tango. HEX triplet: EC, 6D and 02. RGB value is (236,109,2). Sum of RGB (Red+Green+Blue) = 236+109+2=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6D02 is #1392FD. Grayscale: #878787. Windows color (decimal): -1282814 or 159212. OLE color: 159212.
HSL color Cylindrical-coordinate representation of color #EC6D02: hue angle of 27.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC6D02 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.07 |
| HSL | 27.44º | 0.98% | 0.47% | - |
| HSV(B) | 27.44º | 0.99% | 0.93% | - |
| XYZ | 40.07 | 28.77 | 3.5 | - |
| YUV | 134.78 | 53.08 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 2 | 0 | 0.54 | 0.99 | 0.07 | 27.44 | 0.98 | 0.47 |
| Hex | EC | 6D | 2 | 0 | 36 | 63 | 7 | 1B | 62 | 2F |
| Octal | 354 | 155 | 2 | 0 | 66 | 143 | 7 | 33 | 142 | 57 |
| Binary | 11101100 | 1101101 | 10 | 0 | 110110 | 1100011 | 111 | 11011 | 1100010 | 101111 |
Color Harmonies of #EC6D02
Complementary color
Monochromatic Colors of #EC6D02
Black with #EC6D02
Text Example
Text Example
White with #EC6D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D02; }
p { color: rgb(236,109,2); }
H1.HeaderClassName
{
color: #EC6D02;
}
.AnyTagClassName
{
color: #EC6D02;
}
</style>
background-color css
<style>
a { background-color: #EC6D02; }
a { background-color: rgb(236,109,2); }
div.DivClassName
{
background-color: #EC6D02;
}
.BgClassName
{
background-color: #EC6D02;
}
</style>
border-color css
<style>
span { border-color: #EC6D02; }
span { border-color: rgb(236,109,2); }
td.TdClassName
{
border-color: #EC6D02;
}
.TagClassName
{
border-color: #EC6D02;
}
</style>