Shades of Tulip Tree #EBAD40
Tints of Tulip Tree #EBAD40
RGB
CMYK
RGB Variations
Color information
#EBAD40 (or 0xEBAD40) is known color: Tulip Tree. HEX triplet: EB, AD and 40. RGB value is (235,173,64). Sum of RGB (Red+Green+Blue) = 235+173+64=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAD40 is #1452BF. Grayscale: #B3B3B3. Windows color (decimal): -1331904 or 4238827. OLE color: 4238827.
HSL color Cylindrical-coordinate representation of color #EBAD40: hue angle of 38.25º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBAD40 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 64 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.08 |
| HSL | 38.25º | 0.81% | 0.59% | - |
| HSV(B) | 38.25º | 0.73% | 0.92% | - |
| XYZ | 50.13 | 47.92 | 11.46 | - |
| YUV | 179.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 64 | 0 | 0.26 | 0.73 | 0.08 | 38.25 | 0.81 | 0.59 |
| Hex | EB | AD | 40 | 0 | 1A | 49 | 8 | 26 | 51 | 3B |
| Octal | 353 | 255 | 100 | 0 | 32 | 111 | 10 | 46 | 121 | 73 |
| Binary | 11101011 | 10101101 | 1000000 | 0 | 11010 | 1001001 | 1000 | 100110 | 1010001 | 111011 |
Color Harmonies of #EBAD40
Complementary color
Monochromatic Colors of #EBAD40
Black with #EBAD40
Text Example
Text Example
White with #EBAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAD40; }
p { color: rgb(235,173,64); }
H1.HeaderClassName
{
color: #EBAD40;
}
.AnyTagClassName
{
color: #EBAD40;
}
</style>
background-color css
<style>
a { background-color: #EBAD40; }
a { background-color: rgb(235,173,64); }
div.DivClassName
{
background-color: #EBAD40;
}
.BgClassName
{
background-color: #EBAD40;
}
</style>
border-color css
<style>
span { border-color: #EBAD40; }
span { border-color: rgb(235,173,64); }
td.TdClassName
{
border-color: #EBAD40;
}
.TagClassName
{
border-color: #EBAD40;
}
</style>