Shades of Tulip Tree #EAA942
Tints of Tulip Tree #EAA942
RGB
CMYK
RGB Variations
Color information
#EAA942 (or 0xEAA942) is known color: Tulip Tree. HEX triplet: EA, A9 and 42. RGB value is (234,169,66). Sum of RGB (Red+Green+Blue) = 234+169+66=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA942 is #1556BD. Grayscale: #B1B1B1. Windows color (decimal): -1398462 or 4368874. OLE color: 4368874.
HSL color Cylindrical-coordinate representation of color #EAA942: hue angle of 36.79º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAA942 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 66 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.08 |
| HSL | 36.79º | 0.8% | 0.59% | - |
| HSV(B) | 36.79º | 0.72% | 0.92% | - |
| XYZ | 49.1 | 46.26 | 11.5 | - |
| YUV | 176.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 66 | 0 | 0.28 | 0.72 | 0.08 | 36.79 | 0.8 | 0.59 |
| Hex | EA | A9 | 42 | 0 | 1C | 48 | 8 | 25 | 50 | 3B |
| Octal | 352 | 251 | 102 | 0 | 34 | 110 | 10 | 45 | 120 | 73 |
| Binary | 11101010 | 10101001 | 1000010 | 0 | 11100 | 1001000 | 1000 | 100101 | 1010000 | 111011 |
Color Harmonies of #EAA942
Complementary color
Monochromatic Colors of #EAA942
Black with #EAA942
Text Example
Text Example
White with #EAA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA942; }
p { color: rgb(234,169,66); }
H1.HeaderClassName
{
color: #EAA942;
}
.AnyTagClassName
{
color: #EAA942;
}
</style>
background-color css
<style>
a { background-color: #EAA942; }
a { background-color: rgb(234,169,66); }
div.DivClassName
{
background-color: #EAA942;
}
.BgClassName
{
background-color: #EAA942;
}
</style>
border-color css
<style>
span { border-color: #EAA942; }
span { border-color: rgb(234,169,66); }
td.TdClassName
{
border-color: #EAA942;
}
.TagClassName
{
border-color: #EAA942;
}
</style>