Shades of Tulip Tree #EAAA3C
Tints of Tulip Tree #EAAA3C
RGB
CMYK
RGB Variations
Color information
#EAAA3C (or 0xEAAA3C) is known color: Tulip Tree. HEX triplet: EA, AA and 3C. RGB value is (234,170,60). Sum of RGB (Red+Green+Blue) = 234+170+60=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA3C is #1555C3. Grayscale: #B1B1B1. Windows color (decimal): -1398212 or 3975914. OLE color: 3975914.
HSL color Cylindrical-coordinate representation of color #EAAA3C: hue angle of 37.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAAA3C is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 60 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.08 |
| HSL | 37.93º | 0.81% | 0.58% | - |
| HSV(B) | 37.93º | 0.74% | 0.92% | - |
| XYZ | 49.12 | 46.57 | 10.67 | - |
| YUV | 176.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 60 | 0 | 0.27 | 0.74 | 0.08 | 37.93 | 0.81 | 0.58 |
| Hex | EA | AA | 3C | 0 | 1B | 4A | 8 | 26 | 51 | 3A |
| Octal | 352 | 252 | 74 | 0 | 33 | 112 | 10 | 46 | 121 | 72 |
| Binary | 11101010 | 10101010 | 111100 | 0 | 11011 | 1001010 | 1000 | 100110 | 1010001 | 111010 |
Color Harmonies of #EAAA3C
Complementary color
Monochromatic Colors of #EAAA3C
Black with #EAAA3C
Text Example
Text Example
White with #EAAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA3C; }
p { color: rgb(234,170,60); }
H1.HeaderClassName
{
color: #EAAA3C;
}
.AnyTagClassName
{
color: #EAAA3C;
}
</style>
background-color css
<style>
a { background-color: #EAAA3C; }
a { background-color: rgb(234,170,60); }
div.DivClassName
{
background-color: #EAAA3C;
}
.BgClassName
{
background-color: #EAAA3C;
}
</style>
border-color css
<style>
span { border-color: #EAAA3C; }
span { border-color: rgb(234,170,60); }
td.TdClassName
{
border-color: #EAAA3C;
}
.TagClassName
{
border-color: #EAAA3C;
}
</style>