Shades of Tulip Tree #EAAA3D
Tints of Tulip Tree #EAAA3D
RGB
CMYK
RGB Variations
Color information
#EAAA3D (or 0xEAAA3D) is known color: Tulip Tree. HEX triplet: EA, AA and 3D. RGB value is (234,170,61). Sum of RGB (Red+Green+Blue) = 234+170+61=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA3D is #1555C2. Grayscale: #B1B1B1. Windows color (decimal): -1398211 or 4041450. OLE color: 4041450.
HSL color Cylindrical-coordinate representation of color #EAAA3D: hue angle of 37.8º 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 #EAAA3D is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 61 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.08 |
| HSL | 37.8º | 0.8% | 0.58% | - |
| HSV(B) | 37.8º | 0.74% | 0.92% | - |
| XYZ | 49.15 | 46.58 | 10.82 | - |
| YUV | 176.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 61 | 0 | 0.27 | 0.74 | 0.08 | 37.8 | 0.8 | 0.58 |
| Hex | EA | AA | 3D | 0 | 1B | 4A | 8 | 26 | 50 | 3A |
| Octal | 352 | 252 | 75 | 0 | 33 | 112 | 10 | 46 | 120 | 72 |
| Binary | 11101010 | 10101010 | 111101 | 0 | 11011 | 1001010 | 1000 | 100110 | 1010000 | 111010 |
Color Harmonies of #EAAA3D
Complementary color
Monochromatic Colors of #EAAA3D
Black with #EAAA3D
Text Example
Text Example
White with #EAAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA3D; }
p { color: rgb(234,170,61); }
H1.HeaderClassName
{
color: #EAAA3D;
}
.AnyTagClassName
{
color: #EAAA3D;
}
</style>
background-color css
<style>
a { background-color: #EAAA3D; }
a { background-color: rgb(234,170,61); }
div.DivClassName
{
background-color: #EAAA3D;
}
.BgClassName
{
background-color: #EAAA3D;
}
</style>
border-color css
<style>
span { border-color: #EAAA3D; }
span { border-color: rgb(234,170,61); }
td.TdClassName
{
border-color: #EAAA3D;
}
.TagClassName
{
border-color: #EAAA3D;
}
</style>