Shades of Tulip Tree #EAAA3E
Tints of Tulip Tree #EAAA3E
RGB
CMYK
RGB Variations
Color information
#EAAA3E (or 0xEAAA3E) is known color: Tulip Tree. HEX triplet: EA, AA and 3E. RGB value is (234,170,62). Sum of RGB (Red+Green+Blue) = 234+170+62=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA3E is #1555C1. Grayscale: #B1B1B1. Windows color (decimal): -1398210 or 4106986. OLE color: 4106986.
HSL color Cylindrical-coordinate representation of color #EAAA3E: hue angle of 37.67º degrees, saturation: 0.8, 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 #EAAA3E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 62 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.08 |
| HSL | 37.67º | 0.8% | 0.58% | - |
| HSV(B) | 37.67º | 0.74% | 0.92% | - |
| XYZ | 49.18 | 46.59 | 10.96 | - |
| YUV | 176.82 | 63.2 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 62 | 0 | 0.27 | 0.74 | 0.08 | 37.67 | 0.8 | 0.58 |
| Hex | EA | AA | 3E | 0 | 1B | 4A | 8 | 26 | 50 | 3A |
| Octal | 352 | 252 | 76 | 0 | 33 | 112 | 10 | 46 | 120 | 72 |
| Binary | 11101010 | 10101010 | 111110 | 0 | 11011 | 1001010 | 1000 | 100110 | 1010000 | 111010 |
Color Harmonies of #EAAA3E
Complementary color
Monochromatic Colors of #EAAA3E
Black with #EAAA3E
Text Example
Text Example
White with #EAAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA3E; }
p { color: rgb(234,170,62); }
H1.HeaderClassName
{
color: #EAAA3E;
}
.AnyTagClassName
{
color: #EAAA3E;
}
</style>
background-color css
<style>
a { background-color: #EAAA3E; }
a { background-color: rgb(234,170,62); }
div.DivClassName
{
background-color: #EAAA3E;
}
.BgClassName
{
background-color: #EAAA3E;
}
</style>
border-color css
<style>
span { border-color: #EAAA3E; }
span { border-color: rgb(234,170,62); }
td.TdClassName
{
border-color: #EAAA3E;
}
.TagClassName
{
border-color: #EAAA3E;
}
</style>