Shades of Tulip Tree #EAAA45
Tints of Tulip Tree #EAAA45
RGB
CMYK
RGB Variations
Color information
#EAAA45 (or 0xEAAA45) is known color: Tulip Tree. HEX triplet: EA, AA and 45. RGB value is (234,170,69). Sum of RGB (Red+Green+Blue) = 234+170+69=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA45 is #1555BA. Grayscale: #B2B2B2. Windows color (decimal): -1398203 or 4565738. OLE color: 4565738.
HSL color Cylindrical-coordinate representation of color #EAAA45: hue angle of 36.73º 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 #EAAA45 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 69 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.08 |
| HSL | 36.73º | 0.8% | 0.59% | - |
| HSV(B) | 36.73º | 0.71% | 0.92% | - |
| XYZ | 49.38 | 46.67 | 12.04 | - |
| YUV | 177.62 | 66.7 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 69 | 0 | 0.27 | 0.71 | 0.08 | 36.73 | 0.8 | 0.59 |
| Hex | EA | AA | 45 | 0 | 1B | 47 | 8 | 25 | 50 | 3B |
| Octal | 352 | 252 | 105 | 0 | 33 | 107 | 10 | 45 | 120 | 73 |
| Binary | 11101010 | 10101010 | 1000101 | 0 | 11011 | 1000111 | 1000 | 100101 | 1010000 | 111011 |
Color Harmonies of #EAAA45
Complementary color
Monochromatic Colors of #EAAA45
Black with #EAAA45
Text Example
Text Example
White with #EAAA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA45; }
p { color: rgb(234,170,69); }
H1.HeaderClassName
{
color: #EAAA45;
}
.AnyTagClassName
{
color: #EAAA45;
}
</style>
background-color css
<style>
a { background-color: #EAAA45; }
a { background-color: rgb(234,170,69); }
div.DivClassName
{
background-color: #EAAA45;
}
.BgClassName
{
background-color: #EAAA45;
}
</style>
border-color css
<style>
span { border-color: #EAAA45; }
span { border-color: rgb(234,170,69); }
td.TdClassName
{
border-color: #EAAA45;
}
.TagClassName
{
border-color: #EAAA45;
}
</style>