Shades of Tulip Tree #E7BA40
Tints of Tulip Tree #E7BA40
RGB
CMYK
RGB Variations
Color information
#E7BA40 (or 0xE7BA40) is known color: Tulip Tree. HEX triplet: E7, BA and 40. RGB value is (231,186,64). Sum of RGB (Red+Green+Blue) = 231+186+64=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BA40 is #1845BF. Grayscale: #BABABA. Windows color (decimal): -1590720 or 4242151. OLE color: 4242151.
HSL color Cylindrical-coordinate representation of color #E7BA40: hue angle of 43.83º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7BA40 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 64 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.09 |
| HSL | 43.83º | 0.78% | 0.58% | - |
| HSV(B) | 43.83º | 0.72% | 0.91% | - |
| XYZ | 51.44 | 52.48 | 12.27 | - |
| YUV | 185.55 | 59.41 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 64 | 0 | 0.19 | 0.72 | 0.09 | 43.83 | 0.78 | 0.58 |
| Hex | E7 | BA | 40 | 0 | 13 | 48 | 9 | 2C | 4E | 3A |
| Octal | 347 | 272 | 100 | 0 | 23 | 110 | 11 | 54 | 116 | 72 |
| Binary | 11100111 | 10111010 | 1000000 | 0 | 10011 | 1001000 | 1001 | 101100 | 1001110 | 111010 |
Color Harmonies of #E7BA40
Complementary color
Monochromatic Colors of #E7BA40
Black with #E7BA40
Text Example
Text Example
White with #E7BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA40; }
p { color: rgb(231,186,64); }
H1.HeaderClassName
{
color: #E7BA40;
}
.AnyTagClassName
{
color: #E7BA40;
}
</style>
background-color css
<style>
a { background-color: #E7BA40; }
a { background-color: rgb(231,186,64); }
div.DivClassName
{
background-color: #E7BA40;
}
.BgClassName
{
background-color: #E7BA40;
}
</style>
border-color css
<style>
span { border-color: #E7BA40; }
span { border-color: rgb(231,186,64); }
td.TdClassName
{
border-color: #E7BA40;
}
.TagClassName
{
border-color: #E7BA40;
}
</style>