Shades of Tulip Tree #EBA944
Tints of Tulip Tree #EBA944
RGB
CMYK
RGB Variations
Color information
#EBA944 (or 0xEBA944) is known color: Tulip Tree. HEX triplet: EB, A9 and 44. RGB value is (235,169,68). Sum of RGB (Red+Green+Blue) = 235+169+68=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 68 (26.95% from 255 or 14.41% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA944 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA944 is #1456BB. Grayscale: #B1B1B1. Windows color (decimal): -1332924 or 4499947. OLE color: 4499947.
HSL color Cylindrical-coordinate representation of color #EBA944: hue angle of 36.29º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBA944 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 68 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.08 |
| HSL | 36.29º | 0.81% | 0.59% | - |
| HSV(B) | 36.29º | 0.71% | 0.92% | - |
| XYZ | 49.49 | 46.46 | 11.83 | - |
| YUV | 177.22 | 66.37 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 68 | 0 | 0.28 | 0.71 | 0.08 | 36.29 | 0.81 | 0.59 |
| Hex | EB | A9 | 44 | 0 | 1C | 47 | 8 | 24 | 51 | 3B |
| Octal | 353 | 251 | 104 | 0 | 34 | 107 | 10 | 44 | 121 | 73 |
| Binary | 11101011 | 10101001 | 1000100 | 0 | 11100 | 1000111 | 1000 | 100100 | 1010001 | 111011 |
Color Harmonies of #EBA944
Complementary color
Monochromatic Colors of #EBA944
Black with #EBA944
Text Example
Text Example
White with #EBA944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA944; }
p { color: rgb(235,169,68); }
H1.HeaderClassName
{
color: #EBA944;
}
.AnyTagClassName
{
color: #EBA944;
}
</style>
background-color css
<style>
a { background-color: #EBA944; }
a { background-color: rgb(235,169,68); }
div.DivClassName
{
background-color: #EBA944;
}
.BgClassName
{
background-color: #EBA944;
}
</style>
border-color css
<style>
span { border-color: #EBA944; }
span { border-color: rgb(235,169,68); }
td.TdClassName
{
border-color: #EBA944;
}
.TagClassName
{
border-color: #EBA944;
}
</style>