Shades of Tulip Tree #EBA942
Tints of Tulip Tree #EBA942
RGB
CMYK
RGB Variations
Color information
#EBA942 (or 0xEBA942) is known color: Tulip Tree. HEX triplet: EB, A9 and 42. RGB value is (235,169,66). Sum of RGB (Red+Green+Blue) = 235+169+66=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA942 is #1456BD. Grayscale: #B1B1B1. Windows color (decimal): -1332926 or 4368875. OLE color: 4368875.
HSL color Cylindrical-coordinate representation of color #EBA942: hue angle of 36.57º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EBA942 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 66 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.08 |
| HSL | 36.57º | 0.81% | 0.59% | - |
| HSV(B) | 36.57º | 0.72% | 0.92% | - |
| XYZ | 49.43 | 46.43 | 11.51 | - |
| YUV | 176.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 66 | 0 | 0.28 | 0.72 | 0.08 | 36.57 | 0.81 | 0.59 |
| Hex | EB | A9 | 42 | 0 | 1C | 48 | 8 | 25 | 51 | 3B |
| Octal | 353 | 251 | 102 | 0 | 34 | 110 | 10 | 45 | 121 | 73 |
| Binary | 11101011 | 10101001 | 1000010 | 0 | 11100 | 1001000 | 1000 | 100101 | 1010001 | 111011 |
Color Harmonies of #EBA942
Complementary color
Monochromatic Colors of #EBA942
Black with #EBA942
Text Example
Text Example
White with #EBA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA942; }
p { color: rgb(235,169,66); }
H1.HeaderClassName
{
color: #EBA942;
}
.AnyTagClassName
{
color: #EBA942;
}
</style>
background-color css
<style>
a { background-color: #EBA942; }
a { background-color: rgb(235,169,66); }
div.DivClassName
{
background-color: #EBA942;
}
.BgClassName
{
background-color: #EBA942;
}
</style>
border-color css
<style>
span { border-color: #EBA942; }
span { border-color: rgb(235,169,66); }
td.TdClassName
{
border-color: #EBA942;
}
.TagClassName
{
border-color: #EBA942;
}
</style>