Shades of Mango Tango #EE700F
Tints of Mango Tango #EE700F
RGB
CMYK
RGB Variations
Color information
#EE700F (or 0xEE700F) is known color: Mango Tango. HEX triplet: EE, 70 and 0F. RGB value is (238,112,15). Sum of RGB (Red+Green+Blue) = 238+112+15=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE700F is #118FF0. Grayscale: #8B8B8B. Windows color (decimal): -1150961 or 1011950. OLE color: 1011950.
HSL color Cylindrical-coordinate representation of color #EE700F: hue angle of 26.1º 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 #EE700F is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 15 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.07 |
| HSL | 26.1º | 0.88% | 0.5% | - |
| HSV(B) | 26.1º | 0.94% | 0.93% | - |
| XYZ | 41.14 | 29.8 | 4.04 | - |
| YUV | 138.62 | 58.24 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 15 | 0 | 0.53 | 0.94 | 0.07 | 26.1 | 0.88 | 0.5 |
| Hex | EE | 70 | F | 0 | 35 | 5E | 7 | 1A | 58 | 32 |
| Octal | 356 | 160 | 17 | 0 | 65 | 136 | 7 | 32 | 130 | 62 |
| Binary | 11101110 | 1110000 | 1111 | 0 | 110101 | 1011110 | 111 | 11010 | 1011000 | 110010 |
Color Harmonies of #EE700F
Complementary color
Monochromatic Colors of #EE700F
Black with #EE700F
Text Example
Text Example
White with #EE700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE700F; }
p { color: rgb(238,112,15); }
H1.HeaderClassName
{
color: #EE700F;
}
.AnyTagClassName
{
color: #EE700F;
}
</style>
background-color css
<style>
a { background-color: #EE700F; }
a { background-color: rgb(238,112,15); }
div.DivClassName
{
background-color: #EE700F;
}
.BgClassName
{
background-color: #EE700F;
}
</style>
border-color css
<style>
span { border-color: #EE700F; }
span { border-color: rgb(238,112,15); }
td.TdClassName
{
border-color: #EE700F;
}
.TagClassName
{
border-color: #EE700F;
}
</style>