Shades of Tulip Tree #EBAB3A
Tints of Tulip Tree #EBAB3A
RGB
CMYK
RGB Variations
Color information
#EBAB3A (or 0xEBAB3A) is known color: Tulip Tree. HEX triplet: EB, AB and 3A. RGB value is (235,171,58). Sum of RGB (Red+Green+Blue) = 235+171+58=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB3A is #1454C5. Grayscale: #B1B1B1. Windows color (decimal): -1332422 or 3845099. OLE color: 3845099.
HSL color Cylindrical-coordinate representation of color #EBAB3A: hue angle of 38.31º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBAB3A is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 58 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.08 |
| HSL | 38.31º | 0.82% | 0.57% | - |
| HSV(B) | 38.31º | 0.75% | 0.92% | - |
| XYZ | 49.59 | 47.09 | 10.48 | - |
| YUV | 177.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 58 | 0 | 0.27 | 0.75 | 0.08 | 38.31 | 0.82 | 0.57 |
| Hex | EB | AB | 3A | 0 | 1B | 4B | 8 | 26 | 52 | 39 |
| Octal | 353 | 253 | 72 | 0 | 33 | 113 | 10 | 46 | 122 | 71 |
| Binary | 11101011 | 10101011 | 111010 | 0 | 11011 | 1001011 | 1000 | 100110 | 1010010 | 111001 |
Color Harmonies of #EBAB3A
Complementary color
Monochromatic Colors of #EBAB3A
Black with #EBAB3A
Text Example
Text Example
White with #EBAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB3A; }
p { color: rgb(235,171,58); }
H1.HeaderClassName
{
color: #EBAB3A;
}
.AnyTagClassName
{
color: #EBAB3A;
}
</style>
background-color css
<style>
a { background-color: #EBAB3A; }
a { background-color: rgb(235,171,58); }
div.DivClassName
{
background-color: #EBAB3A;
}
.BgClassName
{
background-color: #EBAB3A;
}
</style>
border-color css
<style>
span { border-color: #EBAB3A; }
span { border-color: rgb(235,171,58); }
td.TdClassName
{
border-color: #EBAB3A;
}
.TagClassName
{
border-color: #EBAB3A;
}
</style>