Shades of Tulip Tree #EAA844
Tints of Tulip Tree #EAA844
RGB
CMYK
RGB Variations
Color information
#EAA844 (or 0xEAA844) is known color: Tulip Tree. HEX triplet: EA, A8 and 44. RGB value is (234,168,68). Sum of RGB (Red+Green+Blue) = 234+168+68=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA844 is #1557BB. Grayscale: #B0B0B0. Windows color (decimal): -1398716 or 4499690. OLE color: 4499690.
HSL color Cylindrical-coordinate representation of color #EAA844: hue angle of 36.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAA844 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 68 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.08 |
| HSL | 36.14º | 0.8% | 0.59% | - |
| HSV(B) | 36.14º | 0.71% | 0.92% | - |
| XYZ | 48.98 | 45.92 | 11.75 | - |
| YUV | 176.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 68 | 0 | 0.28 | 0.71 | 0.08 | 36.14 | 0.8 | 0.59 |
| Hex | EA | A8 | 44 | 0 | 1C | 47 | 8 | 24 | 50 | 3B |
| Octal | 352 | 250 | 104 | 0 | 34 | 107 | 10 | 44 | 120 | 73 |
| Binary | 11101010 | 10101000 | 1000100 | 0 | 11100 | 1000111 | 1000 | 100100 | 1010000 | 111011 |
Color Harmonies of #EAA844
Complementary color
Monochromatic Colors of #EAA844
Black with #EAA844
Text Example
Text Example
White with #EAA844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA844; }
p { color: rgb(234,168,68); }
H1.HeaderClassName
{
color: #EAA844;
}
.AnyTagClassName
{
color: #EAA844;
}
</style>
background-color css
<style>
a { background-color: #EAA844; }
a { background-color: rgb(234,168,68); }
div.DivClassName
{
background-color: #EAA844;
}
.BgClassName
{
background-color: #EAA844;
}
</style>
border-color css
<style>
span { border-color: #EAA844; }
span { border-color: rgb(234,168,68); }
td.TdClassName
{
border-color: #EAA844;
}
.TagClassName
{
border-color: #EAA844;
}
</style>