Shades of Tulip Tree #EAAA34
Tints of Tulip Tree #EAAA34
RGB
CMYK
RGB Variations
Color information
#EAAA34 (or 0xEAAA34) is known color: Tulip Tree. HEX triplet: EA, AA and 34. RGB value is (234,170,52). Sum of RGB (Red+Green+Blue) = 234+170+52=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA34 is #1555CB. Grayscale: #B0B0B0. Windows color (decimal): -1398220 or 3451626. OLE color: 3451626.
HSL color Cylindrical-coordinate representation of color #EAAA34: hue angle of 38.9º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAAA34 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 52 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.08 |
| HSL | 38.9º | 0.81% | 0.56% | - |
| HSV(B) | 38.9º | 0.78% | 0.92% | - |
| XYZ | 48.93 | 46.49 | 9.64 | - |
| YUV | 175.68 | 58.2 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 52 | 0 | 0.27 | 0.78 | 0.08 | 38.9 | 0.81 | 0.56 |
| Hex | EA | AA | 34 | 0 | 1B | 4E | 8 | 27 | 51 | 38 |
| Octal | 352 | 252 | 64 | 0 | 33 | 116 | 10 | 47 | 121 | 70 |
| Binary | 11101010 | 10101010 | 110100 | 0 | 11011 | 1001110 | 1000 | 100111 | 1010001 | 111000 |
Color Harmonies of #EAAA34
Complementary color
Monochromatic Colors of #EAAA34
Black with #EAAA34
Text Example
Text Example
White with #EAAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA34; }
p { color: rgb(234,170,52); }
H1.HeaderClassName
{
color: #EAAA34;
}
.AnyTagClassName
{
color: #EAAA34;
}
</style>
background-color css
<style>
a { background-color: #EAAA34; }
a { background-color: rgb(234,170,52); }
div.DivClassName
{
background-color: #EAAA34;
}
.BgClassName
{
background-color: #EAAA34;
}
</style>
border-color css
<style>
span { border-color: #EAAA34; }
span { border-color: rgb(234,170,52); }
td.TdClassName
{
border-color: #EAAA34;
}
.TagClassName
{
border-color: #EAAA34;
}
</style>