Shades of Mango Tango #EE750F
Tints of Mango Tango #EE750F
RGB
CMYK
RGB Variations
Color information
#EE750F (or 0xEE750F) is known color: Mango Tango. HEX triplet: EE, 75 and 0F. RGB value is (238,117,15). Sum of RGB (Red+Green+Blue) = 238+117+15=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE750F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE750F is #118AF0. Grayscale: #8E8E8E. Windows color (decimal): -1149681 or 1013230. OLE color: 1013230.
HSL color Cylindrical-coordinate representation of color #EE750F: hue angle of 27.44º 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 #EE750F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.07 |
| HSL | 27.44º | 0.88% | 0.5% | - |
| HSV(B) | 27.44º | 0.94% | 0.93% | - |
| XYZ | 41.71 | 30.93 | 4.22 | - |
| YUV | 141.55 | 56.59 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 15 | 0 | 0.51 | 0.94 | 0.07 | 27.44 | 0.88 | 0.5 |
| Hex | EE | 75 | F | 0 | 33 | 5E | 7 | 1B | 58 | 32 |
| Octal | 356 | 165 | 17 | 0 | 63 | 136 | 7 | 33 | 130 | 62 |
| Binary | 11101110 | 1110101 | 1111 | 0 | 110011 | 1011110 | 111 | 11011 | 1011000 | 110010 |
Color Harmonies of #EE750F
Complementary color
Monochromatic Colors of #EE750F
Black with #EE750F
Text Example
Text Example
White with #EE750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE750F; }
p { color: rgb(238,117,15); }
H1.HeaderClassName
{
color: #EE750F;
}
.AnyTagClassName
{
color: #EE750F;
}
</style>
background-color css
<style>
a { background-color: #EE750F; }
a { background-color: rgb(238,117,15); }
div.DivClassName
{
background-color: #EE750F;
}
.BgClassName
{
background-color: #EE750F;
}
</style>
border-color css
<style>
span { border-color: #EE750F; }
span { border-color: rgb(238,117,15); }
td.TdClassName
{
border-color: #EE750F;
}
.TagClassName
{
border-color: #EE750F;
}
</style>