Shades of Tulip Tree #EAAB38
Tints of Tulip Tree #EAAB38
RGB
CMYK
RGB Variations
Color information
#EAAB38 (or 0xEAAB38) is known color: Tulip Tree. HEX triplet: EA, AB and 38. RGB value is (234,171,56). Sum of RGB (Red+Green+Blue) = 234+171+56=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAB38 is #1554C7. Grayscale: #B1B1B1. Windows color (decimal): -1397960 or 3714026. OLE color: 3714026.
HSL color Cylindrical-coordinate representation of color #EAAB38: hue angle of 38.76º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAAB38 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 56 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.08 |
| HSL | 38.76º | 0.81% | 0.57% | - |
| HSV(B) | 38.76º | 0.76% | 0.92% | - |
| XYZ | 49.21 | 46.9 | 10.2 | - |
| YUV | 176.73 | 59.87 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 56 | 0 | 0.27 | 0.76 | 0.08 | 38.76 | 0.81 | 0.57 |
| Hex | EA | AB | 38 | 0 | 1B | 4C | 8 | 27 | 51 | 39 |
| Octal | 352 | 253 | 70 | 0 | 33 | 114 | 10 | 47 | 121 | 71 |
| Binary | 11101010 | 10101011 | 111000 | 0 | 11011 | 1001100 | 1000 | 100111 | 1010001 | 111001 |
Color Harmonies of #EAAB38
Complementary color
Monochromatic Colors of #EAAB38
Black with #EAAB38
Text Example
Text Example
White with #EAAB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAB38; }
p { color: rgb(234,171,56); }
H1.HeaderClassName
{
color: #EAAB38;
}
.AnyTagClassName
{
color: #EAAB38;
}
</style>
background-color css
<style>
a { background-color: #EAAB38; }
a { background-color: rgb(234,171,56); }
div.DivClassName
{
background-color: #EAAB38;
}
.BgClassName
{
background-color: #EAAB38;
}
</style>
border-color css
<style>
span { border-color: #EAAB38; }
span { border-color: rgb(234,171,56); }
td.TdClassName
{
border-color: #EAAB38;
}
.TagClassName
{
border-color: #EAAB38;
}
</style>