Shades of Mango Tango #E76504
Tints of Mango Tango #E76504
RGB
CMYK
RGB Variations
Color information
#E76504 (or 0xE76504) is known color: Mango Tango. HEX triplet: E7, 65 and 04. RGB value is (231,101,4). Sum of RGB (Red+Green+Blue) = 231+101+4=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E76504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76504 is #189AFB. Grayscale: #818181. Windows color (decimal): -1612540 or 288231. OLE color: 288231.
HSL color Cylindrical-coordinate representation of color #E76504: hue angle of 25.64º degrees, saturation: 0.97, 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 #E76504 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.09 |
| HSL | 25.64º | 0.97% | 0.46% | - |
| HSV(B) | 25.64º | 0.98% | 0.91% | - |
| XYZ | 37.63 | 26.31 | 3.21 | - |
| YUV | 128.81 | 57.57 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 4 | 0 | 0.56 | 0.98 | 0.09 | 25.64 | 0.97 | 0.46 |
| Hex | E7 | 65 | 4 | 0 | 38 | 62 | 9 | 1A | 61 | 2E |
| Octal | 347 | 145 | 4 | 0 | 70 | 142 | 11 | 32 | 141 | 56 |
| Binary | 11100111 | 1100101 | 100 | 0 | 111000 | 1100010 | 1001 | 11010 | 1100001 | 101110 |
Color Harmonies of #E76504
Complementary color
Monochromatic Colors of #E76504
Black with #E76504
Text Example
Text Example
White with #E76504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76504; }
p { color: rgb(231,101,4); }
H1.HeaderClassName
{
color: #E76504;
}
.AnyTagClassName
{
color: #E76504;
}
</style>
background-color css
<style>
a { background-color: #E76504; }
a { background-color: rgb(231,101,4); }
div.DivClassName
{
background-color: #E76504;
}
.BgClassName
{
background-color: #E76504;
}
</style>
border-color css
<style>
span { border-color: #E76504; }
span { border-color: rgb(231,101,4); }
td.TdClassName
{
border-color: #E76504;
}
.TagClassName
{
border-color: #E76504;
}
</style>