Shades of Tulip Tree #EBAD32
Tints of Tulip Tree #EBAD32
RGB
CMYK
RGB Variations
Color information
#EBAD32 (or 0xEBAD32) is known color: Tulip Tree. HEX triplet: EB, AD and 32. RGB value is (235,173,50). Sum of RGB (Red+Green+Blue) = 235+173+50=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAD32 is #1452CD. Grayscale: #B2B2B2. Windows color (decimal): -1331918 or 3321323. OLE color: 3321323.
HSL color Cylindrical-coordinate representation of color #EBAD32: hue angle of 39.89º 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 #EBAD32 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 50 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.08 |
| HSL | 39.89º | 0.82% | 0.56% | - |
| HSV(B) | 39.89º | 0.79% | 0.92% | - |
| XYZ | 49.78 | 47.78 | 9.62 | - |
| YUV | 177.52 | 56.04 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 50 | 0 | 0.26 | 0.79 | 0.08 | 39.89 | 0.82 | 0.56 |
| Hex | EB | AD | 32 | 0 | 1A | 4F | 8 | 28 | 52 | 38 |
| Octal | 353 | 255 | 62 | 0 | 32 | 117 | 10 | 50 | 122 | 70 |
| Binary | 11101011 | 10101101 | 110010 | 0 | 11010 | 1001111 | 1000 | 101000 | 1010010 | 111000 |
Color Harmonies of #EBAD32
Complementary color
Monochromatic Colors of #EBAD32
Black with #EBAD32
Text Example
Text Example
White with #EBAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAD32; }
p { color: rgb(235,173,50); }
H1.HeaderClassName
{
color: #EBAD32;
}
.AnyTagClassName
{
color: #EBAD32;
}
</style>
background-color css
<style>
a { background-color: #EBAD32; }
a { background-color: rgb(235,173,50); }
div.DivClassName
{
background-color: #EBAD32;
}
.BgClassName
{
background-color: #EBAD32;
}
</style>
border-color css
<style>
span { border-color: #EBAD32; }
span { border-color: rgb(235,173,50); }
td.TdClassName
{
border-color: #EBAD32;
}
.TagClassName
{
border-color: #EBAD32;
}
</style>