Shades of Mango Tango #E76F01
Tints of Mango Tango #E76F01
RGB
CMYK
RGB Variations
Color information
#E76F01 (or 0xE76F01) is known color: Mango Tango. HEX triplet: E7, 6F and 01. RGB value is (231,111,1). Sum of RGB (Red+Green+Blue) = 231+111+1=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76F01 is #1890FE. Grayscale: #868686. Windows color (decimal): -1609983 or 94183. OLE color: 94183.
HSL color Cylindrical-coordinate representation of color #E76F01: hue angle of 28.7º 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 #E76F01 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.09 |
| HSL | 28.7º | 0.99% | 0.45% | - |
| HSV(B) | 28.7º | 1% | 0.91% | - |
| XYZ | 38.64 | 28.36 | 3.47 | - |
| YUV | 134.34 | 52.76 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 1 | 0 | 0.52 | 1.00 | 0.09 | 28.7 | 0.99 | 0.45 |
| Hex | E7 | 6F | 1 | 0 | 34 | 64 | 9 | 1D | 63 | 2D |
| Octal | 347 | 157 | 1 | 0 | 64 | 144 | 11 | 35 | 143 | 55 |
| Binary | 11100111 | 1101111 | 1 | 0 | 110100 | 1100100 | 1001 | 11101 | 1100011 | 101101 |
Color Harmonies of #E76F01
Complementary color
Monochromatic Colors of #E76F01
Black with #E76F01
Text Example
Text Example
White with #E76F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F01; }
p { color: rgb(231,111,1); }
H1.HeaderClassName
{
color: #E76F01;
}
.AnyTagClassName
{
color: #E76F01;
}
</style>
background-color css
<style>
a { background-color: #E76F01; }
a { background-color: rgb(231,111,1); }
div.DivClassName
{
background-color: #E76F01;
}
.BgClassName
{
background-color: #E76F01;
}
</style>
border-color css
<style>
span { border-color: #E76F01; }
span { border-color: rgb(231,111,1); }
td.TdClassName
{
border-color: #E76F01;
}
.TagClassName
{
border-color: #E76F01;
}
</style>