Shades of Mango Tango #EC670E
Tints of Mango Tango #EC670E
RGB
CMYK
RGB Variations
Color information
#EC670E (or 0xEC670E) is known color: Mango Tango. HEX triplet: EC, 67 and 0E. RGB value is (236,103,14). Sum of RGB (Red+Green+Blue) = 236+103+14=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC670E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC670E is #1398F1. Grayscale: #858585. Windows color (decimal): -1284338 or 944108. OLE color: 944108.
HSL color Cylindrical-coordinate representation of color #EC670E: hue angle of 24.05º degrees, saturation: 0.89, 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 #EC670E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.07 |
| HSL | 24.05º | 0.89% | 0.49% | - |
| HSV(B) | 24.05º | 0.94% | 0.93% | - |
| XYZ | 39.52 | 27.57 | 3.65 | - |
| YUV | 132.62 | 61.06 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 14 | 0 | 0.56 | 0.94 | 0.07 | 24.05 | 0.89 | 0.49 |
| Hex | EC | 67 | E | 0 | 38 | 5E | 7 | 18 | 59 | 31 |
| Octal | 354 | 147 | 16 | 0 | 70 | 136 | 7 | 30 | 131 | 61 |
| Binary | 11101100 | 1100111 | 1110 | 0 | 111000 | 1011110 | 111 | 11000 | 1011001 | 110001 |
Color Harmonies of #EC670E
Complementary color
Monochromatic Colors of #EC670E
Black with #EC670E
Text Example
Text Example
White with #EC670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC670E; }
p { color: rgb(236,103,14); }
H1.HeaderClassName
{
color: #EC670E;
}
.AnyTagClassName
{
color: #EC670E;
}
</style>
background-color css
<style>
a { background-color: #EC670E; }
a { background-color: rgb(236,103,14); }
div.DivClassName
{
background-color: #EC670E;
}
.BgClassName
{
background-color: #EC670E;
}
</style>
border-color css
<style>
span { border-color: #EC670E; }
span { border-color: rgb(236,103,14); }
td.TdClassName
{
border-color: #EC670E;
}
.TagClassName
{
border-color: #EC670E;
}
</style>