Shades of Mango Tango #EC690D
Tints of Mango Tango #EC690D
RGB
CMYK
RGB Variations
Color information
#EC690D (or 0xEC690D) is known color: Mango Tango. HEX triplet: EC, 69 and 0D. RGB value is (236,105,13). Sum of RGB (Red+Green+Blue) = 236+105+13=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC690D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC690D is #1396F2. Grayscale: #868686. Windows color (decimal): -1283827 or 879084. OLE color: 879084.
HSL color Cylindrical-coordinate representation of color #EC690D: hue angle of 24.75º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC690D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.07 |
| HSL | 24.75º | 0.9% | 0.49% | - |
| HSV(B) | 24.75º | 0.94% | 0.93% | - |
| XYZ | 39.72 | 27.97 | 3.69 | - |
| YUV | 133.68 | 59.9 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 13 | 0 | 0.56 | 0.94 | 0.07 | 24.75 | 0.9 | 0.49 |
| Hex | EC | 69 | D | 0 | 38 | 5E | 7 | 19 | 5A | 31 |
| Octal | 354 | 151 | 15 | 0 | 70 | 136 | 7 | 31 | 132 | 61 |
| Binary | 11101100 | 1101001 | 1101 | 0 | 111000 | 1011110 | 111 | 11001 | 1011010 | 110001 |
Color Harmonies of #EC690D
Complementary color
Monochromatic Colors of #EC690D
Black with #EC690D
Text Example
Text Example
White with #EC690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC690D; }
p { color: rgb(236,105,13); }
H1.HeaderClassName
{
color: #EC690D;
}
.AnyTagClassName
{
color: #EC690D;
}
</style>
background-color css
<style>
a { background-color: #EC690D; }
a { background-color: rgb(236,105,13); }
div.DivClassName
{
background-color: #EC690D;
}
.BgClassName
{
background-color: #EC690D;
}
</style>
border-color css
<style>
span { border-color: #EC690D; }
span { border-color: rgb(236,105,13); }
td.TdClassName
{
border-color: #EC690D;
}
.TagClassName
{
border-color: #EC690D;
}
</style>