Shades of Tulip Tree #EBA937
Tints of Tulip Tree #EBA937
RGB
CMYK
RGB Variations
Color information
#EBA937 (or 0xEBA937) is known color: Tulip Tree. HEX triplet: EB, A9 and 37. RGB value is (235,169,55). Sum of RGB (Red+Green+Blue) = 235+169+55=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 55 (21.88% from 255 or 11.98% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA937 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA937 is #1456C8. Grayscale: #B0B0B0. Windows color (decimal): -1332937 or 3647979. OLE color: 3647979.
HSL color Cylindrical-coordinate representation of color #EBA937: hue angle of 38º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBA937 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 55 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.08 |
| HSL | 38º | 0.82% | 0.57% | - |
| HSV(B) | 38º | 0.77% | 0.92% | - |
| XYZ | 49.14 | 46.31 | 9.96 | - |
| YUV | 175.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 55 | 0 | 0.28 | 0.77 | 0.08 | 38 | 0.82 | 0.57 |
| Hex | EB | A9 | 37 | 0 | 1C | 4D | 8 | 26 | 52 | 39 |
| Octal | 353 | 251 | 67 | 0 | 34 | 115 | 10 | 46 | 122 | 71 |
| Binary | 11101011 | 10101001 | 110111 | 0 | 11100 | 1001101 | 1000 | 100110 | 1010010 | 111001 |
Color Harmonies of #EBA937
Complementary color
Monochromatic Colors of #EBA937
Black with #EBA937
Text Example
Text Example
White with #EBA937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA937; }
p { color: rgb(235,169,55); }
H1.HeaderClassName
{
color: #EBA937;
}
.AnyTagClassName
{
color: #EBA937;
}
</style>
background-color css
<style>
a { background-color: #EBA937; }
a { background-color: rgb(235,169,55); }
div.DivClassName
{
background-color: #EBA937;
}
.BgClassName
{
background-color: #EBA937;
}
</style>
border-color css
<style>
span { border-color: #EBA937; }
span { border-color: rgb(235,169,55); }
td.TdClassName
{
border-color: #EBA937;
}
.TagClassName
{
border-color: #EBA937;
}
</style>