Shades of Tulip Tree #E5A037
Tints of Tulip Tree #E5A037
RGB
CMYK
RGB Variations
Color information
#E5A037 (or 0xE5A037) is known color: Tulip Tree. HEX triplet: E5, A0 and 37. RGB value is (229,160,55). Sum of RGB (Red+Green+Blue) = 229+160+55=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A037 is #1A5FC8. Grayscale: #A9A9A9. Windows color (decimal): -1728457 or 3645669. OLE color: 3645669.
HSL color Cylindrical-coordinate representation of color #E5A037: hue angle of 36.21º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5A037 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 55 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.10 |
| HSL | 36.21º | 0.77% | 0.56% | - |
| HSV(B) | 36.21º | 0.76% | 0.9% | - |
| XYZ | 45.57 | 42.08 | 9.33 | - |
| YUV | 168.66 | 63.86 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 55 | 0 | 0.30 | 0.76 | 0.10 | 36.21 | 0.77 | 0.56 |
| Hex | E5 | A0 | 37 | 0 | 1E | 4C | A | 24 | 4D | 38 |
| Octal | 345 | 240 | 67 | 0 | 36 | 114 | 12 | 44 | 115 | 70 |
| Binary | 11100101 | 10100000 | 110111 | 0 | 11110 | 1001100 | 1010 | 100100 | 1001101 | 111000 |
Color Harmonies of #E5A037
Complementary color
Monochromatic Colors of #E5A037
Black with #E5A037
Text Example
Text Example
White with #E5A037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A037; }
p { color: rgb(229,160,55); }
H1.HeaderClassName
{
color: #E5A037;
}
.AnyTagClassName
{
color: #E5A037;
}
</style>
background-color css
<style>
a { background-color: #E5A037; }
a { background-color: rgb(229,160,55); }
div.DivClassName
{
background-color: #E5A037;
}
.BgClassName
{
background-color: #E5A037;
}
</style>
border-color css
<style>
span { border-color: #E5A037; }
span { border-color: rgb(229,160,55); }
td.TdClassName
{
border-color: #E5A037;
}
.TagClassName
{
border-color: #E5A037;
}
</style>