Shades of Mango Tango #E77A0C
Tints of Mango Tango #E77A0C
RGB
CMYK
RGB Variations
Color information
#E77A0C (or 0xE77A0C) is known color: Mango Tango. HEX triplet: E7, 7A and 0C. RGB value is (231,122,12). Sum of RGB (Red+Green+Blue) = 231+122+12=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77A0C is #1885F3. Grayscale: #8E8E8E. Windows color (decimal): -1607156 or 817895. OLE color: 817895.
HSL color Cylindrical-coordinate representation of color #E77A0C: hue angle of 30.14º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E77A0C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.09 |
| HSL | 30.14º | 0.9% | 0.48% | - |
| HSV(B) | 30.14º | 0.95% | 0.91% | - |
| XYZ | 39.98 | 30.93 | 4.21 | - |
| YUV | 142.05 | 54.61 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 12 | 0 | 0.47 | 0.95 | 0.09 | 30.14 | 0.9 | 0.48 |
| Hex | E7 | 7A | C | 0 | 2F | 5F | 9 | 1E | 5A | 30 |
| Octal | 347 | 172 | 14 | 0 | 57 | 137 | 11 | 36 | 132 | 60 |
| Binary | 11100111 | 1111010 | 1100 | 0 | 101111 | 1011111 | 1001 | 11110 | 1011010 | 110000 |
Color Harmonies of #E77A0C
Complementary color
Monochromatic Colors of #E77A0C
Black with #E77A0C
Text Example
Text Example
White with #E77A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A0C; }
p { color: rgb(231,122,12); }
H1.HeaderClassName
{
color: #E77A0C;
}
.AnyTagClassName
{
color: #E77A0C;
}
</style>
background-color css
<style>
a { background-color: #E77A0C; }
a { background-color: rgb(231,122,12); }
div.DivClassName
{
background-color: #E77A0C;
}
.BgClassName
{
background-color: #E77A0C;
}
</style>
border-color css
<style>
span { border-color: #E77A0C; }
span { border-color: rgb(231,122,12); }
td.TdClassName
{
border-color: #E77A0C;
}
.TagClassName
{
border-color: #E77A0C;
}
</style>