Shades of Tulip Tree #EBA644
Tints of Tulip Tree #EBA644
RGB
CMYK
RGB Variations
Color information
#EBA644 (or 0xEBA644) is known color: Tulip Tree. HEX triplet: EB, A6 and 44. RGB value is (235,166,68). Sum of RGB (Red+Green+Blue) = 235+166+68=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA644 is #1459BB. Grayscale: #AFAFAF. Windows color (decimal): -1333692 or 4499179. OLE color: 4499179.
HSL color Cylindrical-coordinate representation of color #EBA644: hue angle of 35.21º 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 #EBA644 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 68 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.08 |
| HSL | 35.21º | 0.81% | 0.59% | - |
| HSV(B) | 35.21º | 0.71% | 0.92% | - |
| XYZ | 48.94 | 45.35 | 11.64 | - |
| YUV | 175.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 68 | 0 | 0.29 | 0.71 | 0.08 | 35.21 | 0.81 | 0.59 |
| Hex | EB | A6 | 44 | 0 | 1D | 47 | 8 | 23 | 51 | 3B |
| Octal | 353 | 246 | 104 | 0 | 35 | 107 | 10 | 43 | 121 | 73 |
| Binary | 11101011 | 10100110 | 1000100 | 0 | 11101 | 1000111 | 1000 | 100011 | 1010001 | 111011 |
Color Harmonies of #EBA644
Complementary color
Monochromatic Colors of #EBA644
Black with #EBA644
Text Example
Text Example
White with #EBA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA644; }
p { color: rgb(235,166,68); }
H1.HeaderClassName
{
color: #EBA644;
}
.AnyTagClassName
{
color: #EBA644;
}
</style>
background-color css
<style>
a { background-color: #EBA644; }
a { background-color: rgb(235,166,68); }
div.DivClassName
{
background-color: #EBA644;
}
.BgClassName
{
background-color: #EBA644;
}
</style>
border-color css
<style>
span { border-color: #EBA644; }
span { border-color: rgb(235,166,68); }
td.TdClassName
{
border-color: #EBA644;
}
.TagClassName
{
border-color: #EBA644;
}
</style>