Shades of Mango Tango #E08101
Tints of Mango Tango #E08101
RGB
CMYK
RGB Variations
Color information
#E08101 (or 0xE08101) is known color: Mango Tango. HEX triplet: E0, 81 and 01. RGB value is (224,129,1). Sum of RGB (Red+Green+Blue) = 224+129+1=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E08101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08101 is #1F7EFE. Grayscale: #8F8F8F. Windows color (decimal): -2064127 or 98784. OLE color: 98784.
HSL color Cylindrical-coordinate representation of color #E08101: hue angle of 34.44º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E08101 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.12 |
| HSL | 34.44º | 0.99% | 0.44% | - |
| HSV(B) | 34.44º | 1% | 0.88% | - |
| XYZ | 38.6 | 31.55 | 4.08 | - |
| YUV | 142.81 | 47.97 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 1 | 0 | 0.42 | 1.00 | 0.12 | 34.44 | 0.99 | 0.44 |
| Hex | E0 | 81 | 1 | 0 | 2A | 64 | C | 22 | 63 | 2C |
| Octal | 340 | 201 | 1 | 0 | 52 | 144 | 14 | 42 | 143 | 54 |
| Binary | 11100000 | 10000001 | 1 | 0 | 101010 | 1100100 | 1100 | 100010 | 1100011 | 101100 |
Color Harmonies of #E08101
Complementary color
Monochromatic Colors of #E08101
Black with #E08101
Text Example
Text Example
White with #E08101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08101; }
p { color: rgb(224,129,1); }
H1.HeaderClassName
{
color: #E08101;
}
.AnyTagClassName
{
color: #E08101;
}
</style>
background-color css
<style>
a { background-color: #E08101; }
a { background-color: rgb(224,129,1); }
div.DivClassName
{
background-color: #E08101;
}
.BgClassName
{
background-color: #E08101;
}
</style>
border-color css
<style>
span { border-color: #E08101; }
span { border-color: rgb(224,129,1); }
td.TdClassName
{
border-color: #E08101;
}
.TagClassName
{
border-color: #E08101;
}
</style>