Shades of Mango Tango #EC6F0C
Tints of Mango Tango #EC6F0C
RGB
CMYK
RGB Variations
Color information
#EC6F0C (or 0xEC6F0C) is known color: Mango Tango. HEX triplet: EC, 6F and 0C. RGB value is (236,111,12). Sum of RGB (Red+Green+Blue) = 236+111+12=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6F0C is #1390F3. Grayscale: #898989. Windows color (decimal): -1282292 or 815084. OLE color: 815084.
HSL color Cylindrical-coordinate representation of color #EC6F0C: hue angle of 26.52º 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 #EC6F0C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.07 |
| HSL | 26.52º | 0.9% | 0.49% | - |
| HSV(B) | 26.52º | 0.95% | 0.93% | - |
| XYZ | 40.34 | 29.23 | 3.86 | - |
| YUV | 137.09 | 57.41 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 12 | 0 | 0.53 | 0.95 | 0.07 | 26.52 | 0.9 | 0.49 |
| Hex | EC | 6F | C | 0 | 35 | 5F | 7 | 1B | 5A | 31 |
| Octal | 354 | 157 | 14 | 0 | 65 | 137 | 7 | 33 | 132 | 61 |
| Binary | 11101100 | 1101111 | 1100 | 0 | 110101 | 1011111 | 111 | 11011 | 1011010 | 110001 |
Color Harmonies of #EC6F0C
Complementary color
Monochromatic Colors of #EC6F0C
Black with #EC6F0C
Text Example
Text Example
White with #EC6F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F0C; }
p { color: rgb(236,111,12); }
H1.HeaderClassName
{
color: #EC6F0C;
}
.AnyTagClassName
{
color: #EC6F0C;
}
</style>
background-color css
<style>
a { background-color: #EC6F0C; }
a { background-color: rgb(236,111,12); }
div.DivClassName
{
background-color: #EC6F0C;
}
.BgClassName
{
background-color: #EC6F0C;
}
</style>
border-color css
<style>
span { border-color: #EC6F0C; }
span { border-color: rgb(236,111,12); }
td.TdClassName
{
border-color: #EC6F0C;
}
.TagClassName
{
border-color: #EC6F0C;
}
</style>