Shades of Tulip Tree #EBA93A
Tints of Tulip Tree #EBA93A
RGB
CMYK
RGB Variations
Color information
#EBA93A (or 0xEBA93A) is known color: Tulip Tree. HEX triplet: EB, A9 and 3A. RGB value is (235,169,58). Sum of RGB (Red+Green+Blue) = 235+169+58=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA93A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA93A is #1456C5. Grayscale: #B0B0B0. Windows color (decimal): -1332934 or 3844587. OLE color: 3844587.
HSL color Cylindrical-coordinate representation of color #EBA93A: hue angle of 37.63º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBA93A is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 58 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.08 |
| HSL | 37.63º | 0.82% | 0.57% | - |
| HSV(B) | 37.63º | 0.75% | 0.92% | - |
| XYZ | 49.21 | 46.34 | 10.35 | - |
| YUV | 176.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 58 | 0 | 0.28 | 0.75 | 0.08 | 37.63 | 0.82 | 0.57 |
| Hex | EB | A9 | 3A | 0 | 1C | 4B | 8 | 26 | 52 | 39 |
| Octal | 353 | 251 | 72 | 0 | 34 | 113 | 10 | 46 | 122 | 71 |
| Binary | 11101011 | 10101001 | 111010 | 0 | 11100 | 1001011 | 1000 | 100110 | 1010010 | 111001 |
Color Harmonies of #EBA93A
Complementary color
Monochromatic Colors of #EBA93A
Black with #EBA93A
Text Example
Text Example
White with #EBA93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA93A; }
p { color: rgb(235,169,58); }
H1.HeaderClassName
{
color: #EBA93A;
}
.AnyTagClassName
{
color: #EBA93A;
}
</style>
background-color css
<style>
a { background-color: #EBA93A; }
a { background-color: rgb(235,169,58); }
div.DivClassName
{
background-color: #EBA93A;
}
.BgClassName
{
background-color: #EBA93A;
}
</style>
border-color css
<style>
span { border-color: #EBA93A; }
span { border-color: rgb(235,169,58); }
td.TdClassName
{
border-color: #EBA93A;
}
.TagClassName
{
border-color: #EBA93A;
}
</style>