Shades of Tulip Tree #EAA443
Tints of Tulip Tree #EAA443
RGB
CMYK
RGB Variations
Color information
#EAA443 (or 0xEAA443) is known color: Tulip Tree. HEX triplet: EA, A4 and 43. RGB value is (234,164,67). Sum of RGB (Red+Green+Blue) = 234+164+67=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA443 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA443 is #155BBC. Grayscale: #AEAEAE. Windows color (decimal): -1399741 or 4433130. OLE color: 4433130.
HSL color Cylindrical-coordinate representation of color #EAA443: hue angle of 34.85º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAA443 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 67 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.08 |
| HSL | 34.85º | 0.8% | 0.59% | - |
| HSV(B) | 34.85º | 0.71% | 0.92% | - |
| XYZ | 48.22 | 44.45 | 11.35 | - |
| YUV | 173.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 67 | 0 | 0.30 | 0.71 | 0.08 | 34.85 | 0.8 | 0.59 |
| Hex | EA | A4 | 43 | 0 | 1E | 47 | 8 | 23 | 50 | 3B |
| Octal | 352 | 244 | 103 | 0 | 36 | 107 | 10 | 43 | 120 | 73 |
| Binary | 11101010 | 10100100 | 1000011 | 0 | 11110 | 1000111 | 1000 | 100011 | 1010000 | 111011 |
Color Harmonies of #EAA443
Complementary color
Monochromatic Colors of #EAA443
Black with #EAA443
Text Example
Text Example
White with #EAA443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA443; }
p { color: rgb(234,164,67); }
H1.HeaderClassName
{
color: #EAA443;
}
.AnyTagClassName
{
color: #EAA443;
}
</style>
background-color css
<style>
a { background-color: #EAA443; }
a { background-color: rgb(234,164,67); }
div.DivClassName
{
background-color: #EAA443;
}
.BgClassName
{
background-color: #EAA443;
}
</style>
border-color css
<style>
span { border-color: #EAA443; }
span { border-color: rgb(234,164,67); }
td.TdClassName
{
border-color: #EAA443;
}
.TagClassName
{
border-color: #EAA443;
}
</style>