Shades of Tulip Tree #EBAB41
Tints of Tulip Tree #EBAB41
RGB
CMYK
RGB Variations
Color information
#EBAB41 (or 0xEBAB41) is known color: Tulip Tree. HEX triplet: EB, AB and 41. RGB value is (235,171,65). Sum of RGB (Red+Green+Blue) = 235+171+65=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB41 is #1454BE. Grayscale: #B2B2B2. Windows color (decimal): -1332415 or 4303851. OLE color: 4303851.
HSL color Cylindrical-coordinate representation of color #EBAB41: hue angle of 37.41º 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 #EBAB41 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 65 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.08 |
| HSL | 37.41º | 0.81% | 0.59% | - |
| HSV(B) | 37.41º | 0.72% | 0.92% | - |
| XYZ | 49.78 | 47.17 | 11.48 | - |
| YUV | 178.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 65 | 0 | 0.27 | 0.72 | 0.08 | 37.41 | 0.81 | 0.59 |
| Hex | EB | AB | 41 | 0 | 1B | 48 | 8 | 25 | 51 | 3B |
| Octal | 353 | 253 | 101 | 0 | 33 | 110 | 10 | 45 | 121 | 73 |
| Binary | 11101011 | 10101011 | 1000001 | 0 | 11011 | 1001000 | 1000 | 100101 | 1010001 | 111011 |
Color Harmonies of #EBAB41
Complementary color
Monochromatic Colors of #EBAB41
Black with #EBAB41
Text Example
Text Example
White with #EBAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB41; }
p { color: rgb(235,171,65); }
H1.HeaderClassName
{
color: #EBAB41;
}
.AnyTagClassName
{
color: #EBAB41;
}
</style>
background-color css
<style>
a { background-color: #EBAB41; }
a { background-color: rgb(235,171,65); }
div.DivClassName
{
background-color: #EBAB41;
}
.BgClassName
{
background-color: #EBAB41;
}
</style>
border-color css
<style>
span { border-color: #EBAB41; }
span { border-color: rgb(235,171,65); }
td.TdClassName
{
border-color: #EBAB41;
}
.TagClassName
{
border-color: #EBAB41;
}
</style>