Shades of Mango Tango #E77D15
Tints of Mango Tango #E77D15
RGB
CMYK
RGB Variations
Color information
#E77D15 (or 0xE77D15) is known color: Mango Tango. HEX triplet: E7, 7D and 15. RGB value is (231,125,21). Sum of RGB (Red+Green+Blue) = 231+125+21=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77D15 is #1882EA. Grayscale: #919191. Windows color (decimal): -1606379 or 1408487. OLE color: 1408487.
HSL color Cylindrical-coordinate representation of color #E77D15: hue angle of 29.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E77D15 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 21 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.09 |
| HSL | 29.71º | 0.83% | 0.49% | - |
| HSV(B) | 29.71º | 0.91% | 0.91% | - |
| XYZ | 40.42 | 31.71 | 4.7 | - |
| YUV | 144.84 | 58.12 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 21 | 0 | 0.46 | 0.91 | 0.09 | 29.71 | 0.83 | 0.49 |
| Hex | E7 | 7D | 15 | 0 | 2E | 5B | 9 | 1E | 53 | 31 |
| Octal | 347 | 175 | 25 | 0 | 56 | 133 | 11 | 36 | 123 | 61 |
| Binary | 11100111 | 1111101 | 10101 | 0 | 101110 | 1011011 | 1001 | 11110 | 1010011 | 110001 |
Color Harmonies of #E77D15
Complementary color
Monochromatic Colors of #E77D15
Black with #E77D15
Text Example
Text Example
White with #E77D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D15; }
p { color: rgb(231,125,21); }
H1.HeaderClassName
{
color: #E77D15;
}
.AnyTagClassName
{
color: #E77D15;
}
</style>
background-color css
<style>
a { background-color: #E77D15; }
a { background-color: rgb(231,125,21); }
div.DivClassName
{
background-color: #E77D15;
}
.BgClassName
{
background-color: #E77D15;
}
</style>
border-color css
<style>
span { border-color: #E77D15; }
span { border-color: rgb(231,125,21); }
td.TdClassName
{
border-color: #E77D15;
}
.TagClassName
{
border-color: #E77D15;
}
</style>