Shades of Tulip Tree #EBA941
Tints of Tulip Tree #EBA941
RGB
CMYK
RGB Variations
Color information
#EBA941 (or 0xEBA941) is known color: Tulip Tree. HEX triplet: EB, A9 and 41. RGB value is (235,169,65). Sum of RGB (Red+Green+Blue) = 235+169+65=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA941 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA941 is #1456BE. Grayscale: #B1B1B1. Windows color (decimal): -1332927 or 4303339. OLE color: 4303339.
HSL color Cylindrical-coordinate representation of color #EBA941: hue angle of 36.71º 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 #EBA941 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 65 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.08 |
| HSL | 36.71º | 0.81% | 0.59% | - |
| HSV(B) | 36.71º | 0.72% | 0.92% | - |
| XYZ | 49.4 | 46.42 | 11.36 | - |
| YUV | 176.88 | 64.87 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 65 | 0 | 0.28 | 0.72 | 0.08 | 36.71 | 0.81 | 0.59 |
| Hex | EB | A9 | 41 | 0 | 1C | 48 | 8 | 25 | 51 | 3B |
| Octal | 353 | 251 | 101 | 0 | 34 | 110 | 10 | 45 | 121 | 73 |
| Binary | 11101011 | 10101001 | 1000001 | 0 | 11100 | 1001000 | 1000 | 100101 | 1010001 | 111011 |
Color Harmonies of #EBA941
Complementary color
Monochromatic Colors of #EBA941
Black with #EBA941
Text Example
Text Example
White with #EBA941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA941; }
p { color: rgb(235,169,65); }
H1.HeaderClassName
{
color: #EBA941;
}
.AnyTagClassName
{
color: #EBA941;
}
</style>
background-color css
<style>
a { background-color: #EBA941; }
a { background-color: rgb(235,169,65); }
div.DivClassName
{
background-color: #EBA941;
}
.BgClassName
{
background-color: #EBA941;
}
</style>
border-color css
<style>
span { border-color: #EBA941; }
span { border-color: rgb(235,169,65); }
td.TdClassName
{
border-color: #EBA941;
}
.TagClassName
{
border-color: #EBA941;
}
</style>