Shades of Tulip Tree #EAA43B
Tints of Tulip Tree #EAA43B
RGB
CMYK
RGB Variations
Color information
#EAA43B (or 0xEAA43B) is known color: Tulip Tree. HEX triplet: EA, A4 and 3B. RGB value is (234,164,59). Sum of RGB (Red+Green+Blue) = 234+164+59=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA43B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA43B is #155BC4. Grayscale: #ADADAD. Windows color (decimal): -1399749 or 3908842. OLE color: 3908842.
HSL color Cylindrical-coordinate representation of color #EAA43B: hue angle of 36º 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 #EAA43B is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 59 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.08 |
| HSL | 36º | 0.81% | 0.57% | - |
| HSV(B) | 36º | 0.75% | 0.92% | - |
| XYZ | 48 | 44.36 | 10.17 | - |
| YUV | 172.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 59 | 0 | 0.30 | 0.75 | 0.08 | 36 | 0.81 | 0.57 |
| Hex | EA | A4 | 3B | 0 | 1E | 4B | 8 | 24 | 51 | 39 |
| Octal | 352 | 244 | 73 | 0 | 36 | 113 | 10 | 44 | 121 | 71 |
| Binary | 11101010 | 10100100 | 111011 | 0 | 11110 | 1001011 | 1000 | 100100 | 1010001 | 111001 |
Color Harmonies of #EAA43B
Complementary color
Monochromatic Colors of #EAA43B
Black with #EAA43B
Text Example
Text Example
White with #EAA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA43B; }
p { color: rgb(234,164,59); }
H1.HeaderClassName
{
color: #EAA43B;
}
.AnyTagClassName
{
color: #EAA43B;
}
</style>
background-color css
<style>
a { background-color: #EAA43B; }
a { background-color: rgb(234,164,59); }
div.DivClassName
{
background-color: #EAA43B;
}
.BgClassName
{
background-color: #EAA43B;
}
</style>
border-color css
<style>
span { border-color: #EAA43B; }
span { border-color: rgb(234,164,59); }
td.TdClassName
{
border-color: #EAA43B;
}
.TagClassName
{
border-color: #EAA43B;
}
</style>