Shades of Mango Tango #EC6901
Tints of Mango Tango #EC6901
RGB
CMYK
RGB Variations
Color information
#EC6901 (or 0xEC6901) is known color: Mango Tango. HEX triplet: EC, 69 and 01. RGB value is (236,105,1). Sum of RGB (Red+Green+Blue) = 236+105+1=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6901 is #1396FE. Grayscale: #848484. Windows color (decimal): -1283839 or 92652. OLE color: 92652.
HSL color Cylindrical-coordinate representation of color #EC6901: hue angle of 26.55º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC6901 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.07 |
| HSL | 26.55º | 0.99% | 0.46% | - |
| HSV(B) | 26.55º | 1% | 0.93% | - |
| XYZ | 39.65 | 27.94 | 3.33 | - |
| YUV | 132.31 | 53.9 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 1 | 0 | 0.56 | 1.00 | 0.07 | 26.55 | 0.99 | 0.46 |
| Hex | EC | 69 | 1 | 0 | 38 | 64 | 7 | 1B | 63 | 2E |
| Octal | 354 | 151 | 1 | 0 | 70 | 144 | 7 | 33 | 143 | 56 |
| Binary | 11101100 | 1101001 | 1 | 0 | 111000 | 1100100 | 111 | 11011 | 1100011 | 101110 |
Color Harmonies of #EC6901
Complementary color
Monochromatic Colors of #EC6901
Black with #EC6901
Text Example
Text Example
White with #EC6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6901; }
p { color: rgb(236,105,1); }
H1.HeaderClassName
{
color: #EC6901;
}
.AnyTagClassName
{
color: #EC6901;
}
</style>
background-color css
<style>
a { background-color: #EC6901; }
a { background-color: rgb(236,105,1); }
div.DivClassName
{
background-color: #EC6901;
}
.BgClassName
{
background-color: #EC6901;
}
</style>
border-color css
<style>
span { border-color: #EC6901; }
span { border-color: rgb(236,105,1); }
td.TdClassName
{
border-color: #EC6901;
}
.TagClassName
{
border-color: #EC6901;
}
</style>