Shades of Tulip Tree #EBA93E
Tints of Tulip Tree #EBA93E
RGB
CMYK
RGB Variations
Color information
#EBA93E (or 0xEBA93E) is known color: Tulip Tree. HEX triplet: EB, A9 and 3E. RGB value is (235,169,62). Sum of RGB (Red+Green+Blue) = 235+169+62=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA93E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA93E is #1456C1. Grayscale: #B1B1B1. Windows color (decimal): -1332930 or 4106731. OLE color: 4106731.
HSL color Cylindrical-coordinate representation of color #EBA93E: hue angle of 37.11º 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 #EBA93E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 62 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.08 |
| HSL | 37.11º | 0.81% | 0.58% | - |
| HSV(B) | 37.11º | 0.74% | 0.92% | - |
| XYZ | 49.32 | 46.39 | 10.91 | - |
| YUV | 176.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 62 | 0 | 0.28 | 0.74 | 0.08 | 37.11 | 0.81 | 0.58 |
| Hex | EB | A9 | 3E | 0 | 1C | 4A | 8 | 25 | 51 | 3A |
| Octal | 353 | 251 | 76 | 0 | 34 | 112 | 10 | 45 | 121 | 72 |
| Binary | 11101011 | 10101001 | 111110 | 0 | 11100 | 1001010 | 1000 | 100101 | 1010001 | 111010 |
Color Harmonies of #EBA93E
Complementary color
Monochromatic Colors of #EBA93E
Black with #EBA93E
Text Example
Text Example
White with #EBA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA93E; }
p { color: rgb(235,169,62); }
H1.HeaderClassName
{
color: #EBA93E;
}
.AnyTagClassName
{
color: #EBA93E;
}
</style>
background-color css
<style>
a { background-color: #EBA93E; }
a { background-color: rgb(235,169,62); }
div.DivClassName
{
background-color: #EBA93E;
}
.BgClassName
{
background-color: #EBA93E;
}
</style>
border-color css
<style>
span { border-color: #EBA93E; }
span { border-color: rgb(235,169,62); }
td.TdClassName
{
border-color: #EBA93E;
}
.TagClassName
{
border-color: #EBA93E;
}
</style>