Shades of Mango Tango #EE700A
Tints of Mango Tango #EE700A
RGB
CMYK
RGB Variations
Color information
#EE700A (or 0xEE700A) is known color: Mango Tango. HEX triplet: EE, 70 and 0A. RGB value is (238,112,10). Sum of RGB (Red+Green+Blue) = 238+112+10=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE700A is #118FF5. Grayscale: #8A8A8A. Windows color (decimal): -1150966 or 684270. OLE color: 684270.
HSL color Cylindrical-coordinate representation of color #EE700A: hue angle of 26.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE700A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.07 |
| HSL | 26.84º | 0.92% | 0.49% | - |
| HSV(B) | 26.84º | 0.96% | 0.93% | - |
| XYZ | 41.11 | 29.79 | 3.87 | - |
| YUV | 138.05 | 55.74 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 10 | 0 | 0.53 | 0.96 | 0.07 | 26.84 | 0.92 | 0.49 |
| Hex | EE | 70 | A | 0 | 35 | 60 | 7 | 1B | 5C | 31 |
| Octal | 356 | 160 | 12 | 0 | 65 | 140 | 7 | 33 | 134 | 61 |
| Binary | 11101110 | 1110000 | 1010 | 0 | 110101 | 1100000 | 111 | 11011 | 1011100 | 110001 |
Color Harmonies of #EE700A
Complementary color
Monochromatic Colors of #EE700A
Black with #EE700A
Text Example
Text Example
White with #EE700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE700A; }
p { color: rgb(238,112,10); }
H1.HeaderClassName
{
color: #EE700A;
}
.AnyTagClassName
{
color: #EE700A;
}
</style>
background-color css
<style>
a { background-color: #EE700A; }
a { background-color: rgb(238,112,10); }
div.DivClassName
{
background-color: #EE700A;
}
.BgClassName
{
background-color: #EE700A;
}
</style>
border-color css
<style>
span { border-color: #EE700A; }
span { border-color: rgb(238,112,10); }
td.TdClassName
{
border-color: #EE700A;
}
.TagClassName
{
border-color: #EE700A;
}
</style>