Shades of Mango Tango #EE780E
Tints of Mango Tango #EE780E
RGB
CMYK
RGB Variations
Color information
#EE780E (or 0xEE780E) is known color: Mango Tango. HEX triplet: EE, 78 and 0E. RGB value is (238,120,14). Sum of RGB (Red+Green+Blue) = 238+120+14=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE780E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE780E is #1187F1. Grayscale: #8F8F8F. Windows color (decimal): -1148914 or 948462. OLE color: 948462.
HSL color Cylindrical-coordinate representation of color #EE780E: hue angle of 28.39º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE780E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 14 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.07 |
| HSL | 28.39º | 0.89% | 0.49% | - |
| HSV(B) | 28.39º | 0.94% | 0.93% | - |
| XYZ | 42.06 | 31.64 | 4.31 | - |
| YUV | 143.2 | 55.09 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 14 | 0 | 0.50 | 0.94 | 0.07 | 28.39 | 0.89 | 0.49 |
| Hex | EE | 78 | E | 0 | 32 | 5E | 7 | 1C | 59 | 31 |
| Octal | 356 | 170 | 16 | 0 | 62 | 136 | 7 | 34 | 131 | 61 |
| Binary | 11101110 | 1111000 | 1110 | 0 | 110010 | 1011110 | 111 | 11100 | 1011001 | 110001 |
Color Harmonies of #EE780E
Complementary color
Monochromatic Colors of #EE780E
Black with #EE780E
Text Example
Text Example
White with #EE780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE780E; }
p { color: rgb(238,120,14); }
H1.HeaderClassName
{
color: #EE780E;
}
.AnyTagClassName
{
color: #EE780E;
}
</style>
background-color css
<style>
a { background-color: #EE780E; }
a { background-color: rgb(238,120,14); }
div.DivClassName
{
background-color: #EE780E;
}
.BgClassName
{
background-color: #EE780E;
}
</style>
border-color css
<style>
span { border-color: #EE780E; }
span { border-color: rgb(238,120,14); }
td.TdClassName
{
border-color: #EE780E;
}
.TagClassName
{
border-color: #EE780E;
}
</style>