Shades of Tulip Tree #EBA938
Tints of Tulip Tree #EBA938
RGB
CMYK
RGB Variations
Color information
#EBA938 (or 0xEBA938) is known color: Tulip Tree. HEX triplet: EB, A9 and 38. RGB value is (235,169,56). Sum of RGB (Red+Green+Blue) = 235+169+56=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA938 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA938 is #1456C7. Grayscale: #B0B0B0. Windows color (decimal): -1332936 or 3713515. OLE color: 3713515.
HSL color Cylindrical-coordinate representation of color #EBA938: hue angle of 37.88º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBA938 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 56 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.08 |
| HSL | 37.88º | 0.82% | 0.57% | - |
| HSV(B) | 37.88º | 0.76% | 0.92% | - |
| XYZ | 49.16 | 46.32 | 10.09 | - |
| YUV | 175.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 56 | 0 | 0.28 | 0.76 | 0.08 | 37.88 | 0.82 | 0.57 |
| Hex | EB | A9 | 38 | 0 | 1C | 4C | 8 | 26 | 52 | 39 |
| Octal | 353 | 251 | 70 | 0 | 34 | 114 | 10 | 46 | 122 | 71 |
| Binary | 11101011 | 10101001 | 111000 | 0 | 11100 | 1001100 | 1000 | 100110 | 1010010 | 111001 |
Color Harmonies of #EBA938
Complementary color
Monochromatic Colors of #EBA938
Black with #EBA938
Text Example
Text Example
White with #EBA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA938; }
p { color: rgb(235,169,56); }
H1.HeaderClassName
{
color: #EBA938;
}
.AnyTagClassName
{
color: #EBA938;
}
</style>
background-color css
<style>
a { background-color: #EBA938; }
a { background-color: rgb(235,169,56); }
div.DivClassName
{
background-color: #EBA938;
}
.BgClassName
{
background-color: #EBA938;
}
</style>
border-color css
<style>
span { border-color: #EBA938; }
span { border-color: rgb(235,169,56); }
td.TdClassName
{
border-color: #EBA938;
}
.TagClassName
{
border-color: #EBA938;
}
</style>