Shades of Tulip Tree #EABA3E
Tints of Tulip Tree #EABA3E
RGB
CMYK
RGB Variations
Color information
#EABA3E (or 0xEABA3E) is known color: Tulip Tree. HEX triplet: EA, BA and 3E. RGB value is (234,186,62). Sum of RGB (Red+Green+Blue) = 234+186+62=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA3E is #1545C1. Grayscale: #BABABA. Windows color (decimal): -1394114 or 4111082. OLE color: 4111082.
HSL color Cylindrical-coordinate representation of color #EABA3E: hue angle of 43.26º degrees, saturation: 0.8, 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 #EABA3E is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 62 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.08 |
| HSL | 43.26º | 0.8% | 0.58% | - |
| HSV(B) | 43.26º | 0.74% | 0.92% | - |
| XYZ | 52.36 | 52.96 | 12.02 | - |
| YUV | 186.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 62 | 0 | 0.21 | 0.74 | 0.08 | 43.26 | 0.8 | 0.58 |
| Hex | EA | BA | 3E | 0 | 15 | 4A | 8 | 2B | 50 | 3A |
| Octal | 352 | 272 | 76 | 0 | 25 | 112 | 10 | 53 | 120 | 72 |
| Binary | 11101010 | 10111010 | 111110 | 0 | 10101 | 1001010 | 1000 | 101011 | 1010000 | 111010 |
Color Harmonies of #EABA3E
Complementary color
Monochromatic Colors of #EABA3E
Black with #EABA3E
Text Example
Text Example
White with #EABA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA3E; }
p { color: rgb(234,186,62); }
H1.HeaderClassName
{
color: #EABA3E;
}
.AnyTagClassName
{
color: #EABA3E;
}
</style>
background-color css
<style>
a { background-color: #EABA3E; }
a { background-color: rgb(234,186,62); }
div.DivClassName
{
background-color: #EABA3E;
}
.BgClassName
{
background-color: #EABA3E;
}
</style>
border-color css
<style>
span { border-color: #EABA3E; }
span { border-color: rgb(234,186,62); }
td.TdClassName
{
border-color: #EABA3E;
}
.TagClassName
{
border-color: #EABA3E;
}
</style>