Shades of Tulip Tree #EBAB44
Tints of Tulip Tree #EBAB44
RGB
CMYK
RGB Variations
Color information
#EBAB44 (or 0xEBAB44) is known color: Tulip Tree. HEX triplet: EB, AB and 44. RGB value is (235,171,68). Sum of RGB (Red+Green+Blue) = 235+171+68=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB44 is #1454BB. Grayscale: #B2B2B2. Windows color (decimal): -1332412 or 4500459. OLE color: 4500459.
HSL color Cylindrical-coordinate representation of color #EBAB44: hue angle of 37.01º 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 #EBAB44 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 68 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.08 |
| HSL | 37.01º | 0.81% | 0.59% | - |
| HSV(B) | 37.01º | 0.71% | 0.92% | - |
| XYZ | 49.87 | 47.21 | 11.95 | - |
| YUV | 178.39 | 65.7 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 68 | 0 | 0.27 | 0.71 | 0.08 | 37.01 | 0.81 | 0.59 |
| Hex | EB | AB | 44 | 0 | 1B | 47 | 8 | 25 | 51 | 3B |
| Octal | 353 | 253 | 104 | 0 | 33 | 107 | 10 | 45 | 121 | 73 |
| Binary | 11101011 | 10101011 | 1000100 | 0 | 11011 | 1000111 | 1000 | 100101 | 1010001 | 111011 |
Color Harmonies of #EBAB44
Complementary color
Monochromatic Colors of #EBAB44
Black with #EBAB44
Text Example
Text Example
White with #EBAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB44; }
p { color: rgb(235,171,68); }
H1.HeaderClassName
{
color: #EBAB44;
}
.AnyTagClassName
{
color: #EBAB44;
}
</style>
background-color css
<style>
a { background-color: #EBAB44; }
a { background-color: rgb(235,171,68); }
div.DivClassName
{
background-color: #EBAB44;
}
.BgClassName
{
background-color: #EBAB44;
}
</style>
border-color css
<style>
span { border-color: #EBAB44; }
span { border-color: rgb(235,171,68); }
td.TdClassName
{
border-color: #EBAB44;
}
.TagClassName
{
border-color: #EBAB44;
}
</style>