Shades of Tulip Tree #EBAA3E
Tints of Tulip Tree #EBAA3E
RGB
CMYK
RGB Variations
Color information
#EBAA3E (or 0xEBAA3E) is known color: Tulip Tree. HEX triplet: EB, AA and 3E. RGB value is (235,170,62). Sum of RGB (Red+Green+Blue) = 235+170+62=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA3E is #1455C1. Grayscale: #B1B1B1. Windows color (decimal): -1332674 or 4106987. OLE color: 4106987.
HSL color Cylindrical-coordinate representation of color #EBAA3E: hue angle of 37.46º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBAA3E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 62 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.08 |
| HSL | 37.46º | 0.81% | 0.58% | - |
| HSV(B) | 37.46º | 0.74% | 0.92% | - |
| XYZ | 49.51 | 46.76 | 10.97 | - |
| YUV | 177.12 | 63.03 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 62 | 0 | 0.28 | 0.74 | 0.08 | 37.46 | 0.81 | 0.58 |
| Hex | EB | AA | 3E | 0 | 1C | 4A | 8 | 25 | 51 | 3A |
| Octal | 353 | 252 | 76 | 0 | 34 | 112 | 10 | 45 | 121 | 72 |
| Binary | 11101011 | 10101010 | 111110 | 0 | 11100 | 1001010 | 1000 | 100101 | 1010001 | 111010 |
Color Harmonies of #EBAA3E
Complementary color
Monochromatic Colors of #EBAA3E
Black with #EBAA3E
Text Example
Text Example
White with #EBAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAA3E; }
p { color: rgb(235,170,62); }
H1.HeaderClassName
{
color: #EBAA3E;
}
.AnyTagClassName
{
color: #EBAA3E;
}
</style>
background-color css
<style>
a { background-color: #EBAA3E; }
a { background-color: rgb(235,170,62); }
div.DivClassName
{
background-color: #EBAA3E;
}
.BgClassName
{
background-color: #EBAA3E;
}
</style>
border-color css
<style>
span { border-color: #EBAA3E; }
span { border-color: rgb(235,170,62); }
td.TdClassName
{
border-color: #EBAA3E;
}
.TagClassName
{
border-color: #EBAA3E;
}
</style>