Shades of Tulip Tree #EAAC32
Tints of Tulip Tree #EAAC32
RGB
CMYK
RGB Variations
Color information
#EAAC32 (or 0xEAAC32) is known color: Tulip Tree. HEX triplet: EA, AC and 32. RGB value is (234,172,50). Sum of RGB (Red+Green+Blue) = 234+172+50=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAC32 is #1553CD. Grayscale: #B1B1B1. Windows color (decimal): -1397710 or 3321066. OLE color: 3321066.
HSL color Cylindrical-coordinate representation of color #EAAC32: hue angle of 39.78º 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 #EAAC32 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 50 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.08 |
| HSL | 39.78º | 0.81% | 0.56% | - |
| HSV(B) | 39.78º | 0.79% | 0.92% | - |
| XYZ | 49.26 | 47.23 | 9.54 | - |
| YUV | 176.63 | 56.54 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 50 | 0 | 0.26 | 0.79 | 0.08 | 39.78 | 0.81 | 0.56 |
| Hex | EA | AC | 32 | 0 | 1A | 4F | 8 | 28 | 51 | 38 |
| Octal | 352 | 254 | 62 | 0 | 32 | 117 | 10 | 50 | 121 | 70 |
| Binary | 11101010 | 10101100 | 110010 | 0 | 11010 | 1001111 | 1000 | 101000 | 1010001 | 111000 |
Color Harmonies of #EAAC32
Complementary color
Monochromatic Colors of #EAAC32
Black with #EAAC32
Text Example
Text Example
White with #EAAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAC32; }
p { color: rgb(234,172,50); }
H1.HeaderClassName
{
color: #EAAC32;
}
.AnyTagClassName
{
color: #EAAC32;
}
</style>
background-color css
<style>
a { background-color: #EAAC32; }
a { background-color: rgb(234,172,50); }
div.DivClassName
{
background-color: #EAAC32;
}
.BgClassName
{
background-color: #EAAC32;
}
</style>
border-color css
<style>
span { border-color: #EAAC32; }
span { border-color: rgb(234,172,50); }
td.TdClassName
{
border-color: #EAAC32;
}
.TagClassName
{
border-color: #EAAC32;
}
</style>