Shades of Tulip Tree #EBA945
Tints of Tulip Tree #EBA945
RGB
CMYK
RGB Variations
Color information
#EBA945 (or 0xEBA945) is known color: Tulip Tree. HEX triplet: EB, A9 and 45. RGB value is (235,169,69). Sum of RGB (Red+Green+Blue) = 235+169+69=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA945 is #1456BA. Grayscale: #B1B1B1. Windows color (decimal): -1332923 or 4565483. OLE color: 4565483.
HSL color Cylindrical-coordinate representation of color #EBA945: hue angle of 36.14º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBA945 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 69 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.08 |
| HSL | 36.14º | 0.81% | 0.6% | - |
| HSV(B) | 36.14º | 0.71% | 0.92% | - |
| XYZ | 49.52 | 46.47 | 11.99 | - |
| YUV | 177.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 69 | 0 | 0.28 | 0.71 | 0.08 | 36.14 | 0.81 | 0.6 |
| Hex | EB | A9 | 45 | 0 | 1C | 47 | 8 | 24 | 51 | 3C |
| Octal | 353 | 251 | 105 | 0 | 34 | 107 | 10 | 44 | 121 | 74 |
| Binary | 11101011 | 10101001 | 1000101 | 0 | 11100 | 1000111 | 1000 | 100100 | 1010001 | 111100 |
Color Harmonies of #EBA945
Complementary color
Monochromatic Colors of #EBA945
Black with #EBA945
Text Example
Text Example
White with #EBA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA945; }
p { color: rgb(235,169,69); }
H1.HeaderClassName
{
color: #EBA945;
}
.AnyTagClassName
{
color: #EBA945;
}
</style>
background-color css
<style>
a { background-color: #EBA945; }
a { background-color: rgb(235,169,69); }
div.DivClassName
{
background-color: #EBA945;
}
.BgClassName
{
background-color: #EBA945;
}
</style>
border-color css
<style>
span { border-color: #EBA945; }
span { border-color: rgb(235,169,69); }
td.TdClassName
{
border-color: #EBA945;
}
.TagClassName
{
border-color: #EBA945;
}
</style>