Shades of Tulip Tree #EAA945
Tints of Tulip Tree #EAA945
RGB
CMYK
RGB Variations
Color information
#EAA945 (or 0xEAA945) is known color: Tulip Tree. HEX triplet: EA, A9 and 45. RGB value is (234,169,69). Sum of RGB (Red+Green+Blue) = 234+169+69=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA945 is #1556BA. Grayscale: #B1B1B1. Windows color (decimal): -1398459 or 4565482. OLE color: 4565482.
HSL color Cylindrical-coordinate representation of color #EAA945: hue angle of 36.36º 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 #EAA945 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 69 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.08 |
| HSL | 36.36º | 0.8% | 0.59% | - |
| HSV(B) | 36.36º | 0.71% | 0.92% | - |
| XYZ | 49.19 | 46.3 | 11.97 | - |
| YUV | 177.04 | 67.03 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 69 | 0 | 0.28 | 0.71 | 0.08 | 36.36 | 0.8 | 0.59 |
| Hex | EA | A9 | 45 | 0 | 1C | 47 | 8 | 24 | 50 | 3B |
| Octal | 352 | 251 | 105 | 0 | 34 | 107 | 10 | 44 | 120 | 73 |
| Binary | 11101010 | 10101001 | 1000101 | 0 | 11100 | 1000111 | 1000 | 100100 | 1010000 | 111011 |
Color Harmonies of #EAA945
Complementary color
Monochromatic Colors of #EAA945
Black with #EAA945
Text Example
Text Example
White with #EAA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA945; }
p { color: rgb(234,169,69); }
H1.HeaderClassName
{
color: #EAA945;
}
.AnyTagClassName
{
color: #EAA945;
}
</style>
background-color css
<style>
a { background-color: #EAA945; }
a { background-color: rgb(234,169,69); }
div.DivClassName
{
background-color: #EAA945;
}
.BgClassName
{
background-color: #EAA945;
}
</style>
border-color css
<style>
span { border-color: #EAA945; }
span { border-color: rgb(234,169,69); }
td.TdClassName
{
border-color: #EAA945;
}
.TagClassName
{
border-color: #EAA945;
}
</style>