Shades of Tulip Tree #EAA642
Tints of Tulip Tree #EAA642
RGB
CMYK
RGB Variations
Color information
#EAA642 (or 0xEAA642) is known color: Tulip Tree. HEX triplet: EA, A6 and 42. RGB value is (234,166,66). Sum of RGB (Red+Green+Blue) = 234+166+66=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA642 is #1559BD. Grayscale: #AFAFAF. Windows color (decimal): -1399230 or 4368106. OLE color: 4368106.
HSL color Cylindrical-coordinate representation of color #EAA642: hue angle of 35.71º 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 #EAA642 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 66 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.08 |
| HSL | 35.71º | 0.8% | 0.59% | - |
| HSV(B) | 35.71º | 0.72% | 0.92% | - |
| XYZ | 48.55 | 45.16 | 11.31 | - |
| YUV | 174.93 | 66.53 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 66 | 0 | 0.29 | 0.72 | 0.08 | 35.71 | 0.8 | 0.59 |
| Hex | EA | A6 | 42 | 0 | 1D | 48 | 8 | 24 | 50 | 3B |
| Octal | 352 | 246 | 102 | 0 | 35 | 110 | 10 | 44 | 120 | 73 |
| Binary | 11101010 | 10100110 | 1000010 | 0 | 11101 | 1001000 | 1000 | 100100 | 1010000 | 111011 |
Color Harmonies of #EAA642
Complementary color
Monochromatic Colors of #EAA642
Black with #EAA642
Text Example
Text Example
White with #EAA642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA642; }
p { color: rgb(234,166,66); }
H1.HeaderClassName
{
color: #EAA642;
}
.AnyTagClassName
{
color: #EAA642;
}
</style>
background-color css
<style>
a { background-color: #EAA642; }
a { background-color: rgb(234,166,66); }
div.DivClassName
{
background-color: #EAA642;
}
.BgClassName
{
background-color: #EAA642;
}
</style>
border-color css
<style>
span { border-color: #EAA642; }
span { border-color: rgb(234,166,66); }
td.TdClassName
{
border-color: #EAA642;
}
.TagClassName
{
border-color: #EAA642;
}
</style>