Shades of Mango Tango #E18100
Tints of Mango Tango #E18100
RGB
CMYK
RGB Variations
Color information
#E18100 (or 0xE18100) is known color: Mango Tango. HEX triplet: E1, 81 and 00. RGB value is (225,129,0). Sum of RGB (Red+Green+Blue) = 225+129+0=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E18100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18100 is #1E7EFF. Grayscale: #8F8F8F. Windows color (decimal): -1998592 or 33249. OLE color: 33249.
HSL color Cylindrical-coordinate representation of color #E18100: hue angle of 34.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E18100 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.12 |
| HSL | 34.4º | 1% | 0.44% | - |
| HSV(B) | 34.4º | 1% | 0.88% | - |
| XYZ | 38.9 | 31.71 | 4.07 | - |
| YUV | 143 | 47.3 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 0 | 0 | 0.43 | 1 | 0.12 | 34.4 | 1 | 0.44 |
| Hex | E1 | 81 | 0 | 0 | 2B | 64 | C | 22 | 64 | 2C |
| Octal | 341 | 201 | 0 | 0 | 53 | 144 | 14 | 42 | 144 | 54 |
| Binary | 11100001 | 10000001 | 0 | 0 | 101011 | 1100100 | 1100 | 100010 | 1100100 | 101100 |
Color Harmonies of #E18100
Complementary color
Monochromatic Colors of #E18100
Black with #E18100
Text Example
Text Example
White with #E18100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18100; }
p { color: rgb(225,129,0); }
H1.HeaderClassName
{
color: #E18100;
}
.AnyTagClassName
{
color: #E18100;
}
</style>
background-color css
<style>
a { background-color: #E18100; }
a { background-color: rgb(225,129,0); }
div.DivClassName
{
background-color: #E18100;
}
.BgClassName
{
background-color: #E18100;
}
</style>
border-color css
<style>
span { border-color: #E18100; }
span { border-color: rgb(225,129,0); }
td.TdClassName
{
border-color: #E18100;
}
.TagClassName
{
border-color: #E18100;
}
</style>