Shades of Mango Tango #E77301
Tints of Mango Tango #E77301
RGB
CMYK
RGB Variations
Color information
#E77301 (or 0xE77301) is known color: Mango Tango. HEX triplet: E7, 73 and 01. RGB value is (231,115,1). Sum of RGB (Red+Green+Blue) = 231+115+1=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E77301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77301 is #188CFE. Grayscale: #898989. Windows color (decimal): -1608959 or 95207. OLE color: 95207.
HSL color Cylindrical-coordinate representation of color #E77301: hue angle of 29.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E77301 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.09 |
| HSL | 29.74º | 0.99% | 0.45% | - |
| HSV(B) | 29.74º | 1% | 0.91% | - |
| XYZ | 39.09 | 29.25 | 3.61 | - |
| YUV | 136.69 | 51.43 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 1 | 0 | 0.50 | 1.00 | 0.09 | 29.74 | 0.99 | 0.45 |
| Hex | E7 | 73 | 1 | 0 | 32 | 64 | 9 | 1E | 63 | 2D |
| Octal | 347 | 163 | 1 | 0 | 62 | 144 | 11 | 36 | 143 | 55 |
| Binary | 11100111 | 1110011 | 1 | 0 | 110010 | 1100100 | 1001 | 11110 | 1100011 | 101101 |
Color Harmonies of #E77301
Complementary color
Monochromatic Colors of #E77301
Black with #E77301
Text Example
Text Example
White with #E77301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77301; }
p { color: rgb(231,115,1); }
H1.HeaderClassName
{
color: #E77301;
}
.AnyTagClassName
{
color: #E77301;
}
</style>
background-color css
<style>
a { background-color: #E77301; }
a { background-color: rgb(231,115,1); }
div.DivClassName
{
background-color: #E77301;
}
.BgClassName
{
background-color: #E77301;
}
</style>
border-color css
<style>
span { border-color: #E77301; }
span { border-color: rgb(231,115,1); }
td.TdClassName
{
border-color: #E77301;
}
.TagClassName
{
border-color: #E77301;
}
</style>