Shades of Mango Tango #E37B14
Tints of Mango Tango #E37B14
RGB
CMYK
RGB Variations
Color information
#E37B14 (or 0xE37B14) is known color: Mango Tango. HEX triplet: E3, 7B and 14. RGB value is (227,123,20). Sum of RGB (Red+Green+Blue) = 227+123+20=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E37B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E37B14 is #1C84EB. Grayscale: #8E8E8E. Windows color (decimal): -1869036 or 1342435. OLE color: 1342435.
HSL color Cylindrical-coordinate representation of color #E37B14: hue angle of 29.86º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E37B14 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 20 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.11 |
| HSL | 29.86º | 0.84% | 0.48% | - |
| HSV(B) | 29.86º | 0.91% | 0.89% | - |
| XYZ | 38.89 | 30.55 | 4.51 | - |
| YUV | 142.35 | 58.96 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 20 | 0 | 0.46 | 0.91 | 0.11 | 29.86 | 0.84 | 0.48 |
| Hex | E3 | 7B | 14 | 0 | 2E | 5B | B | 1E | 54 | 30 |
| Octal | 343 | 173 | 24 | 0 | 56 | 133 | 13 | 36 | 124 | 60 |
| Binary | 11100011 | 1111011 | 10100 | 0 | 101110 | 1011011 | 1011 | 11110 | 1010100 | 110000 |
Color Harmonies of #E37B14
Complementary color
Monochromatic Colors of #E37B14
Black with #E37B14
Text Example
Text Example
White with #E37B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37B14; }
p { color: rgb(227,123,20); }
H1.HeaderClassName
{
color: #E37B14;
}
.AnyTagClassName
{
color: #E37B14;
}
</style>
background-color css
<style>
a { background-color: #E37B14; }
a { background-color: rgb(227,123,20); }
div.DivClassName
{
background-color: #E37B14;
}
.BgClassName
{
background-color: #E37B14;
}
</style>
border-color css
<style>
span { border-color: #E37B14; }
span { border-color: rgb(227,123,20); }
td.TdClassName
{
border-color: #E37B14;
}
.TagClassName
{
border-color: #E37B14;
}
</style>