Shades of Mango Tango #EE6C0F
Tints of Mango Tango #EE6C0F
RGB
CMYK
RGB Variations
Color information
#EE6C0F (or 0xEE6C0F) is known color: Mango Tango. HEX triplet: EE, 6C and 0F. RGB value is (238,108,15). Sum of RGB (Red+Green+Blue) = 238+108+15=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6C0F is #1193F0. Grayscale: #888888. Windows color (decimal): -1151985 or 1010926. OLE color: 1010926.
HSL color Cylindrical-coordinate representation of color #EE6C0F: hue angle of 25.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE6C0F is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 15 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.07 |
| HSL | 25.02º | 0.88% | 0.5% | - |
| HSV(B) | 25.02º | 0.94% | 0.93% | - |
| XYZ | 40.71 | 28.94 | 3.89 | - |
| YUV | 136.27 | 59.57 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 15 | 0 | 0.55 | 0.94 | 0.07 | 25.02 | 0.88 | 0.5 |
| Hex | EE | 6C | F | 0 | 37 | 5E | 7 | 19 | 58 | 32 |
| Octal | 356 | 154 | 17 | 0 | 67 | 136 | 7 | 31 | 130 | 62 |
| Binary | 11101110 | 1101100 | 1111 | 0 | 110111 | 1011110 | 111 | 11001 | 1011000 | 110010 |
Color Harmonies of #EE6C0F
Complementary color
Monochromatic Colors of #EE6C0F
Black with #EE6C0F
Text Example
Text Example
White with #EE6C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6C0F; }
p { color: rgb(238,108,15); }
H1.HeaderClassName
{
color: #EE6C0F;
}
.AnyTagClassName
{
color: #EE6C0F;
}
</style>
background-color css
<style>
a { background-color: #EE6C0F; }
a { background-color: rgb(238,108,15); }
div.DivClassName
{
background-color: #EE6C0F;
}
.BgClassName
{
background-color: #EE6C0F;
}
</style>
border-color css
<style>
span { border-color: #EE6C0F; }
span { border-color: rgb(238,108,15); }
td.TdClassName
{
border-color: #EE6C0F;
}
.TagClassName
{
border-color: #EE6C0F;
}
</style>