Shades of Tulip Tree #EBA73C
Tints of Tulip Tree #EBA73C
RGB
CMYK
RGB Variations
Color information
#EBA73C (or 0xEBA73C) is known color: Tulip Tree. HEX triplet: EB, A7 and 3C. RGB value is (235,167,60). Sum of RGB (Red+Green+Blue) = 235+167+60=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA73C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA73C is #1458C3. Grayscale: #AFAFAF. Windows color (decimal): -1333444 or 3975147. OLE color: 3975147.
HSL color Cylindrical-coordinate representation of color #EBA73C: hue angle of 36.69º 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 #EBA73C is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 60 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.08 |
| HSL | 36.69º | 0.81% | 0.58% | - |
| HSV(B) | 36.69º | 0.74% | 0.92% | - |
| XYZ | 48.9 | 45.63 | 10.5 | - |
| YUV | 175.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 60 | 0 | 0.29 | 0.74 | 0.08 | 36.69 | 0.81 | 0.58 |
| Hex | EB | A7 | 3C | 0 | 1D | 4A | 8 | 25 | 51 | 3A |
| Octal | 353 | 247 | 74 | 0 | 35 | 112 | 10 | 45 | 121 | 72 |
| Binary | 11101011 | 10100111 | 111100 | 0 | 11101 | 1001010 | 1000 | 100101 | 1010001 | 111010 |
Color Harmonies of #EBA73C
Complementary color
Monochromatic Colors of #EBA73C
Black with #EBA73C
Text Example
Text Example
White with #EBA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA73C; }
p { color: rgb(235,167,60); }
H1.HeaderClassName
{
color: #EBA73C;
}
.AnyTagClassName
{
color: #EBA73C;
}
</style>
background-color css
<style>
a { background-color: #EBA73C; }
a { background-color: rgb(235,167,60); }
div.DivClassName
{
background-color: #EBA73C;
}
.BgClassName
{
background-color: #EBA73C;
}
</style>
border-color css
<style>
span { border-color: #EBA73C; }
span { border-color: rgb(235,167,60); }
td.TdClassName
{
border-color: #EBA73C;
}
.TagClassName
{
border-color: #EBA73C;
}
</style>