Shades of Mango Tango #EC690C
Tints of Mango Tango #EC690C
RGB
CMYK
RGB Variations
Color information
#EC690C (or 0xEC690C) is known color: Mango Tango. HEX triplet: EC, 69 and 0C. RGB value is (236,105,12). Sum of RGB (Red+Green+Blue) = 236+105+12=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC690C is #1396F3. Grayscale: #868686. Windows color (decimal): -1283828 or 813548. OLE color: 813548.
HSL color Cylindrical-coordinate representation of color #EC690C: hue angle of 24.91º 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 #EC690C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.07 |
| HSL | 24.91º | 0.9% | 0.49% | - |
| HSV(B) | 24.91º | 0.95% | 0.93% | - |
| XYZ | 39.71 | 27.96 | 3.65 | - |
| YUV | 133.57 | 59.4 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 12 | 0 | 0.56 | 0.95 | 0.07 | 24.91 | 0.9 | 0.49 |
| Hex | EC | 69 | C | 0 | 38 | 5F | 7 | 19 | 5A | 31 |
| Octal | 354 | 151 | 14 | 0 | 70 | 137 | 7 | 31 | 132 | 61 |
| Binary | 11101100 | 1101001 | 1100 | 0 | 111000 | 1011111 | 111 | 11001 | 1011010 | 110001 |
Color Harmonies of #EC690C
Complementary color
Monochromatic Colors of #EC690C
Black with #EC690C
Text Example
Text Example
White with #EC690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC690C; }
p { color: rgb(236,105,12); }
H1.HeaderClassName
{
color: #EC690C;
}
.AnyTagClassName
{
color: #EC690C;
}
</style>
background-color css
<style>
a { background-color: #EC690C; }
a { background-color: rgb(236,105,12); }
div.DivClassName
{
background-color: #EC690C;
}
.BgClassName
{
background-color: #EC690C;
}
</style>
border-color css
<style>
span { border-color: #EC690C; }
span { border-color: rgb(236,105,12); }
td.TdClassName
{
border-color: #EC690C;
}
.TagClassName
{
border-color: #EC690C;
}
</style>