Shades of Mango Tango #E76F00
Tints of Mango Tango #E76F00
RGB
CMYK
RGB Variations
Color information
#E76F00 (or 0xE76F00) is known color: Mango Tango. HEX triplet: E7, 6F and 00. RGB value is (231,111,0). Sum of RGB (Red+Green+Blue) = 231+111+0=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76F00 is #1890FF. Grayscale: #868686. Windows color (decimal): -1609984 or 28647. OLE color: 28647.
HSL color Cylindrical-coordinate representation of color #E76F00: hue angle of 28.83º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E76F00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.09 |
| HSL | 28.83º | 1% | 0.45% | - |
| HSV(B) | 28.83º | 1% | 0.91% | - |
| XYZ | 38.64 | 28.36 | 3.44 | - |
| YUV | 134.23 | 52.26 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 0 | 0 | 0.52 | 1 | 0.09 | 28.83 | 1 | 0.45 |
| Hex | E7 | 6F | 0 | 0 | 34 | 64 | 9 | 1D | 64 | 2D |
| Octal | 347 | 157 | 0 | 0 | 64 | 144 | 11 | 35 | 144 | 55 |
| Binary | 11100111 | 1101111 | 0 | 0 | 110100 | 1100100 | 1001 | 11101 | 1100100 | 101101 |
Color Harmonies of #E76F00
Complementary color
Monochromatic Colors of #E76F00
Black with #E76F00
Text Example
Text Example
White with #E76F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F00; }
p { color: rgb(231,111,0); }
H1.HeaderClassName
{
color: #E76F00;
}
.AnyTagClassName
{
color: #E76F00;
}
</style>
background-color css
<style>
a { background-color: #E76F00; }
a { background-color: rgb(231,111,0); }
div.DivClassName
{
background-color: #E76F00;
}
.BgClassName
{
background-color: #E76F00;
}
</style>
border-color css
<style>
span { border-color: #E76F00; }
span { border-color: rgb(231,111,0); }
td.TdClassName
{
border-color: #E76F00;
}
.TagClassName
{
border-color: #E76F00;
}
</style>