Shades of Tulip Tree #EBA947
Tints of Tulip Tree #EBA947
RGB
CMYK
RGB Variations
Color information
#EBA947 (or 0xEBA947) is known color: Tulip Tree. HEX triplet: EB, A9 and 47. RGB value is (235,169,71). Sum of RGB (Red+Green+Blue) = 235+169+71=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA947 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA947 is #1456B8. Grayscale: #B2B2B2. Windows color (decimal): -1332921 or 4696555. OLE color: 4696555.
HSL color Cylindrical-coordinate representation of color #EBA947: hue angle of 35.85º 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 #EBA947 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 71 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.08 |
| HSL | 35.85º | 0.8% | 0.6% | - |
| HSV(B) | 35.85º | 0.7% | 0.92% | - |
| XYZ | 49.59 | 46.49 | 12.32 | - |
| YUV | 177.56 | 67.87 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 71 | 0 | 0.28 | 0.70 | 0.08 | 35.85 | 0.8 | 0.6 |
| Hex | EB | A9 | 47 | 0 | 1C | 46 | 8 | 24 | 50 | 3C |
| Octal | 353 | 251 | 107 | 0 | 34 | 106 | 10 | 44 | 120 | 74 |
| Binary | 11101011 | 10101001 | 1000111 | 0 | 11100 | 1000110 | 1000 | 100100 | 1010000 | 111100 |
Color Harmonies of #EBA947
Complementary color
Monochromatic Colors of #EBA947
Black with #EBA947
Text Example
Text Example
White with #EBA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA947; }
p { color: rgb(235,169,71); }
H1.HeaderClassName
{
color: #EBA947;
}
.AnyTagClassName
{
color: #EBA947;
}
</style>
background-color css
<style>
a { background-color: #EBA947; }
a { background-color: rgb(235,169,71); }
div.DivClassName
{
background-color: #EBA947;
}
.BgClassName
{
background-color: #EBA947;
}
</style>
border-color css
<style>
span { border-color: #EBA947; }
span { border-color: rgb(235,169,71); }
td.TdClassName
{
border-color: #EBA947;
}
.TagClassName
{
border-color: #EBA947;
}
</style>