Shades of Tulip Tree #EBAB3E
Tints of Tulip Tree #EBAB3E
RGB
CMYK
RGB Variations
Color information
#EBAB3E (or 0xEBAB3E) is known color: Tulip Tree. HEX triplet: EB, AB and 3E. RGB value is (235,171,62). Sum of RGB (Red+Green+Blue) = 235+171+62=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB3E is #1454C1. Grayscale: #B2B2B2. Windows color (decimal): -1332418 or 4107243. OLE color: 4107243.
HSL color Cylindrical-coordinate representation of color #EBAB3E: hue angle of 37.8º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBAB3E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 62 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.08 |
| HSL | 37.8º | 0.81% | 0.58% | - |
| HSV(B) | 37.8º | 0.74% | 0.92% | - |
| XYZ | 49.69 | 47.14 | 11.04 | - |
| YUV | 177.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 62 | 0 | 0.27 | 0.74 | 0.08 | 37.8 | 0.81 | 0.58 |
| Hex | EB | AB | 3E | 0 | 1B | 4A | 8 | 26 | 51 | 3A |
| Octal | 353 | 253 | 76 | 0 | 33 | 112 | 10 | 46 | 121 | 72 |
| Binary | 11101011 | 10101011 | 111110 | 0 | 11011 | 1001010 | 1000 | 100110 | 1010001 | 111010 |
Color Harmonies of #EBAB3E
Complementary color
Monochromatic Colors of #EBAB3E
Black with #EBAB3E
Text Example
Text Example
White with #EBAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB3E; }
p { color: rgb(235,171,62); }
H1.HeaderClassName
{
color: #EBAB3E;
}
.AnyTagClassName
{
color: #EBAB3E;
}
</style>
background-color css
<style>
a { background-color: #EBAB3E; }
a { background-color: rgb(235,171,62); }
div.DivClassName
{
background-color: #EBAB3E;
}
.BgClassName
{
background-color: #EBAB3E;
}
</style>
border-color css
<style>
span { border-color: #EBAB3E; }
span { border-color: rgb(235,171,62); }
td.TdClassName
{
border-color: #EBAB3E;
}
.TagClassName
{
border-color: #EBAB3E;
}
</style>