Shades of Mango Tango #EC6702
Tints of Mango Tango #EC6702
RGB
CMYK
RGB Variations
Color information
#EC6702 (or 0xEC6702) is known color: Mango Tango. HEX triplet: EC, 67 and 02. RGB value is (236,103,2). Sum of RGB (Red+Green+Blue) = 236+103+2=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6702 is #1398FD. Grayscale: #838383. Windows color (decimal): -1284350 or 157676. OLE color: 157676.
HSL color Cylindrical-coordinate representation of color #EC6702: hue angle of 25.9º 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 #EC6702 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.07 |
| HSL | 25.9º | 0.98% | 0.47% | - |
| HSV(B) | 25.9º | 0.99% | 0.93% | - |
| XYZ | 39.45 | 27.54 | 3.29 | - |
| YUV | 131.25 | 55.06 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 2 | 0 | 0.56 | 0.99 | 0.07 | 25.9 | 0.98 | 0.47 |
| Hex | EC | 67 | 2 | 0 | 38 | 63 | 7 | 1A | 62 | 2F |
| Octal | 354 | 147 | 2 | 0 | 70 | 143 | 7 | 32 | 142 | 57 |
| Binary | 11101100 | 1100111 | 10 | 0 | 111000 | 1100011 | 111 | 11010 | 1100010 | 101111 |
Color Harmonies of #EC6702
Complementary color
Monochromatic Colors of #EC6702
Black with #EC6702
Text Example
Text Example
White with #EC6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6702; }
p { color: rgb(236,103,2); }
H1.HeaderClassName
{
color: #EC6702;
}
.AnyTagClassName
{
color: #EC6702;
}
</style>
background-color css
<style>
a { background-color: #EC6702; }
a { background-color: rgb(236,103,2); }
div.DivClassName
{
background-color: #EC6702;
}
.BgClassName
{
background-color: #EC6702;
}
</style>
border-color css
<style>
span { border-color: #EC6702; }
span { border-color: rgb(236,103,2); }
td.TdClassName
{
border-color: #EC6702;
}
.TagClassName
{
border-color: #EC6702;
}
</style>