Shades of Tulip Tree #EBBA40
Tints of Tulip Tree #EBBA40
RGB
CMYK
RGB Variations
Color information
#EBBA40 (or 0xEBBA40) is known color: Tulip Tree. HEX triplet: EB, BA and 40. RGB value is (235,186,64). Sum of RGB (Red+Green+Blue) = 235+186+64=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA40 is #1445BF. Grayscale: #BBBBBB. Windows color (decimal): -1328576 or 4242155. OLE color: 4242155.
HSL color Cylindrical-coordinate representation of color #EBBA40: hue angle of 42.81º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBBA40 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 64 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.08 |
| HSL | 42.81º | 0.81% | 0.59% | - |
| HSV(B) | 42.81º | 0.73% | 0.92% | - |
| XYZ | 52.75 | 53.15 | 12.33 | - |
| YUV | 186.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 64 | 0 | 0.21 | 0.73 | 0.08 | 42.81 | 0.81 | 0.59 |
| Hex | EB | BA | 40 | 0 | 15 | 49 | 8 | 2B | 51 | 3B |
| Octal | 353 | 272 | 100 | 0 | 25 | 111 | 10 | 53 | 121 | 73 |
| Binary | 11101011 | 10111010 | 1000000 | 0 | 10101 | 1001001 | 1000 | 101011 | 1010001 | 111011 |
Color Harmonies of #EBBA40
Complementary color
Monochromatic Colors of #EBBA40
Black with #EBBA40
Text Example
Text Example
White with #EBBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA40; }
p { color: rgb(235,186,64); }
H1.HeaderClassName
{
color: #EBBA40;
}
.AnyTagClassName
{
color: #EBBA40;
}
</style>
background-color css
<style>
a { background-color: #EBBA40; }
a { background-color: rgb(235,186,64); }
div.DivClassName
{
background-color: #EBBA40;
}
.BgClassName
{
background-color: #EBBA40;
}
</style>
border-color css
<style>
span { border-color: #EBBA40; }
span { border-color: rgb(235,186,64); }
td.TdClassName
{
border-color: #EBBA40;
}
.TagClassName
{
border-color: #EBBA40;
}
</style>