Shades of Mango Tango #E77B16
Tints of Mango Tango #E77B16
RGB
CMYK
RGB Variations
Color information
#E77B16 (or 0xE77B16) is known color: Mango Tango. HEX triplet: E7, 7B and 16. RGB value is (231,123,22). Sum of RGB (Red+Green+Blue) = 231+123+22=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77B16 is #1884E9. Grayscale: #909090. Windows color (decimal): -1606890 or 1473511. OLE color: 1473511.
HSL color Cylindrical-coordinate representation of color #E77B16: hue angle of 29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E77B16 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.09 |
| HSL | 29º | 0.83% | 0.5% | - |
| HSV(B) | 29º | 0.9% | 0.91% | - |
| XYZ | 40.18 | 31.21 | 4.67 | - |
| YUV | 143.78 | 59.28 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 22 | 0 | 0.47 | 0.90 | 0.09 | 29 | 0.83 | 0.5 |
| Hex | E7 | 7B | 16 | 0 | 2F | 5A | 9 | 1D | 53 | 32 |
| Octal | 347 | 173 | 26 | 0 | 57 | 132 | 11 | 35 | 123 | 62 |
| Binary | 11100111 | 1111011 | 10110 | 0 | 101111 | 1011010 | 1001 | 11101 | 1010011 | 110010 |
Color Harmonies of #E77B16
Complementary color
Monochromatic Colors of #E77B16
Black with #E77B16
Text Example
Text Example
White with #E77B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77B16; }
p { color: rgb(231,123,22); }
H1.HeaderClassName
{
color: #E77B16;
}
.AnyTagClassName
{
color: #E77B16;
}
</style>
background-color css
<style>
a { background-color: #E77B16; }
a { background-color: rgb(231,123,22); }
div.DivClassName
{
background-color: #E77B16;
}
.BgClassName
{
background-color: #E77B16;
}
</style>
border-color css
<style>
span { border-color: #E77B16; }
span { border-color: rgb(231,123,22); }
td.TdClassName
{
border-color: #E77B16;
}
.TagClassName
{
border-color: #E77B16;
}
</style>