Shades of Tulip Tree #EAA73F
Tints of Tulip Tree #EAA73F
RGB
CMYK
RGB Variations
Color information
#EAA73F (or 0xEAA73F) is known color: Tulip Tree. HEX triplet: EA, A7 and 3F. RGB value is (234,167,63). Sum of RGB (Red+Green+Blue) = 234+167+63=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA73F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA73F is #1558C0. Grayscale: #AFAFAF. Windows color (decimal): -1398977 or 4171754. OLE color: 4171754.
HSL color Cylindrical-coordinate representation of color #EAA73F: hue angle of 36.49º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAA73F is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 63 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.08 |
| HSL | 36.49º | 0.8% | 0.58% | - |
| HSV(B) | 36.49º | 0.73% | 0.92% | - |
| XYZ | 48.65 | 45.49 | 10.92 | - |
| YUV | 175.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 63 | 0 | 0.29 | 0.73 | 0.08 | 36.49 | 0.8 | 0.58 |
| Hex | EA | A7 | 3F | 0 | 1D | 49 | 8 | 24 | 50 | 3A |
| Octal | 352 | 247 | 77 | 0 | 35 | 111 | 10 | 44 | 120 | 72 |
| Binary | 11101010 | 10100111 | 111111 | 0 | 11101 | 1001001 | 1000 | 100100 | 1010000 | 111010 |
Color Harmonies of #EAA73F
Complementary color
Monochromatic Colors of #EAA73F
Black with #EAA73F
Text Example
Text Example
White with #EAA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA73F; }
p { color: rgb(234,167,63); }
H1.HeaderClassName
{
color: #EAA73F;
}
.AnyTagClassName
{
color: #EAA73F;
}
</style>
background-color css
<style>
a { background-color: #EAA73F; }
a { background-color: rgb(234,167,63); }
div.DivClassName
{
background-color: #EAA73F;
}
.BgClassName
{
background-color: #EAA73F;
}
</style>
border-color css
<style>
span { border-color: #EAA73F; }
span { border-color: rgb(234,167,63); }
td.TdClassName
{
border-color: #EAA73F;
}
.TagClassName
{
border-color: #EAA73F;
}
</style>