Shades of Tulip Tree #E5BA42
Tints of Tulip Tree #E5BA42
RGB
CMYK
RGB Variations
Color information
#E5BA42 (or 0xE5BA42) is known color: Tulip Tree. HEX triplet: E5, BA and 42. RGB value is (229,186,66). Sum of RGB (Red+Green+Blue) = 229+186+66=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA42 is #1A45BD. Grayscale: #B9B9B9. Windows color (decimal): -1721790 or 4373221. OLE color: 4373221.
HSL color Cylindrical-coordinate representation of color #E5BA42: hue angle of 44.17º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5BA42 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 66 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.10 |
| HSL | 44.17º | 0.76% | 0.58% | - |
| HSV(B) | 44.17º | 0.71% | 0.9% | - |
| XYZ | 50.86 | 52.17 | 12.54 | - |
| YUV | 185.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 66 | 0 | 0.19 | 0.71 | 0.10 | 44.17 | 0.76 | 0.58 |
| Hex | E5 | BA | 42 | 0 | 13 | 47 | A | 2C | 4C | 3A |
| Octal | 345 | 272 | 102 | 0 | 23 | 107 | 12 | 54 | 114 | 72 |
| Binary | 11100101 | 10111010 | 1000010 | 0 | 10011 | 1000111 | 1010 | 101100 | 1001100 | 111010 |
Color Harmonies of #E5BA42
Complementary color
Monochromatic Colors of #E5BA42
Black with #E5BA42
Text Example
Text Example
White with #E5BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA42; }
p { color: rgb(229,186,66); }
H1.HeaderClassName
{
color: #E5BA42;
}
.AnyTagClassName
{
color: #E5BA42;
}
</style>
background-color css
<style>
a { background-color: #E5BA42; }
a { background-color: rgb(229,186,66); }
div.DivClassName
{
background-color: #E5BA42;
}
.BgClassName
{
background-color: #E5BA42;
}
</style>
border-color css
<style>
span { border-color: #E5BA42; }
span { border-color: rgb(229,186,66); }
td.TdClassName
{
border-color: #E5BA42;
}
.TagClassName
{
border-color: #E5BA42;
}
</style>