Shades of Mango Tango #EE7400
Tints of Mango Tango #EE7400
RGB
CMYK
RGB Variations
Color information
#EE7400 (or 0xEE7400) is known color: Mango Tango. HEX triplet: EE, 74 and 00. RGB value is (238,116,0). Sum of RGB (Red+Green+Blue) = 238+116+0=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7400 is #118BFF. Grayscale: #8B8B8B. Windows color (decimal): -1149952 or 29934. OLE color: 29934.
HSL color Cylindrical-coordinate representation of color #EE7400: hue angle of 29.24º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE7400 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.07 |
| HSL | 29.24º | 1% | 0.47% | - |
| HSV(B) | 29.24º | 1% | 0.93% | - |
| XYZ | 41.51 | 30.67 | 3.73 | - |
| YUV | 139.25 | 49.42 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 0 | 0 | 0.51 | 1 | 0.07 | 29.24 | 1 | 0.47 |
| Hex | EE | 74 | 0 | 0 | 33 | 64 | 7 | 1D | 64 | 2F |
| Octal | 356 | 164 | 0 | 0 | 63 | 144 | 7 | 35 | 144 | 57 |
| Binary | 11101110 | 1110100 | 0 | 0 | 110011 | 1100100 | 111 | 11101 | 1100100 | 101111 |
Color Harmonies of #EE7400
Complementary color
Monochromatic Colors of #EE7400
Black with #EE7400
Text Example
Text Example
White with #EE7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7400; }
p { color: rgb(238,116,0); }
H1.HeaderClassName
{
color: #EE7400;
}
.AnyTagClassName
{
color: #EE7400;
}
</style>
background-color css
<style>
a { background-color: #EE7400; }
a { background-color: rgb(238,116,0); }
div.DivClassName
{
background-color: #EE7400;
}
.BgClassName
{
background-color: #EE7400;
}
</style>
border-color css
<style>
span { border-color: #EE7400; }
span { border-color: rgb(238,116,0); }
td.TdClassName
{
border-color: #EE7400;
}
.TagClassName
{
border-color: #EE7400;
}
</style>