Shades of Tulip Tree #EBA63A
Tints of Tulip Tree #EBA63A
RGB
CMYK
RGB Variations
Color information
#EBA63A (or 0xEBA63A) is known color: Tulip Tree. HEX triplet: EB, A6 and 3A. RGB value is (235,166,58). Sum of RGB (Red+Green+Blue) = 235+166+58=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA63A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA63A is #1459C5. Grayscale: #AEAEAE. Windows color (decimal): -1333702 or 3843819. OLE color: 3843819.
HSL color Cylindrical-coordinate representation of color #EBA63A: hue angle of 36.61º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBA63A is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 58 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.08 |
| HSL | 36.61º | 0.82% | 0.57% | - |
| HSV(B) | 36.61º | 0.75% | 0.92% | - |
| XYZ | 48.66 | 45.24 | 10.17 | - |
| YUV | 174.32 | 62.36 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 58 | 0 | 0.29 | 0.75 | 0.08 | 36.61 | 0.82 | 0.57 |
| Hex | EB | A6 | 3A | 0 | 1D | 4B | 8 | 25 | 52 | 39 |
| Octal | 353 | 246 | 72 | 0 | 35 | 113 | 10 | 45 | 122 | 71 |
| Binary | 11101011 | 10100110 | 111010 | 0 | 11101 | 1001011 | 1000 | 100101 | 1010010 | 111001 |
Color Harmonies of #EBA63A
Complementary color
Monochromatic Colors of #EBA63A
Black with #EBA63A
Text Example
Text Example
White with #EBA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA63A; }
p { color: rgb(235,166,58); }
H1.HeaderClassName
{
color: #EBA63A;
}
.AnyTagClassName
{
color: #EBA63A;
}
</style>
background-color css
<style>
a { background-color: #EBA63A; }
a { background-color: rgb(235,166,58); }
div.DivClassName
{
background-color: #EBA63A;
}
.BgClassName
{
background-color: #EBA63A;
}
</style>
border-color css
<style>
span { border-color: #EBA63A; }
span { border-color: rgb(235,166,58); }
td.TdClassName
{
border-color: #EBA63A;
}
.TagClassName
{
border-color: #EBA63A;
}
</style>