Shades of Tulip Tree #EBAB32
Tints of Tulip Tree #EBAB32
RGB
CMYK
RGB Variations
Color information
#EBAB32 (or 0xEBAB32) is known color: Tulip Tree. HEX triplet: EB, AB and 32. RGB value is (235,171,50). Sum of RGB (Red+Green+Blue) = 235+171+50=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB32 is #1454CD. Grayscale: #B0B0B0. Windows color (decimal): -1332430 or 3320811. OLE color: 3320811.
HSL color Cylindrical-coordinate representation of color #EBAB32: hue angle of 39.24º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBAB32 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 50 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.08 |
| HSL | 39.24º | 0.82% | 0.56% | - |
| HSV(B) | 39.24º | 0.79% | 0.92% | - |
| XYZ | 49.4 | 47.02 | 9.49 | - |
| YUV | 176.34 | 56.7 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 50 | 0 | 0.27 | 0.79 | 0.08 | 39.24 | 0.82 | 0.56 |
| Hex | EB | AB | 32 | 0 | 1B | 4F | 8 | 27 | 52 | 38 |
| Octal | 353 | 253 | 62 | 0 | 33 | 117 | 10 | 47 | 122 | 70 |
| Binary | 11101011 | 10101011 | 110010 | 0 | 11011 | 1001111 | 1000 | 100111 | 1010010 | 111000 |
Color Harmonies of #EBAB32
Complementary color
Monochromatic Colors of #EBAB32
Black with #EBAB32
Text Example
Text Example
White with #EBAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB32; }
p { color: rgb(235,171,50); }
H1.HeaderClassName
{
color: #EBAB32;
}
.AnyTagClassName
{
color: #EBAB32;
}
</style>
background-color css
<style>
a { background-color: #EBAB32; }
a { background-color: rgb(235,171,50); }
div.DivClassName
{
background-color: #EBAB32;
}
.BgClassName
{
background-color: #EBAB32;
}
</style>
border-color css
<style>
span { border-color: #EBAB32; }
span { border-color: rgb(235,171,50); }
td.TdClassName
{
border-color: #EBAB32;
}
.TagClassName
{
border-color: #EBAB32;
}
</style>