Shades of Tulip Tree #E9BC40
Tints of Tulip Tree #E9BC40
RGB
CMYK
RGB Variations
Color information
#E9BC40 (or 0xE9BC40) is known color: Tulip Tree. HEX triplet: E9, BC and 40. RGB value is (233,188,64). Sum of RGB (Red+Green+Blue) = 233+188+64=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BC40 is #1643BF. Grayscale: #BBBBBB. Windows color (decimal): -1459136 or 4242665. OLE color: 4242665.
HSL color Cylindrical-coordinate representation of color #E9BC40: hue angle of 44.02º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9BC40 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 64 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.09 |
| HSL | 44.02º | 0.79% | 0.58% | - |
| HSV(B) | 44.02º | 0.73% | 0.91% | - |
| XYZ | 52.51 | 53.66 | 12.44 | - |
| YUV | 187.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 64 | 0 | 0.19 | 0.73 | 0.09 | 44.02 | 0.79 | 0.58 |
| Hex | E9 | BC | 40 | 0 | 13 | 49 | 9 | 2C | 4F | 3A |
| Octal | 351 | 274 | 100 | 0 | 23 | 111 | 11 | 54 | 117 | 72 |
| Binary | 11101001 | 10111100 | 1000000 | 0 | 10011 | 1001001 | 1001 | 101100 | 1001111 | 111010 |
Color Harmonies of #E9BC40
Complementary color
Monochromatic Colors of #E9BC40
Black with #E9BC40
Text Example
Text Example
White with #E9BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC40; }
p { color: rgb(233,188,64); }
H1.HeaderClassName
{
color: #E9BC40;
}
.AnyTagClassName
{
color: #E9BC40;
}
</style>
background-color css
<style>
a { background-color: #E9BC40; }
a { background-color: rgb(233,188,64); }
div.DivClassName
{
background-color: #E9BC40;
}
.BgClassName
{
background-color: #E9BC40;
}
</style>
border-color css
<style>
span { border-color: #E9BC40; }
span { border-color: rgb(233,188,64); }
td.TdClassName
{
border-color: #E9BC40;
}
.TagClassName
{
border-color: #E9BC40;
}
</style>