Shades of Tulip Tree #EAA446
Tints of Tulip Tree #EAA446
RGB
CMYK
RGB Variations
Color information
#EAA446 (or 0xEAA446) is known color: Tulip Tree. HEX triplet: EA, A4 and 46. RGB value is (234,164,70). Sum of RGB (Red+Green+Blue) = 234+164+70=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA446 is #155BB9. Grayscale: #AEAEAE. Windows color (decimal): -1399738 or 4629738. OLE color: 4629738.
HSL color Cylindrical-coordinate representation of color #EAA446: hue angle of 34.39º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAA446 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 70 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.08 |
| HSL | 34.39º | 0.8% | 0.6% | - |
| HSV(B) | 34.39º | 0.7% | 0.92% | - |
| XYZ | 48.31 | 44.49 | 11.83 | - |
| YUV | 174.21 | 69.19 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 70 | 0 | 0.30 | 0.70 | 0.08 | 34.39 | 0.8 | 0.6 |
| Hex | EA | A4 | 46 | 0 | 1E | 46 | 8 | 22 | 50 | 3C |
| Octal | 352 | 244 | 106 | 0 | 36 | 106 | 10 | 42 | 120 | 74 |
| Binary | 11101010 | 10100100 | 1000110 | 0 | 11110 | 1000110 | 1000 | 100010 | 1010000 | 111100 |
Color Harmonies of #EAA446
Complementary color
Monochromatic Colors of #EAA446
Black with #EAA446
Text Example
Text Example
White with #EAA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA446; }
p { color: rgb(234,164,70); }
H1.HeaderClassName
{
color: #EAA446;
}
.AnyTagClassName
{
color: #EAA446;
}
</style>
background-color css
<style>
a { background-color: #EAA446; }
a { background-color: rgb(234,164,70); }
div.DivClassName
{
background-color: #EAA446;
}
.BgClassName
{
background-color: #EAA446;
}
</style>
border-color css
<style>
span { border-color: #EAA446; }
span { border-color: rgb(234,164,70); }
td.TdClassName
{
border-color: #EAA446;
}
.TagClassName
{
border-color: #EAA446;
}
</style>