Shades of Tulip Tree #EBAA40
Tints of Tulip Tree #EBAA40
RGB
CMYK
RGB Variations
Color information
#EBAA40 (or 0xEBAA40) is known color: Tulip Tree. HEX triplet: EB, AA and 40. RGB value is (235,170,64). Sum of RGB (Red+Green+Blue) = 235+170+64=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA40 is #1455BF. Grayscale: #B1B1B1. Windows color (decimal): -1332672 or 4238059. OLE color: 4238059.
HSL color Cylindrical-coordinate representation of color #EBAA40: hue angle of 37.19º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBAA40 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 64 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.08 |
| HSL | 37.19º | 0.81% | 0.59% | - |
| HSV(B) | 37.19º | 0.73% | 0.92% | - |
| XYZ | 49.56 | 46.78 | 11.27 | - |
| YUV | 177.35 | 64.03 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 64 | 0 | 0.28 | 0.73 | 0.08 | 37.19 | 0.81 | 0.59 |
| Hex | EB | AA | 40 | 0 | 1C | 49 | 8 | 25 | 51 | 3B |
| Octal | 353 | 252 | 100 | 0 | 34 | 111 | 10 | 45 | 121 | 73 |
| Binary | 11101011 | 10101010 | 1000000 | 0 | 11100 | 1001001 | 1000 | 100101 | 1010001 | 111011 |
Color Harmonies of #EBAA40
Complementary color
Monochromatic Colors of #EBAA40
Black with #EBAA40
Text Example
Text Example
White with #EBAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAA40; }
p { color: rgb(235,170,64); }
H1.HeaderClassName
{
color: #EBAA40;
}
.AnyTagClassName
{
color: #EBAA40;
}
</style>
background-color css
<style>
a { background-color: #EBAA40; }
a { background-color: rgb(235,170,64); }
div.DivClassName
{
background-color: #EBAA40;
}
.BgClassName
{
background-color: #EBAA40;
}
</style>
border-color css
<style>
span { border-color: #EBAA40; }
span { border-color: rgb(235,170,64); }
td.TdClassName
{
border-color: #EBAA40;
}
.TagClassName
{
border-color: #EBAA40;
}
</style>