Shades of Tulip Tree #EAA63B
Tints of Tulip Tree #EAA63B
RGB
CMYK
RGB Variations
Color information
#EAA63B (or 0xEAA63B) is known color: Tulip Tree. HEX triplet: EA, A6 and 3B. RGB value is (234,166,59). Sum of RGB (Red+Green+Blue) = 234+166+59=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA63B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA63B is #1559C4. Grayscale: #AEAEAE. Windows color (decimal): -1399237 or 3909354. OLE color: 3909354.
HSL color Cylindrical-coordinate representation of color #EAA63B: hue angle of 36.69º 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 #EAA63B is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 59 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.08 |
| HSL | 36.69º | 0.81% | 0.57% | - |
| HSV(B) | 36.69º | 0.75% | 0.92% | - |
| XYZ | 48.36 | 45.08 | 10.29 | - |
| YUV | 174.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 59 | 0 | 0.29 | 0.75 | 0.08 | 36.69 | 0.81 | 0.57 |
| Hex | EA | A6 | 3B | 0 | 1D | 4B | 8 | 25 | 51 | 39 |
| Octal | 352 | 246 | 73 | 0 | 35 | 113 | 10 | 45 | 121 | 71 |
| Binary | 11101010 | 10100110 | 111011 | 0 | 11101 | 1001011 | 1000 | 100101 | 1010001 | 111001 |
Color Harmonies of #EAA63B
Complementary color
Monochromatic Colors of #EAA63B
Black with #EAA63B
Text Example
Text Example
White with #EAA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA63B; }
p { color: rgb(234,166,59); }
H1.HeaderClassName
{
color: #EAA63B;
}
.AnyTagClassName
{
color: #EAA63B;
}
</style>
background-color css
<style>
a { background-color: #EAA63B; }
a { background-color: rgb(234,166,59); }
div.DivClassName
{
background-color: #EAA63B;
}
.BgClassName
{
background-color: #EAA63B;
}
</style>
border-color css
<style>
span { border-color: #EAA63B; }
span { border-color: rgb(234,166,59); }
td.TdClassName
{
border-color: #EAA63B;
}
.TagClassName
{
border-color: #EAA63B;
}
</style>