Shades of Tulip Tree #EAAC3A
Tints of Tulip Tree #EAAC3A
RGB
CMYK
RGB Variations
Color information
#EAAC3A (or 0xEAAC3A) is known color: Tulip Tree. HEX triplet: EA, AC and 3A. RGB value is (234,172,58). Sum of RGB (Red+Green+Blue) = 234+172+58=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAC3A is #1553C5. Grayscale: #B2B2B2. Windows color (decimal): -1397702 or 3845354. OLE color: 3845354.
HSL color Cylindrical-coordinate representation of color #EAAC3A: hue angle of 38.86º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAAC3A is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 58 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.08 |
| HSL | 38.86º | 0.81% | 0.57% | - |
| HSV(B) | 38.86º | 0.75% | 0.92% | - |
| XYZ | 49.45 | 47.3 | 10.53 | - |
| YUV | 177.54 | 60.54 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 58 | 0 | 0.26 | 0.75 | 0.08 | 38.86 | 0.81 | 0.57 |
| Hex | EA | AC | 3A | 0 | 1A | 4B | 8 | 27 | 51 | 39 |
| Octal | 352 | 254 | 72 | 0 | 32 | 113 | 10 | 47 | 121 | 71 |
| Binary | 11101010 | 10101100 | 111010 | 0 | 11010 | 1001011 | 1000 | 100111 | 1010001 | 111001 |
Color Harmonies of #EAAC3A
Complementary color
Monochromatic Colors of #EAAC3A
Black with #EAAC3A
Text Example
Text Example
White with #EAAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAC3A; }
p { color: rgb(234,172,58); }
H1.HeaderClassName
{
color: #EAAC3A;
}
.AnyTagClassName
{
color: #EAAC3A;
}
</style>
background-color css
<style>
a { background-color: #EAAC3A; }
a { background-color: rgb(234,172,58); }
div.DivClassName
{
background-color: #EAAC3A;
}
.BgClassName
{
background-color: #EAAC3A;
}
</style>
border-color css
<style>
span { border-color: #EAAC3A; }
span { border-color: rgb(234,172,58); }
td.TdClassName
{
border-color: #EAAC3A;
}
.TagClassName
{
border-color: #EAAC3A;
}
</style>