Shades of Tulip Tree #EAAA47
Tints of Tulip Tree #EAAA47
RGB
CMYK
RGB Variations
Color information
#EAAA47 (or 0xEAAA47) is known color: Tulip Tree. HEX triplet: EA, AA and 47. RGB value is (234,170,71). Sum of RGB (Red+Green+Blue) = 234+170+71=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA47 is #1555B8. Grayscale: #B2B2B2. Windows color (decimal): -1398201 or 4696810. OLE color: 4696810.
HSL color Cylindrical-coordinate representation of color #EAAA47: hue angle of 36.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAAA47 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 71 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.08 |
| HSL | 36.44º | 0.8% | 0.6% | - |
| HSV(B) | 36.44º | 0.7% | 0.92% | - |
| XYZ | 49.44 | 46.7 | 12.37 | - |
| YUV | 177.85 | 67.7 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 71 | 0 | 0.27 | 0.70 | 0.08 | 36.44 | 0.8 | 0.6 |
| Hex | EA | AA | 47 | 0 | 1B | 46 | 8 | 24 | 50 | 3C |
| Octal | 352 | 252 | 107 | 0 | 33 | 106 | 10 | 44 | 120 | 74 |
| Binary | 11101010 | 10101010 | 1000111 | 0 | 11011 | 1000110 | 1000 | 100100 | 1010000 | 111100 |
Color Harmonies of #EAAA47
Complementary color
Monochromatic Colors of #EAAA47
Black with #EAAA47
Text Example
Text Example
White with #EAAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA47; }
p { color: rgb(234,170,71); }
H1.HeaderClassName
{
color: #EAAA47;
}
.AnyTagClassName
{
color: #EAAA47;
}
</style>
background-color css
<style>
a { background-color: #EAAA47; }
a { background-color: rgb(234,170,71); }
div.DivClassName
{
background-color: #EAAA47;
}
.BgClassName
{
background-color: #EAAA47;
}
</style>
border-color css
<style>
span { border-color: #EAAA47; }
span { border-color: rgb(234,170,71); }
td.TdClassName
{
border-color: #EAAA47;
}
.TagClassName
{
border-color: #EAAA47;
}
</style>