Shades of Tulip Tree #EAA845
Tints of Tulip Tree #EAA845
RGB
CMYK
RGB Variations
Color information
#EAA845 (or 0xEAA845) is known color: Tulip Tree. HEX triplet: EA, A8 and 45. RGB value is (234,168,69). Sum of RGB (Red+Green+Blue) = 234+168+69=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA845 is #1557BA. Grayscale: #B0B0B0. Windows color (decimal): -1398715 or 4565226. OLE color: 4565226.
HSL color Cylindrical-coordinate representation of color #EAA845: hue angle of 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 #EAA845 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 69 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.08 |
| HSL | 36º | 0.8% | 0.59% | - |
| HSV(B) | 36º | 0.71% | 0.92% | - |
| XYZ | 49.01 | 45.93 | 11.91 | - |
| YUV | 176.45 | 67.37 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 69 | 0 | 0.28 | 0.71 | 0.08 | 36 | 0.8 | 0.59 |
| Hex | EA | A8 | 45 | 0 | 1C | 47 | 8 | 24 | 50 | 3B |
| Octal | 352 | 250 | 105 | 0 | 34 | 107 | 10 | 44 | 120 | 73 |
| Binary | 11101010 | 10101000 | 1000101 | 0 | 11100 | 1000111 | 1000 | 100100 | 1010000 | 111011 |
Color Harmonies of #EAA845
Complementary color
Monochromatic Colors of #EAA845
Black with #EAA845
Text Example
Text Example
White with #EAA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA845; }
p { color: rgb(234,168,69); }
H1.HeaderClassName
{
color: #EAA845;
}
.AnyTagClassName
{
color: #EAA845;
}
</style>
background-color css
<style>
a { background-color: #EAA845; }
a { background-color: rgb(234,168,69); }
div.DivClassName
{
background-color: #EAA845;
}
.BgClassName
{
background-color: #EAA845;
}
</style>
border-color css
<style>
span { border-color: #EAA845; }
span { border-color: rgb(234,168,69); }
td.TdClassName
{
border-color: #EAA845;
}
.TagClassName
{
border-color: #EAA845;
}
</style>