Shades of Tulip Tree #EAAA32
Tints of Tulip Tree #EAAA32
RGB
CMYK
RGB Variations
Color information
#EAAA32 (or 0xEAAA32) is known color: Tulip Tree. HEX triplet: EA, AA and 32. RGB value is (234,170,50). Sum of RGB (Red+Green+Blue) = 234+170+50=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA32 is #1555CD. Grayscale: #B0B0B0. Windows color (decimal): -1398222 or 3320554. OLE color: 3320554.
HSL color Cylindrical-coordinate representation of color #EAAA32: hue angle of 39.13º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAAA32 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 50 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.08 |
| HSL | 39.13º | 0.81% | 0.56% | - |
| HSV(B) | 39.13º | 0.79% | 0.92% | - |
| XYZ | 48.88 | 46.47 | 9.41 | - |
| YUV | 175.46 | 57.2 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 50 | 0 | 0.27 | 0.79 | 0.08 | 39.13 | 0.81 | 0.56 |
| Hex | EA | AA | 32 | 0 | 1B | 4F | 8 | 27 | 51 | 38 |
| Octal | 352 | 252 | 62 | 0 | 33 | 117 | 10 | 47 | 121 | 70 |
| Binary | 11101010 | 10101010 | 110010 | 0 | 11011 | 1001111 | 1000 | 100111 | 1010001 | 111000 |
Color Harmonies of #EAAA32
Complementary color
Monochromatic Colors of #EAAA32
Black with #EAAA32
Text Example
Text Example
White with #EAAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA32; }
p { color: rgb(234,170,50); }
H1.HeaderClassName
{
color: #EAAA32;
}
.AnyTagClassName
{
color: #EAAA32;
}
</style>
background-color css
<style>
a { background-color: #EAAA32; }
a { background-color: rgb(234,170,50); }
div.DivClassName
{
background-color: #EAAA32;
}
.BgClassName
{
background-color: #EAAA32;
}
</style>
border-color css
<style>
span { border-color: #EAAA32; }
span { border-color: rgb(234,170,50); }
td.TdClassName
{
border-color: #EAAA32;
}
.TagClassName
{
border-color: #EAAA32;
}
</style>