Shades of Mango Tango #EC6700
Tints of Mango Tango #EC6700
RGB
CMYK
RGB Variations
Color information
#EC6700 (or 0xEC6700) is known color: Mango Tango. HEX triplet: EC, 67 and 00. RGB value is (236,103,0). Sum of RGB (Red+Green+Blue) = 236+103+0=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6700 is #1398FF. Grayscale: #838383. Windows color (decimal): -1284352 or 26604. OLE color: 26604.
HSL color Cylindrical-coordinate representation of color #EC6700: hue angle of 26.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC6700 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.07 |
| HSL | 26.19º | 1% | 0.46% | - |
| HSV(B) | 26.19º | 1% | 0.93% | - |
| XYZ | 39.44 | 27.53 | 3.24 | - |
| YUV | 131.03 | 54.06 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 0 | 0 | 0.56 | 1 | 0.07 | 26.19 | 1 | 0.46 |
| Hex | EC | 67 | 0 | 0 | 38 | 64 | 7 | 1A | 64 | 2E |
| Octal | 354 | 147 | 0 | 0 | 70 | 144 | 7 | 32 | 144 | 56 |
| Binary | 11101100 | 1100111 | 0 | 0 | 111000 | 1100100 | 111 | 11010 | 1100100 | 101110 |
Color Harmonies of #EC6700
Complementary color
Monochromatic Colors of #EC6700
Black with #EC6700
Text Example
Text Example
White with #EC6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6700; }
p { color: rgb(236,103,0); }
H1.HeaderClassName
{
color: #EC6700;
}
.AnyTagClassName
{
color: #EC6700;
}
</style>
background-color css
<style>
a { background-color: #EC6700; }
a { background-color: rgb(236,103,0); }
div.DivClassName
{
background-color: #EC6700;
}
.BgClassName
{
background-color: #EC6700;
}
</style>
border-color css
<style>
span { border-color: #EC6700; }
span { border-color: rgb(236,103,0); }
td.TdClassName
{
border-color: #EC6700;
}
.TagClassName
{
border-color: #EC6700;
}
</style>