Shades of Tulip Tree #EBAB3C
Tints of Tulip Tree #EBAB3C
RGB
CMYK
RGB Variations
Color information
#EBAB3C (or 0xEBAB3C) is known color: Tulip Tree. HEX triplet: EB, AB and 3C. RGB value is (235,171,60). Sum of RGB (Red+Green+Blue) = 235+171+60=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB3C is #1454C3. Grayscale: #B1B1B1. Windows color (decimal): -1332420 or 3976171. OLE color: 3976171.
HSL color Cylindrical-coordinate representation of color #EBAB3C: hue angle of 38.06º 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 #EBAB3C is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 60 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.08 |
| HSL | 38.06º | 0.81% | 0.58% | - |
| HSV(B) | 38.06º | 0.74% | 0.92% | - |
| XYZ | 49.64 | 47.11 | 10.75 | - |
| YUV | 177.48 | 61.7 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 60 | 0 | 0.27 | 0.74 | 0.08 | 38.06 | 0.81 | 0.58 |
| Hex | EB | AB | 3C | 0 | 1B | 4A | 8 | 26 | 51 | 3A |
| Octal | 353 | 253 | 74 | 0 | 33 | 112 | 10 | 46 | 121 | 72 |
| Binary | 11101011 | 10101011 | 111100 | 0 | 11011 | 1001010 | 1000 | 100110 | 1010001 | 111010 |
Color Harmonies of #EBAB3C
Complementary color
Monochromatic Colors of #EBAB3C
Black with #EBAB3C
Text Example
Text Example
White with #EBAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB3C; }
p { color: rgb(235,171,60); }
H1.HeaderClassName
{
color: #EBAB3C;
}
.AnyTagClassName
{
color: #EBAB3C;
}
</style>
background-color css
<style>
a { background-color: #EBAB3C; }
a { background-color: rgb(235,171,60); }
div.DivClassName
{
background-color: #EBAB3C;
}
.BgClassName
{
background-color: #EBAB3C;
}
</style>
border-color css
<style>
span { border-color: #EBAB3C; }
span { border-color: rgb(235,171,60); }
td.TdClassName
{
border-color: #EBAB3C;
}
.TagClassName
{
border-color: #EBAB3C;
}
</style>