Shades of Mango Tango #EC6708
Tints of Mango Tango #EC6708
RGB
CMYK
RGB Variations
Color information
#EC6708 (or 0xEC6708) is known color: Mango Tango. HEX triplet: EC, 67 and 08. RGB value is (236,103,8). Sum of RGB (Red+Green+Blue) = 236+103+8=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6708 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6708 is #1398F7. Grayscale: #848484. Windows color (decimal): -1284344 or 550892. OLE color: 550892.
HSL color Cylindrical-coordinate representation of color #EC6708: hue angle of 25º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC6708 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 8 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.07 |
| HSL | 25º | 0.93% | 0.48% | - |
| HSV(B) | 25º | 0.97% | 0.93% | - |
| XYZ | 39.49 | 27.55 | 3.47 | - |
| YUV | 131.94 | 58.06 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 8 | 0 | 0.56 | 0.97 | 0.07 | 25 | 0.93 | 0.48 |
| Hex | EC | 67 | 8 | 0 | 38 | 61 | 7 | 19 | 5D | 30 |
| Octal | 354 | 147 | 10 | 0 | 70 | 141 | 7 | 31 | 135 | 60 |
| Binary | 11101100 | 1100111 | 1000 | 0 | 111000 | 1100001 | 111 | 11001 | 1011101 | 110000 |
Color Harmonies of #EC6708
Complementary color
Monochromatic Colors of #EC6708
Black with #EC6708
Text Example
Text Example
White with #EC6708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6708; }
p { color: rgb(236,103,8); }
H1.HeaderClassName
{
color: #EC6708;
}
.AnyTagClassName
{
color: #EC6708;
}
</style>
background-color css
<style>
a { background-color: #EC6708; }
a { background-color: rgb(236,103,8); }
div.DivClassName
{
background-color: #EC6708;
}
.BgClassName
{
background-color: #EC6708;
}
</style>
border-color css
<style>
span { border-color: #EC6708; }
span { border-color: rgb(236,103,8); }
td.TdClassName
{
border-color: #EC6708;
}
.TagClassName
{
border-color: #EC6708;
}
</style>