Shades of Tulip Tree #E5BA43
Tints of Tulip Tree #E5BA43
RGB
CMYK
RGB Variations
Color information
#E5BA43 (or 0xE5BA43) is known color: Tulip Tree. HEX triplet: E5, BA and 43. RGB value is (229,186,67). Sum of RGB (Red+Green+Blue) = 229+186+67=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA43 is #1A45BC. Grayscale: #B9B9B9. Windows color (decimal): -1721789 or 4438757. OLE color: 4438757.
HSL color Cylindrical-coordinate representation of color #E5BA43: hue angle of 44.07º 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 #E5BA43 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 67 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.10 |
| HSL | 44.07º | 0.76% | 0.58% | - |
| HSV(B) | 44.07º | 0.71% | 0.9% | - |
| XYZ | 50.89 | 52.18 | 12.7 | - |
| YUV | 185.29 | 61.25 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 67 | 0 | 0.19 | 0.71 | 0.10 | 44.07 | 0.76 | 0.58 |
| Hex | E5 | BA | 43 | 0 | 13 | 47 | A | 2C | 4C | 3A |
| Octal | 345 | 272 | 103 | 0 | 23 | 107 | 12 | 54 | 114 | 72 |
| Binary | 11100101 | 10111010 | 1000011 | 0 | 10011 | 1000111 | 1010 | 101100 | 1001100 | 111010 |
Color Harmonies of #E5BA43
Complementary color
Monochromatic Colors of #E5BA43
Black with #E5BA43
Text Example
Text Example
White with #E5BA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA43; }
p { color: rgb(229,186,67); }
H1.HeaderClassName
{
color: #E5BA43;
}
.AnyTagClassName
{
color: #E5BA43;
}
</style>
background-color css
<style>
a { background-color: #E5BA43; }
a { background-color: rgb(229,186,67); }
div.DivClassName
{
background-color: #E5BA43;
}
.BgClassName
{
background-color: #E5BA43;
}
</style>
border-color css
<style>
span { border-color: #E5BA43; }
span { border-color: rgb(229,186,67); }
td.TdClassName
{
border-color: #E5BA43;
}
.TagClassName
{
border-color: #E5BA43;
}
</style>