Shades of Tulip Tree #EBA53C
Tints of Tulip Tree #EBA53C
RGB
CMYK
RGB Variations
Color information
#EBA53C (or 0xEBA53C) is known color: Tulip Tree. HEX triplet: EB, A5 and 3C. RGB value is (235,165,60). Sum of RGB (Red+Green+Blue) = 235+165+60=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA53C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA53C is #145AC3. Grayscale: #AEAEAE. Windows color (decimal): -1333956 or 3974635. OLE color: 3974635.
HSL color Cylindrical-coordinate representation of color #EBA53C: hue angle of 36º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBA53C is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 60 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.08 |
| HSL | 36º | 0.81% | 0.58% | - |
| HSV(B) | 36º | 0.74% | 0.92% | - |
| XYZ | 48.53 | 44.9 | 10.38 | - |
| YUV | 173.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 60 | 0 | 0.30 | 0.74 | 0.08 | 36 | 0.81 | 0.58 |
| Hex | EB | A5 | 3C | 0 | 1E | 4A | 8 | 24 | 51 | 3A |
| Octal | 353 | 245 | 74 | 0 | 36 | 112 | 10 | 44 | 121 | 72 |
| Binary | 11101011 | 10100101 | 111100 | 0 | 11110 | 1001010 | 1000 | 100100 | 1010001 | 111010 |
Color Harmonies of #EBA53C
Complementary color
Monochromatic Colors of #EBA53C
Black with #EBA53C
Text Example
Text Example
White with #EBA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA53C; }
p { color: rgb(235,165,60); }
H1.HeaderClassName
{
color: #EBA53C;
}
.AnyTagClassName
{
color: #EBA53C;
}
</style>
background-color css
<style>
a { background-color: #EBA53C; }
a { background-color: rgb(235,165,60); }
div.DivClassName
{
background-color: #EBA53C;
}
.BgClassName
{
background-color: #EBA53C;
}
</style>
border-color css
<style>
span { border-color: #EBA53C; }
span { border-color: rgb(235,165,60); }
td.TdClassName
{
border-color: #EBA53C;
}
.TagClassName
{
border-color: #EBA53C;
}
</style>