Shades of Tulip Tree #EBA934
Tints of Tulip Tree #EBA934
RGB
CMYK
RGB Variations
Color information
#EBA934 (or 0xEBA934) is known color: Tulip Tree. HEX triplet: EB, A9 and 34. RGB value is (235,169,52). Sum of RGB (Red+Green+Blue) = 235+169+52=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA934 is #1456CB. Grayscale: #AFAFAF. Windows color (decimal): -1332940 or 3451371. OLE color: 3451371.
HSL color Cylindrical-coordinate representation of color #EBA934: hue angle of 38.36º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBA934 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 52 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.08 |
| HSL | 38.36º | 0.82% | 0.56% | - |
| HSV(B) | 38.36º | 0.78% | 0.92% | - |
| XYZ | 49.07 | 46.29 | 9.6 | - |
| YUV | 175.4 | 58.37 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 52 | 0 | 0.28 | 0.78 | 0.08 | 38.36 | 0.82 | 0.56 |
| Hex | EB | A9 | 34 | 0 | 1C | 4E | 8 | 26 | 52 | 38 |
| Octal | 353 | 251 | 64 | 0 | 34 | 116 | 10 | 46 | 122 | 70 |
| Binary | 11101011 | 10101001 | 110100 | 0 | 11100 | 1001110 | 1000 | 100110 | 1010010 | 111000 |
Color Harmonies of #EBA934
Complementary color
Monochromatic Colors of #EBA934
Black with #EBA934
Text Example
Text Example
White with #EBA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA934; }
p { color: rgb(235,169,52); }
H1.HeaderClassName
{
color: #EBA934;
}
.AnyTagClassName
{
color: #EBA934;
}
</style>
background-color css
<style>
a { background-color: #EBA934; }
a { background-color: rgb(235,169,52); }
div.DivClassName
{
background-color: #EBA934;
}
.BgClassName
{
background-color: #EBA934;
}
</style>
border-color css
<style>
span { border-color: #EBA934; }
span { border-color: rgb(235,169,52); }
td.TdClassName
{
border-color: #EBA934;
}
.TagClassName
{
border-color: #EBA934;
}
</style>