Shades of Mango Tango #E76A05
Tints of Mango Tango #E76A05
RGB
CMYK
RGB Variations
Color information
#E76A05 (or 0xE76A05) is known color: Mango Tango. HEX triplet: E7, 6A and 05. RGB value is (231,106,5). Sum of RGB (Red+Green+Blue) = 231+106+5=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76A05 is #1895FA. Grayscale: #848484. Windows color (decimal): -1611259 or 355047. OLE color: 355047.
HSL color Cylindrical-coordinate representation of color #E76A05: hue angle of 26.81º 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 #E76A05 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.09 |
| HSL | 26.81º | 0.96% | 0.46% | - |
| HSV(B) | 26.81º | 0.98% | 0.91% | - |
| XYZ | 38.14 | 27.31 | 3.4 | - |
| YUV | 131.86 | 56.41 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 5 | 0 | 0.54 | 0.98 | 0.09 | 26.81 | 0.96 | 0.46 |
| Hex | E7 | 6A | 5 | 0 | 36 | 62 | 9 | 1B | 60 | 2E |
| Octal | 347 | 152 | 5 | 0 | 66 | 142 | 11 | 33 | 140 | 56 |
| Binary | 11100111 | 1101010 | 101 | 0 | 110110 | 1100010 | 1001 | 11011 | 1100000 | 101110 |
Color Harmonies of #E76A05
Complementary color
Monochromatic Colors of #E76A05
Black with #E76A05
Text Example
Text Example
White with #E76A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A05; }
p { color: rgb(231,106,5); }
H1.HeaderClassName
{
color: #E76A05;
}
.AnyTagClassName
{
color: #E76A05;
}
</style>
background-color css
<style>
a { background-color: #E76A05; }
a { background-color: rgb(231,106,5); }
div.DivClassName
{
background-color: #E76A05;
}
.BgClassName
{
background-color: #E76A05;
}
</style>
border-color css
<style>
span { border-color: #E76A05; }
span { border-color: rgb(231,106,5); }
td.TdClassName
{
border-color: #E76A05;
}
.TagClassName
{
border-color: #E76A05;
}
</style>