Shades of Mango Tango #E77005
Tints of Mango Tango #E77005
RGB
CMYK
RGB Variations
Color information
#E77005 (or 0xE77005) is known color: Mango Tango. HEX triplet: E7, 70 and 05. RGB value is (231,112,5). Sum of RGB (Red+Green+Blue) = 231+112+5=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E77005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77005 is #188FFA. Grayscale: #878787. Windows color (decimal): -1609723 or 356583. OLE color: 356583.
HSL color Cylindrical-coordinate representation of color #E77005: hue angle of 28.41º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E77005 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.09 |
| HSL | 28.41º | 0.96% | 0.46% | - |
| HSV(B) | 28.41º | 0.98% | 0.91% | - |
| XYZ | 38.78 | 28.59 | 3.62 | - |
| YUV | 135.38 | 54.42 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 5 | 0 | 0.52 | 0.98 | 0.09 | 28.41 | 0.96 | 0.46 |
| Hex | E7 | 70 | 5 | 0 | 34 | 62 | 9 | 1C | 60 | 2E |
| Octal | 347 | 160 | 5 | 0 | 64 | 142 | 11 | 34 | 140 | 56 |
| Binary | 11100111 | 1110000 | 101 | 0 | 110100 | 1100010 | 1001 | 11100 | 1100000 | 101110 |
Color Harmonies of #E77005
Complementary color
Monochromatic Colors of #E77005
Black with #E77005
Text Example
Text Example
White with #E77005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77005; }
p { color: rgb(231,112,5); }
H1.HeaderClassName
{
color: #E77005;
}
.AnyTagClassName
{
color: #E77005;
}
</style>
background-color css
<style>
a { background-color: #E77005; }
a { background-color: rgb(231,112,5); }
div.DivClassName
{
background-color: #E77005;
}
.BgClassName
{
background-color: #E77005;
}
</style>
border-color css
<style>
span { border-color: #E77005; }
span { border-color: rgb(231,112,5); }
td.TdClassName
{
border-color: #E77005;
}
.TagClassName
{
border-color: #E77005;
}
</style>