Shades of Tulip Tree #E1AD47
Tints of Tulip Tree #E1AD47
RGB
CMYK
RGB Variations
Color information
#E1AD47 (or 0xE1AD47) is known color: Tulip Tree. HEX triplet: E1, AD and 47. RGB value is (225,173,71). Sum of RGB (Red+Green+Blue) = 225+173+71=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD47 is #1E52B8. Grayscale: #B1B1B1. Windows color (decimal): -1987257 or 4697569. OLE color: 4697569.
HSL color Cylindrical-coordinate representation of color #E1AD47: hue angle of 39.74º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1AD47 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 71 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.12 |
| HSL | 39.74º | 0.72% | 0.58% | - |
| HSV(B) | 39.74º | 0.68% | 0.88% | - |
| XYZ | 47.13 | 46.35 | 12.42 | - |
| YUV | 176.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 71 | 0 | 0.23 | 0.68 | 0.12 | 39.74 | 0.72 | 0.58 |
| Hex | E1 | AD | 47 | 0 | 17 | 44 | C | 28 | 48 | 3A |
| Octal | 341 | 255 | 107 | 0 | 27 | 104 | 14 | 50 | 110 | 72 |
| Binary | 11100001 | 10101101 | 1000111 | 0 | 10111 | 1000100 | 1100 | 101000 | 1001000 | 111010 |
Color Harmonies of #E1AD47
Complementary color
Monochromatic Colors of #E1AD47
Black with #E1AD47
Text Example
Text Example
White with #E1AD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD47; }
p { color: rgb(225,173,71); }
H1.HeaderClassName
{
color: #E1AD47;
}
.AnyTagClassName
{
color: #E1AD47;
}
</style>
background-color css
<style>
a { background-color: #E1AD47; }
a { background-color: rgb(225,173,71); }
div.DivClassName
{
background-color: #E1AD47;
}
.BgClassName
{
background-color: #E1AD47;
}
</style>
border-color css
<style>
span { border-color: #E1AD47; }
span { border-color: rgb(225,173,71); }
td.TdClassName
{
border-color: #E1AD47;
}
.TagClassName
{
border-color: #E1AD47;
}
</style>