Shades of Tulip Tree #EABA3F
Tints of Tulip Tree #EABA3F
RGB
CMYK
RGB Variations
Color information
#EABA3F (or 0xEABA3F) is known color: Tulip Tree. HEX triplet: EA, BA and 3F. RGB value is (234,186,63). Sum of RGB (Red+Green+Blue) = 234+186+63=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA3F is #1545C0. Grayscale: #BABABA. Windows color (decimal): -1394113 or 4176618. OLE color: 4176618.
HSL color Cylindrical-coordinate representation of color #EABA3F: hue angle of 43.16º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EABA3F is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 63 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.08 |
| HSL | 43.16º | 0.8% | 0.58% | - |
| HSV(B) | 43.16º | 0.73% | 0.92% | - |
| XYZ | 52.39 | 52.97 | 12.17 | - |
| YUV | 186.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 63 | 0 | 0.21 | 0.73 | 0.08 | 43.16 | 0.8 | 0.58 |
| Hex | EA | BA | 3F | 0 | 15 | 49 | 8 | 2B | 50 | 3A |
| Octal | 352 | 272 | 77 | 0 | 25 | 111 | 10 | 53 | 120 | 72 |
| Binary | 11101010 | 10111010 | 111111 | 0 | 10101 | 1001001 | 1000 | 101011 | 1010000 | 111010 |
Color Harmonies of #EABA3F
Complementary color
Monochromatic Colors of #EABA3F
Black with #EABA3F
Text Example
Text Example
White with #EABA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA3F; }
p { color: rgb(234,186,63); }
H1.HeaderClassName
{
color: #EABA3F;
}
.AnyTagClassName
{
color: #EABA3F;
}
</style>
background-color css
<style>
a { background-color: #EABA3F; }
a { background-color: rgb(234,186,63); }
div.DivClassName
{
background-color: #EABA3F;
}
.BgClassName
{
background-color: #EABA3F;
}
</style>
border-color css
<style>
span { border-color: #EABA3F; }
span { border-color: rgb(234,186,63); }
td.TdClassName
{
border-color: #EABA3F;
}
.TagClassName
{
border-color: #EABA3F;
}
</style>