Shades of Tulip Tree #EBAF37
Tints of Tulip Tree #EBAF37
RGB
CMYK
RGB Variations
Color information
#EBAF37 (or 0xEBAF37) is known color: Tulip Tree. HEX triplet: EB, AF and 37. RGB value is (235,175,55). Sum of RGB (Red+Green+Blue) = 235+175+55=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 55 (21.88% from 255 or 11.83% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF37 is #1450C8. Grayscale: #B3B3B3. Windows color (decimal): -1331401 or 3649515. OLE color: 3649515.
HSL color Cylindrical-coordinate representation of color #EBAF37: hue angle of 40º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBAF37 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 55 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.08 |
| HSL | 40º | 0.82% | 0.57% | - |
| HSV(B) | 40º | 0.77% | 0.92% | - |
| XYZ | 50.28 | 48.6 | 10.34 | - |
| YUV | 179.26 | 57.88 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 55 | 0 | 0.26 | 0.77 | 0.08 | 40 | 0.82 | 0.57 |
| Hex | EB | AF | 37 | 0 | 1A | 4D | 8 | 28 | 52 | 39 |
| Octal | 353 | 257 | 67 | 0 | 32 | 115 | 10 | 50 | 122 | 71 |
| Binary | 11101011 | 10101111 | 110111 | 0 | 11010 | 1001101 | 1000 | 101000 | 1010010 | 111001 |
Color Harmonies of #EBAF37
Complementary color
Monochromatic Colors of #EBAF37
Black with #EBAF37
Text Example
Text Example
White with #EBAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAF37; }
p { color: rgb(235,175,55); }
H1.HeaderClassName
{
color: #EBAF37;
}
.AnyTagClassName
{
color: #EBAF37;
}
</style>
background-color css
<style>
a { background-color: #EBAF37; }
a { background-color: rgb(235,175,55); }
div.DivClassName
{
background-color: #EBAF37;
}
.BgClassName
{
background-color: #EBAF37;
}
</style>
border-color css
<style>
span { border-color: #EBAF37; }
span { border-color: rgb(235,175,55); }
td.TdClassName
{
border-color: #EBAF37;
}
.TagClassName
{
border-color: #EBAF37;
}
</style>