Shades of Tulip Tree #EBA547
Tints of Tulip Tree #EBA547
RGB
CMYK
RGB Variations
Color information
#EBA547 (or 0xEBA547) is known color: Tulip Tree. HEX triplet: EB, A5 and 47. RGB value is (235,165,71). Sum of RGB (Red+Green+Blue) = 235+165+71=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA547 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA547 is #145AB8. Grayscale: #AFAFAF. Windows color (decimal): -1333945 or 4695531. OLE color: 4695531.
HSL color Cylindrical-coordinate representation of color #EBA547: hue angle of 34.39º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBA547 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 71 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.08 |
| HSL | 34.39º | 0.8% | 0.6% | - |
| HSV(B) | 34.39º | 0.7% | 0.92% | - |
| XYZ | 48.85 | 45.03 | 12.08 | - |
| YUV | 175.21 | 69.19 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 71 | 0 | 0.30 | 0.70 | 0.08 | 34.39 | 0.8 | 0.6 |
| Hex | EB | A5 | 47 | 0 | 1E | 46 | 8 | 22 | 50 | 3C |
| Octal | 353 | 245 | 107 | 0 | 36 | 106 | 10 | 42 | 120 | 74 |
| Binary | 11101011 | 10100101 | 1000111 | 0 | 11110 | 1000110 | 1000 | 100010 | 1010000 | 111100 |
Color Harmonies of #EBA547
Complementary color
Monochromatic Colors of #EBA547
Black with #EBA547
Text Example
Text Example
White with #EBA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA547; }
p { color: rgb(235,165,71); }
H1.HeaderClassName
{
color: #EBA547;
}
.AnyTagClassName
{
color: #EBA547;
}
</style>
background-color css
<style>
a { background-color: #EBA547; }
a { background-color: rgb(235,165,71); }
div.DivClassName
{
background-color: #EBA547;
}
.BgClassName
{
background-color: #EBA547;
}
</style>
border-color css
<style>
span { border-color: #EBA547; }
span { border-color: rgb(235,165,71); }
td.TdClassName
{
border-color: #EBA547;
}
.TagClassName
{
border-color: #EBA547;
}
</style>