Shades of Mango Tango #EC6A0D
Tints of Mango Tango #EC6A0D
RGB
CMYK
RGB Variations
Color information
#EC6A0D (or 0xEC6A0D) is known color: Mango Tango. HEX triplet: EC, 6A and 0D. RGB value is (236,106,13). Sum of RGB (Red+Green+Blue) = 236+106+13=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6A0D is #1395F2. Grayscale: #868686. Windows color (decimal): -1283571 or 879340. OLE color: 879340.
HSL color Cylindrical-coordinate representation of color #EC6A0D: hue angle of 25.02º 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 #EC6A0D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.07 |
| HSL | 25.02º | 0.9% | 0.49% | - |
| HSV(B) | 25.02º | 0.94% | 0.93% | - |
| XYZ | 39.82 | 28.17 | 3.72 | - |
| YUV | 134.27 | 59.57 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 13 | 0 | 0.55 | 0.94 | 0.07 | 25.02 | 0.9 | 0.49 |
| Hex | EC | 6A | D | 0 | 37 | 5E | 7 | 19 | 5A | 31 |
| Octal | 354 | 152 | 15 | 0 | 67 | 136 | 7 | 31 | 132 | 61 |
| Binary | 11101100 | 1101010 | 1101 | 0 | 110111 | 1011110 | 111 | 11001 | 1011010 | 110001 |
Color Harmonies of #EC6A0D
Complementary color
Monochromatic Colors of #EC6A0D
Black with #EC6A0D
Text Example
Text Example
White with #EC6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6A0D; }
p { color: rgb(236,106,13); }
H1.HeaderClassName
{
color: #EC6A0D;
}
.AnyTagClassName
{
color: #EC6A0D;
}
</style>
background-color css
<style>
a { background-color: #EC6A0D; }
a { background-color: rgb(236,106,13); }
div.DivClassName
{
background-color: #EC6A0D;
}
.BgClassName
{
background-color: #EC6A0D;
}
</style>
border-color css
<style>
span { border-color: #EC6A0D; }
span { border-color: rgb(236,106,13); }
td.TdClassName
{
border-color: #EC6A0D;
}
.TagClassName
{
border-color: #EC6A0D;
}
</style>