Shades of Tulip Tree #EABB40
Tints of Tulip Tree #EABB40
RGB
CMYK
RGB Variations
Color information
#EABB40 (or 0xEABB40) is known color: Tulip Tree. HEX triplet: EA, BB and 40. RGB value is (234,187,64). Sum of RGB (Red+Green+Blue) = 234+187+64=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB40 is #1544BF. Grayscale: #BBBBBB. Windows color (decimal): -1393856 or 4242410. OLE color: 4242410.
HSL color Cylindrical-coordinate representation of color #EABB40: hue angle of 43.41º 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 #EABB40 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 64 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.08 |
| HSL | 43.41º | 0.8% | 0.58% | - |
| HSV(B) | 43.41º | 0.73% | 0.92% | - |
| XYZ | 52.63 | 53.4 | 12.38 | - |
| YUV | 187.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 64 | 0 | 0.20 | 0.73 | 0.08 | 43.41 | 0.8 | 0.58 |
| Hex | EA | BB | 40 | 0 | 14 | 49 | 8 | 2B | 50 | 3A |
| Octal | 352 | 273 | 100 | 0 | 24 | 111 | 10 | 53 | 120 | 72 |
| Binary | 11101010 | 10111011 | 1000000 | 0 | 10100 | 1001001 | 1000 | 101011 | 1010000 | 111010 |
Color Harmonies of #EABB40
Complementary color
Monochromatic Colors of #EABB40
Black with #EABB40
Text Example
Text Example
White with #EABB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB40; }
p { color: rgb(234,187,64); }
H1.HeaderClassName
{
color: #EABB40;
}
.AnyTagClassName
{
color: #EABB40;
}
</style>
background-color css
<style>
a { background-color: #EABB40; }
a { background-color: rgb(234,187,64); }
div.DivClassName
{
background-color: #EABB40;
}
.BgClassName
{
background-color: #EABB40;
}
</style>
border-color css
<style>
span { border-color: #EABB40; }
span { border-color: rgb(234,187,64); }
td.TdClassName
{
border-color: #EABB40;
}
.TagClassName
{
border-color: #EABB40;
}
</style>