Shades of Mango Tango #E77A08
Tints of Mango Tango #E77A08
RGB
CMYK
RGB Variations
Color information
#E77A08 (or 0xE77A08) is known color: Mango Tango. HEX triplet: E7, 7A and 08. RGB value is (231,122,8). Sum of RGB (Red+Green+Blue) = 231+122+8=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77A08 is #1885F7. Grayscale: #8E8E8E. Windows color (decimal): -1607160 or 555751. OLE color: 555751.
HSL color Cylindrical-coordinate representation of color #E77A08: hue angle of 30.67º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E77A08 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 8 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.09 |
| HSL | 30.67º | 0.93% | 0.47% | - |
| HSV(B) | 30.67º | 0.97% | 0.91% | - |
| XYZ | 39.96 | 30.93 | 4.09 | - |
| YUV | 141.6 | 52.61 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 8 | 0 | 0.47 | 0.97 | 0.09 | 30.67 | 0.93 | 0.47 |
| Hex | E7 | 7A | 8 | 0 | 2F | 61 | 9 | 1F | 5D | 2F |
| Octal | 347 | 172 | 10 | 0 | 57 | 141 | 11 | 37 | 135 | 57 |
| Binary | 11100111 | 1111010 | 1000 | 0 | 101111 | 1100001 | 1001 | 11111 | 1011101 | 101111 |
Color Harmonies of #E77A08
Complementary color
Monochromatic Colors of #E77A08
Black with #E77A08
Text Example
Text Example
White with #E77A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A08; }
p { color: rgb(231,122,8); }
H1.HeaderClassName
{
color: #E77A08;
}
.AnyTagClassName
{
color: #E77A08;
}
</style>
background-color css
<style>
a { background-color: #E77A08; }
a { background-color: rgb(231,122,8); }
div.DivClassName
{
background-color: #E77A08;
}
.BgClassName
{
background-color: #E77A08;
}
</style>
border-color css
<style>
span { border-color: #E77A08; }
span { border-color: rgb(231,122,8); }
td.TdClassName
{
border-color: #E77A08;
}
.TagClassName
{
border-color: #E77A08;
}
</style>