Shades of Tulip Tree #EAA641
Tints of Tulip Tree #EAA641
RGB
CMYK
RGB Variations
Color information
#EAA641 (or 0xEAA641) is known color: Tulip Tree. HEX triplet: EA, A6 and 41. RGB value is (234,166,65). Sum of RGB (Red+Green+Blue) = 234+166+65=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA641 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA641 is #1559BE. Grayscale: #AFAFAF. Windows color (decimal): -1399231 or 4302570. OLE color: 4302570.
HSL color Cylindrical-coordinate representation of color #EAA641: hue angle of 35.86º 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 #EAA641 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 65 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.08 |
| HSL | 35.86º | 0.8% | 0.59% | - |
| HSV(B) | 35.86º | 0.72% | 0.92% | - |
| XYZ | 48.52 | 45.15 | 11.16 | - |
| YUV | 174.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 65 | 0 | 0.29 | 0.72 | 0.08 | 35.86 | 0.8 | 0.59 |
| Hex | EA | A6 | 41 | 0 | 1D | 48 | 8 | 24 | 50 | 3B |
| Octal | 352 | 246 | 101 | 0 | 35 | 110 | 10 | 44 | 120 | 73 |
| Binary | 11101010 | 10100110 | 1000001 | 0 | 11101 | 1001000 | 1000 | 100100 | 1010000 | 111011 |
Color Harmonies of #EAA641
Complementary color
Monochromatic Colors of #EAA641
Black with #EAA641
Text Example
Text Example
White with #EAA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA641; }
p { color: rgb(234,166,65); }
H1.HeaderClassName
{
color: #EAA641;
}
.AnyTagClassName
{
color: #EAA641;
}
</style>
background-color css
<style>
a { background-color: #EAA641; }
a { background-color: rgb(234,166,65); }
div.DivClassName
{
background-color: #EAA641;
}
.BgClassName
{
background-color: #EAA641;
}
</style>
border-color css
<style>
span { border-color: #EAA641; }
span { border-color: rgb(234,166,65); }
td.TdClassName
{
border-color: #EAA641;
}
.TagClassName
{
border-color: #EAA641;
}
</style>