Shades of Mango Tango #E3800F
Tints of Mango Tango #E3800F
RGB
CMYK
RGB Variations
Color information
#E3800F (or 0xE3800F) is known color: Mango Tango. HEX triplet: E3, 80 and 0F. RGB value is (227,128,15). Sum of RGB (Red+Green+Blue) = 227+128+15=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E3800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3800F is #1C7FF0. Grayscale: #919191. Windows color (decimal): -1867761 or 1016035. OLE color: 1016035.
HSL color Cylindrical-coordinate representation of color #E3800F: hue angle of 31.98º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3800F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 15 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.11 |
| HSL | 31.98º | 0.88% | 0.47% | - |
| HSV(B) | 31.98º | 0.93% | 0.89% | - |
| XYZ | 39.48 | 31.8 | 4.51 | - |
| YUV | 144.72 | 54.8 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 15 | 0 | 0.44 | 0.93 | 0.11 | 31.98 | 0.88 | 0.47 |
| Hex | E3 | 80 | F | 0 | 2C | 5D | B | 20 | 58 | 2F |
| Octal | 343 | 200 | 17 | 0 | 54 | 135 | 13 | 40 | 130 | 57 |
| Binary | 11100011 | 10000000 | 1111 | 0 | 101100 | 1011101 | 1011 | 100000 | 1011000 | 101111 |
Color Harmonies of #E3800F
Complementary color
Monochromatic Colors of #E3800F
Black with #E3800F
Text Example
Text Example
White with #E3800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3800F; }
p { color: rgb(227,128,15); }
H1.HeaderClassName
{
color: #E3800F;
}
.AnyTagClassName
{
color: #E3800F;
}
</style>
background-color css
<style>
a { background-color: #E3800F; }
a { background-color: rgb(227,128,15); }
div.DivClassName
{
background-color: #E3800F;
}
.BgClassName
{
background-color: #E3800F;
}
</style>
border-color css
<style>
span { border-color: #E3800F; }
span { border-color: rgb(227,128,15); }
td.TdClassName
{
border-color: #E3800F;
}
.TagClassName
{
border-color: #E3800F;
}
</style>