Shades of Tulip Tree #EBBA3D
Tints of Tulip Tree #EBBA3D
RGB
CMYK
RGB Variations
Color information
#EBBA3D (or 0xEBBA3D) is known color: Tulip Tree. HEX triplet: EB, BA and 3D. RGB value is (235,186,61). Sum of RGB (Red+Green+Blue) = 235+186+61=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA3D is #1445C2. Grayscale: #BABABA. Windows color (decimal): -1328579 or 4045547. OLE color: 4045547.
HSL color Cylindrical-coordinate representation of color #EBBA3D: hue angle of 43.1º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBBA3D is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 61 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.08 |
| HSL | 43.1º | 0.81% | 0.58% | - |
| HSV(B) | 43.1º | 0.74% | 0.92% | - |
| XYZ | 52.66 | 53.12 | 11.89 | - |
| YUV | 186.4 | 57.23 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 61 | 0 | 0.21 | 0.74 | 0.08 | 43.1 | 0.81 | 0.58 |
| Hex | EB | BA | 3D | 0 | 15 | 4A | 8 | 2B | 51 | 3A |
| Octal | 353 | 272 | 75 | 0 | 25 | 112 | 10 | 53 | 121 | 72 |
| Binary | 11101011 | 10111010 | 111101 | 0 | 10101 | 1001010 | 1000 | 101011 | 1010001 | 111010 |
Color Harmonies of #EBBA3D
Complementary color
Monochromatic Colors of #EBBA3D
Black with #EBBA3D
Text Example
Text Example
White with #EBBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA3D; }
p { color: rgb(235,186,61); }
H1.HeaderClassName
{
color: #EBBA3D;
}
.AnyTagClassName
{
color: #EBBA3D;
}
</style>
background-color css
<style>
a { background-color: #EBBA3D; }
a { background-color: rgb(235,186,61); }
div.DivClassName
{
background-color: #EBBA3D;
}
.BgClassName
{
background-color: #EBBA3D;
}
</style>
border-color css
<style>
span { border-color: #EBBA3D; }
span { border-color: rgb(235,186,61); }
td.TdClassName
{
border-color: #EBBA3D;
}
.TagClassName
{
border-color: #EBBA3D;
}
</style>