Shades of Mango Tango #EC6802
Tints of Mango Tango #EC6802
RGB
CMYK
RGB Variations
Color information
#EC6802 (or 0xEC6802) is known color: Mango Tango. HEX triplet: EC, 68 and 02. RGB value is (236,104,2). Sum of RGB (Red+Green+Blue) = 236+104+2=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6802 is #1397FD. Grayscale: #848484. Windows color (decimal): -1284094 or 157932. OLE color: 157932.
HSL color Cylindrical-coordinate representation of color #EC6802: hue angle of 26.15º 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 #EC6802 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.07 |
| HSL | 26.15º | 0.98% | 0.47% | - |
| HSV(B) | 26.15º | 0.99% | 0.93% | - |
| XYZ | 39.55 | 27.74 | 3.33 | - |
| YUV | 131.84 | 54.73 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 2 | 0 | 0.56 | 0.99 | 0.07 | 26.15 | 0.98 | 0.47 |
| Hex | EC | 68 | 2 | 0 | 38 | 63 | 7 | 1A | 62 | 2F |
| Octal | 354 | 150 | 2 | 0 | 70 | 143 | 7 | 32 | 142 | 57 |
| Binary | 11101100 | 1101000 | 10 | 0 | 111000 | 1100011 | 111 | 11010 | 1100010 | 101111 |
Color Harmonies of #EC6802
Complementary color
Monochromatic Colors of #EC6802
Black with #EC6802
Text Example
Text Example
White with #EC6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6802; }
p { color: rgb(236,104,2); }
H1.HeaderClassName
{
color: #EC6802;
}
.AnyTagClassName
{
color: #EC6802;
}
</style>
background-color css
<style>
a { background-color: #EC6802; }
a { background-color: rgb(236,104,2); }
div.DivClassName
{
background-color: #EC6802;
}
.BgClassName
{
background-color: #EC6802;
}
</style>
border-color css
<style>
span { border-color: #EC6802; }
span { border-color: rgb(236,104,2); }
td.TdClassName
{
border-color: #EC6802;
}
.TagClassName
{
border-color: #EC6802;
}
</style>