Shades of Tulip Tree #EAA947
Tints of Tulip Tree #EAA947
RGB
CMYK
RGB Variations
Color information
#EAA947 (or 0xEAA947) is known color: Tulip Tree. HEX triplet: EA, A9 and 47. RGB value is (234,169,71). Sum of RGB (Red+Green+Blue) = 234+169+71=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA947 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA947 is #1556B8. Grayscale: #B1B1B1. Windows color (decimal): -1398457 or 4696554. OLE color: 4696554.
HSL color Cylindrical-coordinate representation of color #EAA947: hue angle of 36.07º 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 #EAA947 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 71 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.08 |
| HSL | 36.07º | 0.8% | 0.6% | - |
| HSV(B) | 36.07º | 0.7% | 0.92% | - |
| XYZ | 49.26 | 46.32 | 12.31 | - |
| YUV | 177.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 71 | 0 | 0.28 | 0.70 | 0.08 | 36.07 | 0.8 | 0.6 |
| Hex | EA | A9 | 47 | 0 | 1C | 46 | 8 | 24 | 50 | 3C |
| Octal | 352 | 251 | 107 | 0 | 34 | 106 | 10 | 44 | 120 | 74 |
| Binary | 11101010 | 10101001 | 1000111 | 0 | 11100 | 1000110 | 1000 | 100100 | 1010000 | 111100 |
Color Harmonies of #EAA947
Complementary color
Monochromatic Colors of #EAA947
Black with #EAA947
Text Example
Text Example
White with #EAA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA947; }
p { color: rgb(234,169,71); }
H1.HeaderClassName
{
color: #EAA947;
}
.AnyTagClassName
{
color: #EAA947;
}
</style>
background-color css
<style>
a { background-color: #EAA947; }
a { background-color: rgb(234,169,71); }
div.DivClassName
{
background-color: #EAA947;
}
.BgClassName
{
background-color: #EAA947;
}
</style>
border-color css
<style>
span { border-color: #EAA947; }
span { border-color: rgb(234,169,71); }
td.TdClassName
{
border-color: #EAA947;
}
.TagClassName
{
border-color: #EAA947;
}
</style>