Shades of Tulip Tree #EBA63C
Tints of Tulip Tree #EBA63C
RGB
CMYK
RGB Variations
Color information
#EBA63C (or 0xEBA63C) is known color: Tulip Tree. HEX triplet: EB, A6 and 3C. RGB value is (235,166,60). Sum of RGB (Red+Green+Blue) = 235+166+60=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA63C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA63C is #1459C3. Grayscale: #AFAFAF. Windows color (decimal): -1333700 or 3974891. OLE color: 3974891.
HSL color Cylindrical-coordinate representation of color #EBA63C: hue angle of 36.34º 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 #EBA63C is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 60 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.08 |
| HSL | 36.34º | 0.81% | 0.58% | - |
| HSV(B) | 36.34º | 0.74% | 0.92% | - |
| XYZ | 48.71 | 45.26 | 10.44 | - |
| YUV | 174.55 | 63.36 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 60 | 0 | 0.29 | 0.74 | 0.08 | 36.34 | 0.81 | 0.58 |
| Hex | EB | A6 | 3C | 0 | 1D | 4A | 8 | 24 | 51 | 3A |
| Octal | 353 | 246 | 74 | 0 | 35 | 112 | 10 | 44 | 121 | 72 |
| Binary | 11101011 | 10100110 | 111100 | 0 | 11101 | 1001010 | 1000 | 100100 | 1010001 | 111010 |
Color Harmonies of #EBA63C
Complementary color
Monochromatic Colors of #EBA63C
Black with #EBA63C
Text Example
Text Example
White with #EBA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA63C; }
p { color: rgb(235,166,60); }
H1.HeaderClassName
{
color: #EBA63C;
}
.AnyTagClassName
{
color: #EBA63C;
}
</style>
background-color css
<style>
a { background-color: #EBA63C; }
a { background-color: rgb(235,166,60); }
div.DivClassName
{
background-color: #EBA63C;
}
.BgClassName
{
background-color: #EBA63C;
}
</style>
border-color css
<style>
span { border-color: #EBA63C; }
span { border-color: rgb(235,166,60); }
td.TdClassName
{
border-color: #EBA63C;
}
.TagClassName
{
border-color: #EBA63C;
}
</style>