Shades of Tulip Tree #EBA93B
Tints of Tulip Tree #EBA93B
RGB
CMYK
RGB Variations
Color information
#EBA93B (or 0xEBA93B) is known color: Tulip Tree. HEX triplet: EB, A9 and 3B. RGB value is (235,169,59). Sum of RGB (Red+Green+Blue) = 235+169+59=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA93B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA93B is #1456C4. Grayscale: #B0B0B0. Windows color (decimal): -1332933 or 3910123. OLE color: 3910123.
HSL color Cylindrical-coordinate representation of color #EBA93B: hue angle of 37.5º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBA93B is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 59 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.08 |
| HSL | 37.5º | 0.81% | 0.58% | - |
| HSV(B) | 37.5º | 0.75% | 0.92% | - |
| XYZ | 49.24 | 46.35 | 10.49 | - |
| YUV | 176.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 59 | 0 | 0.28 | 0.75 | 0.08 | 37.5 | 0.81 | 0.58 |
| Hex | EB | A9 | 3B | 0 | 1C | 4B | 8 | 26 | 51 | 3A |
| Octal | 353 | 251 | 73 | 0 | 34 | 113 | 10 | 46 | 121 | 72 |
| Binary | 11101011 | 10101001 | 111011 | 0 | 11100 | 1001011 | 1000 | 100110 | 1010001 | 111010 |
Color Harmonies of #EBA93B
Complementary color
Monochromatic Colors of #EBA93B
Black with #EBA93B
Text Example
Text Example
White with #EBA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA93B; }
p { color: rgb(235,169,59); }
H1.HeaderClassName
{
color: #EBA93B;
}
.AnyTagClassName
{
color: #EBA93B;
}
</style>
background-color css
<style>
a { background-color: #EBA93B; }
a { background-color: rgb(235,169,59); }
div.DivClassName
{
background-color: #EBA93B;
}
.BgClassName
{
background-color: #EBA93B;
}
</style>
border-color css
<style>
span { border-color: #EBA93B; }
span { border-color: rgb(235,169,59); }
td.TdClassName
{
border-color: #EBA93B;
}
.TagClassName
{
border-color: #EBA93B;
}
</style>