Shades of Tulip Tree #EABB3E
Tints of Tulip Tree #EABB3E
RGB
CMYK
RGB Variations
Color information
#EABB3E (or 0xEABB3E) is known color: Tulip Tree. HEX triplet: EA, BB and 3E. RGB value is (234,187,62). Sum of RGB (Red+Green+Blue) = 234+187+62=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB3E is #1544C1. Grayscale: #BBBBBB. Windows color (decimal): -1393858 or 4111338. OLE color: 4111338.
HSL color Cylindrical-coordinate representation of color #EABB3E: hue angle of 43.6º 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 #EABB3E is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 62 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.08 |
| HSL | 43.6º | 0.8% | 0.58% | - |
| HSV(B) | 43.6º | 0.74% | 0.92% | - |
| XYZ | 52.57 | 53.38 | 12.09 | - |
| YUV | 186.8 | 57.57 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 62 | 0 | 0.20 | 0.74 | 0.08 | 43.6 | 0.8 | 0.58 |
| Hex | EA | BB | 3E | 0 | 14 | 4A | 8 | 2C | 50 | 3A |
| Octal | 352 | 273 | 76 | 0 | 24 | 112 | 10 | 54 | 120 | 72 |
| Binary | 11101010 | 10111011 | 111110 | 0 | 10100 | 1001010 | 1000 | 101100 | 1010000 | 111010 |
Color Harmonies of #EABB3E
Complementary color
Monochromatic Colors of #EABB3E
Black with #EABB3E
Text Example
Text Example
White with #EABB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB3E; }
p { color: rgb(234,187,62); }
H1.HeaderClassName
{
color: #EABB3E;
}
.AnyTagClassName
{
color: #EABB3E;
}
</style>
background-color css
<style>
a { background-color: #EABB3E; }
a { background-color: rgb(234,187,62); }
div.DivClassName
{
background-color: #EABB3E;
}
.BgClassName
{
background-color: #EABB3E;
}
</style>
border-color css
<style>
span { border-color: #EABB3E; }
span { border-color: rgb(234,187,62); }
td.TdClassName
{
border-color: #EABB3E;
}
.TagClassName
{
border-color: #EABB3E;
}
</style>