Shades of Mango Tango #EE780A
Tints of Mango Tango #EE780A
RGB
CMYK
RGB Variations
Color information
#EE780A (or 0xEE780A) is known color: Mango Tango. HEX triplet: EE, 78 and 0A. RGB value is (238,120,10). Sum of RGB (Red+Green+Blue) = 238+120+10=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE780A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE780A is #1187F5. Grayscale: #8F8F8F. Windows color (decimal): -1148918 or 686318. OLE color: 686318.
HSL color Cylindrical-coordinate representation of color #EE780A: hue angle of 28.95º 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 #EE780A is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 10 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.07 |
| HSL | 28.95º | 0.92% | 0.49% | - |
| HSV(B) | 28.95º | 0.96% | 0.93% | - |
| XYZ | 42.03 | 31.63 | 4.18 | - |
| YUV | 142.74 | 53.09 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 10 | 0 | 0.50 | 0.96 | 0.07 | 28.95 | 0.92 | 0.49 |
| Hex | EE | 78 | A | 0 | 32 | 60 | 7 | 1D | 5C | 31 |
| Octal | 356 | 170 | 12 | 0 | 62 | 140 | 7 | 35 | 134 | 61 |
| Binary | 11101110 | 1111000 | 1010 | 0 | 110010 | 1100000 | 111 | 11101 | 1011100 | 110001 |
Color Harmonies of #EE780A
Complementary color
Monochromatic Colors of #EE780A
Black with #EE780A
Text Example
Text Example
White with #EE780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE780A; }
p { color: rgb(238,120,10); }
H1.HeaderClassName
{
color: #EE780A;
}
.AnyTagClassName
{
color: #EE780A;
}
</style>
background-color css
<style>
a { background-color: #EE780A; }
a { background-color: rgb(238,120,10); }
div.DivClassName
{
background-color: #EE780A;
}
.BgClassName
{
background-color: #EE780A;
}
</style>
border-color css
<style>
span { border-color: #EE780A; }
span { border-color: rgb(238,120,10); }
td.TdClassName
{
border-color: #EE780A;
}
.TagClassName
{
border-color: #EE780A;
}
</style>