Shades of Tulip Tree #EBA548
Tints of Tulip Tree #EBA548
RGB
CMYK
RGB Variations
Color information
#EBA548 (or 0xEBA548) is known color: Tulip Tree. HEX triplet: EB, A5 and 48. RGB value is (235,165,72). Sum of RGB (Red+Green+Blue) = 235+165+72=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA548 is #145AB7. Grayscale: #AFAFAF. Windows color (decimal): -1333944 or 4761067. OLE color: 4761067.
HSL color Cylindrical-coordinate representation of color #EBA548: hue angle of 34.23º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBA548 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 72 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.08 |
| HSL | 34.23º | 0.8% | 0.6% | - |
| HSV(B) | 34.23º | 0.69% | 0.92% | - |
| XYZ | 48.89 | 45.04 | 12.25 | - |
| YUV | 175.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 72 | 0 | 0.30 | 0.69 | 0.08 | 34.23 | 0.8 | 0.6 |
| Hex | EB | A5 | 48 | 0 | 1E | 45 | 8 | 22 | 50 | 3C |
| Octal | 353 | 245 | 110 | 0 | 36 | 105 | 10 | 42 | 120 | 74 |
| Binary | 11101011 | 10100101 | 1001000 | 0 | 11110 | 1000101 | 1000 | 100010 | 1010000 | 111100 |
Color Harmonies of #EBA548
Complementary color
Monochromatic Colors of #EBA548
Black with #EBA548
Text Example
Text Example
White with #EBA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA548; }
p { color: rgb(235,165,72); }
H1.HeaderClassName
{
color: #EBA548;
}
.AnyTagClassName
{
color: #EBA548;
}
</style>
background-color css
<style>
a { background-color: #EBA548; }
a { background-color: rgb(235,165,72); }
div.DivClassName
{
background-color: #EBA548;
}
.BgClassName
{
background-color: #EBA548;
}
</style>
border-color css
<style>
span { border-color: #EBA548; }
span { border-color: rgb(235,165,72); }
td.TdClassName
{
border-color: #EBA548;
}
.TagClassName
{
border-color: #EBA548;
}
</style>