Shades of Tulip Tree #EBBB3F
Tints of Tulip Tree #EBBB3F
RGB
CMYK
RGB Variations
Color information
#EBBB3F (or 0xEBBB3F) is known color: Tulip Tree. HEX triplet: EB, BB and 3F. RGB value is (235,187,63). Sum of RGB (Red+Green+Blue) = 235+187+63=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBB3F is #1444C0. Grayscale: #BBBBBB. Windows color (decimal): -1328321 or 4176875. OLE color: 4176875.
HSL color Cylindrical-coordinate representation of color #EBBB3F: hue angle of 43.26º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBBB3F is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 63 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.08 |
| HSL | 43.26º | 0.81% | 0.58% | - |
| HSV(B) | 43.26º | 0.73% | 0.92% | - |
| XYZ | 52.93 | 53.56 | 12.25 | - |
| YUV | 187.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 63 | 0 | 0.20 | 0.73 | 0.08 | 43.26 | 0.81 | 0.58 |
| Hex | EB | BB | 3F | 0 | 14 | 49 | 8 | 2B | 51 | 3A |
| Octal | 353 | 273 | 77 | 0 | 24 | 111 | 10 | 53 | 121 | 72 |
| Binary | 11101011 | 10111011 | 111111 | 0 | 10100 | 1001001 | 1000 | 101011 | 1010001 | 111010 |
Color Harmonies of #EBBB3F
Complementary color
Monochromatic Colors of #EBBB3F
Black with #EBBB3F
Text Example
Text Example
White with #EBBB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBB3F; }
p { color: rgb(235,187,63); }
H1.HeaderClassName
{
color: #EBBB3F;
}
.AnyTagClassName
{
color: #EBBB3F;
}
</style>
background-color css
<style>
a { background-color: #EBBB3F; }
a { background-color: rgb(235,187,63); }
div.DivClassName
{
background-color: #EBBB3F;
}
.BgClassName
{
background-color: #EBBB3F;
}
</style>
border-color css
<style>
span { border-color: #EBBB3F; }
span { border-color: rgb(235,187,63); }
td.TdClassName
{
border-color: #EBBB3F;
}
.TagClassName
{
border-color: #EBBB3F;
}
</style>