Shades of Mango Tango #E9780F
Tints of Mango Tango #E9780F
RGB
CMYK
RGB Variations
Color information
#E9780F (or 0xE9780F) is known color: Mango Tango. HEX triplet: E9, 78 and 0F. RGB value is (233,120,15). Sum of RGB (Red+Green+Blue) = 233+120+15=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E9780F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9780F is #1687F0. Grayscale: #8E8E8E. Windows color (decimal): -1476593 or 1013993. OLE color: 1013993.
HSL color Cylindrical-coordinate representation of color #E9780F: hue angle of 28.9º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9780F is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 15 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.09 |
| HSL | 28.9º | 0.88% | 0.49% | - |
| HSV(B) | 28.9º | 0.94% | 0.91% | - |
| XYZ | 40.41 | 30.79 | 4.27 | - |
| YUV | 141.82 | 56.44 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 15 | 0 | 0.48 | 0.94 | 0.09 | 28.9 | 0.88 | 0.49 |
| Hex | E9 | 78 | F | 0 | 30 | 5E | 9 | 1D | 58 | 31 |
| Octal | 351 | 170 | 17 | 0 | 60 | 136 | 11 | 35 | 130 | 61 |
| Binary | 11101001 | 1111000 | 1111 | 0 | 110000 | 1011110 | 1001 | 11101 | 1011000 | 110001 |
Color Harmonies of #E9780F
Complementary color
Monochromatic Colors of #E9780F
Black with #E9780F
Text Example
Text Example
White with #E9780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9780F; }
p { color: rgb(233,120,15); }
H1.HeaderClassName
{
color: #E9780F;
}
.AnyTagClassName
{
color: #E9780F;
}
</style>
background-color css
<style>
a { background-color: #E9780F; }
a { background-color: rgb(233,120,15); }
div.DivClassName
{
background-color: #E9780F;
}
.BgClassName
{
background-color: #E9780F;
}
</style>
border-color css
<style>
span { border-color: #E9780F; }
span { border-color: rgb(233,120,15); }
td.TdClassName
{
border-color: #E9780F;
}
.TagClassName
{
border-color: #E9780F;
}
</style>