Shades of Mango Tango #EC680C
Tints of Mango Tango #EC680C
RGB
CMYK
RGB Variations
Color information
#EC680C (or 0xEC680C) is known color: Mango Tango. HEX triplet: EC, 68 and 0C. RGB value is (236,104,12). Sum of RGB (Red+Green+Blue) = 236+104+12=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC680C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC680C is #1397F3. Grayscale: #858585. Windows color (decimal): -1284084 or 813292. OLE color: 813292.
HSL color Cylindrical-coordinate representation of color #EC680C: hue angle of 24.64º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC680C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.07 |
| HSL | 24.64º | 0.9% | 0.49% | - |
| HSV(B) | 24.64º | 0.95% | 0.93% | - |
| XYZ | 39.61 | 27.76 | 3.62 | - |
| YUV | 132.98 | 59.73 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 12 | 0 | 0.56 | 0.95 | 0.07 | 24.64 | 0.9 | 0.49 |
| Hex | EC | 68 | C | 0 | 38 | 5F | 7 | 19 | 5A | 31 |
| Octal | 354 | 150 | 14 | 0 | 70 | 137 | 7 | 31 | 132 | 61 |
| Binary | 11101100 | 1101000 | 1100 | 0 | 111000 | 1011111 | 111 | 11001 | 1011010 | 110001 |
Color Harmonies of #EC680C
Complementary color
Monochromatic Colors of #EC680C
Black with #EC680C
Text Example
Text Example
White with #EC680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC680C; }
p { color: rgb(236,104,12); }
H1.HeaderClassName
{
color: #EC680C;
}
.AnyTagClassName
{
color: #EC680C;
}
</style>
background-color css
<style>
a { background-color: #EC680C; }
a { background-color: rgb(236,104,12); }
div.DivClassName
{
background-color: #EC680C;
}
.BgClassName
{
background-color: #EC680C;
}
</style>
border-color css
<style>
span { border-color: #EC680C; }
span { border-color: rgb(236,104,12); }
td.TdClassName
{
border-color: #EC680C;
}
.TagClassName
{
border-color: #EC680C;
}
</style>