Shades of Tulip Tree #EBA847
Tints of Tulip Tree #EBA847
RGB
CMYK
RGB Variations
Color information
#EBA847 (or 0xEBA847) is known color: Tulip Tree. HEX triplet: EB, A8 and 47. RGB value is (235,168,71). Sum of RGB (Red+Green+Blue) = 235+168+71=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA847 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA847 is #1457B8. Grayscale: #B1B1B1. Windows color (decimal): -1333177 or 4696299. OLE color: 4696299.
HSL color Cylindrical-coordinate representation of color #EBA847: hue angle of 35.49º 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 #EBA847 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 71 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.08 |
| HSL | 35.49º | 0.8% | 0.6% | - |
| HSV(B) | 35.49º | 0.7% | 0.92% | - |
| XYZ | 49.4 | 46.12 | 12.26 | - |
| YUV | 176.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 71 | 0 | 0.29 | 0.70 | 0.08 | 35.49 | 0.8 | 0.6 |
| Hex | EB | A8 | 47 | 0 | 1D | 46 | 8 | 23 | 50 | 3C |
| Octal | 353 | 250 | 107 | 0 | 35 | 106 | 10 | 43 | 120 | 74 |
| Binary | 11101011 | 10101000 | 1000111 | 0 | 11101 | 1000110 | 1000 | 100011 | 1010000 | 111100 |
Color Harmonies of #EBA847
Complementary color
Monochromatic Colors of #EBA847
Black with #EBA847
Text Example
Text Example
White with #EBA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA847; }
p { color: rgb(235,168,71); }
H1.HeaderClassName
{
color: #EBA847;
}
.AnyTagClassName
{
color: #EBA847;
}
</style>
background-color css
<style>
a { background-color: #EBA847; }
a { background-color: rgb(235,168,71); }
div.DivClassName
{
background-color: #EBA847;
}
.BgClassName
{
background-color: #EBA847;
}
</style>
border-color css
<style>
span { border-color: #EBA847; }
span { border-color: rgb(235,168,71); }
td.TdClassName
{
border-color: #EBA847;
}
.TagClassName
{
border-color: #EBA847;
}
</style>