Shades of Mango Tango #E5780B
Tints of Mango Tango #E5780B
RGB
CMYK
RGB Variations
Color information
#E5780B (or 0xE5780B) is known color: Mango Tango. HEX triplet: E5, 78 and 0B. RGB value is (229,120,11). Sum of RGB (Red+Green+Blue) = 229+120+11=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5780B is #1A87F4. Grayscale: #8C8C8C. Windows color (decimal): -1738741 or 751845. OLE color: 751845.
HSL color Cylindrical-coordinate representation of color #E5780B: hue angle of 30º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5780B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 11 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.10 |
| HSL | 30º | 0.91% | 0.47% | - |
| HSV(B) | 30º | 0.95% | 0.9% | - |
| XYZ | 39.09 | 30.12 | 4.07 | - |
| YUV | 140.17 | 55.11 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 11 | 0 | 0.48 | 0.95 | 0.10 | 30 | 0.91 | 0.47 |
| Hex | E5 | 78 | B | 0 | 30 | 5F | A | 1E | 5B | 2F |
| Octal | 345 | 170 | 13 | 0 | 60 | 137 | 12 | 36 | 133 | 57 |
| Binary | 11100101 | 1111000 | 1011 | 0 | 110000 | 1011111 | 1010 | 11110 | 1011011 | 101111 |
Color Harmonies of #E5780B
Complementary color
Monochromatic Colors of #E5780B
Black with #E5780B
Text Example
Text Example
White with #E5780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5780B; }
p { color: rgb(229,120,11); }
H1.HeaderClassName
{
color: #E5780B;
}
.AnyTagClassName
{
color: #E5780B;
}
</style>
background-color css
<style>
a { background-color: #E5780B; }
a { background-color: rgb(229,120,11); }
div.DivClassName
{
background-color: #E5780B;
}
.BgClassName
{
background-color: #E5780B;
}
</style>
border-color css
<style>
span { border-color: #E5780B; }
span { border-color: rgb(229,120,11); }
td.TdClassName
{
border-color: #E5780B;
}
.TagClassName
{
border-color: #E5780B;
}
</style>