Shades of Tulip Tree #EAAC3E
Tints of Tulip Tree #EAAC3E
RGB
CMYK
RGB Variations
Color information
#EAAC3E (or 0xEAAC3E) is known color: Tulip Tree. HEX triplet: EA, AC and 3E. RGB value is (234,172,62). Sum of RGB (Red+Green+Blue) = 234+172+62=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAC3E is #1553C1. Grayscale: #B2B2B2. Windows color (decimal): -1397698 or 4107498. OLE color: 4107498.
HSL color Cylindrical-coordinate representation of color #EAAC3E: hue angle of 38.37º 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 #EAAC3E is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 62 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.08 |
| HSL | 38.37º | 0.8% | 0.58% | - |
| HSV(B) | 38.37º | 0.74% | 0.92% | - |
| XYZ | 49.55 | 47.35 | 11.08 | - |
| YUV | 178 | 62.54 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 62 | 0 | 0.26 | 0.74 | 0.08 | 38.37 | 0.8 | 0.58 |
| Hex | EA | AC | 3E | 0 | 1A | 4A | 8 | 26 | 50 | 3A |
| Octal | 352 | 254 | 76 | 0 | 32 | 112 | 10 | 46 | 120 | 72 |
| Binary | 11101010 | 10101100 | 111110 | 0 | 11010 | 1001010 | 1000 | 100110 | 1010000 | 111010 |
Color Harmonies of #EAAC3E
Complementary color
Monochromatic Colors of #EAAC3E
Black with #EAAC3E
Text Example
Text Example
White with #EAAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAC3E; }
p { color: rgb(234,172,62); }
H1.HeaderClassName
{
color: #EAAC3E;
}
.AnyTagClassName
{
color: #EAAC3E;
}
</style>
background-color css
<style>
a { background-color: #EAAC3E; }
a { background-color: rgb(234,172,62); }
div.DivClassName
{
background-color: #EAAC3E;
}
.BgClassName
{
background-color: #EAAC3E;
}
</style>
border-color css
<style>
span { border-color: #EAAC3E; }
span { border-color: rgb(234,172,62); }
td.TdClassName
{
border-color: #EAAC3E;
}
.TagClassName
{
border-color: #EAAC3E;
}
</style>