Shades of Tulip Tree #E2AD49
Tints of Tulip Tree #E2AD49
RGB
CMYK
RGB Variations
Color information
#E2AD49 (or 0xE2AD49) is known color: Tulip Tree. HEX triplet: E2, AD and 49. RGB value is (226,173,73). Sum of RGB (Red+Green+Blue) = 226+173+73=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AD49 is #1D52B6. Grayscale: #B1B1B1. Windows color (decimal): -1921719 or 4828642. OLE color: 4828642.
HSL color Cylindrical-coordinate representation of color #E2AD49: hue angle of 39.22º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2AD49 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 73 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.11 |
| HSL | 39.22º | 0.73% | 0.59% | - |
| HSV(B) | 39.22º | 0.68% | 0.89% | - |
| XYZ | 47.51 | 46.54 | 12.78 | - |
| YUV | 177.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 73 | 0 | 0.23 | 0.68 | 0.11 | 39.22 | 0.73 | 0.59 |
| Hex | E2 | AD | 49 | 0 | 17 | 44 | B | 27 | 49 | 3B |
| Octal | 342 | 255 | 111 | 0 | 27 | 104 | 13 | 47 | 111 | 73 |
| Binary | 11100010 | 10101101 | 1001001 | 0 | 10111 | 1000100 | 1011 | 100111 | 1001001 | 111011 |
Color Harmonies of #E2AD49
Complementary color
Monochromatic Colors of #E2AD49
Black with #E2AD49
Text Example
Text Example
White with #E2AD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD49; }
p { color: rgb(226,173,73); }
H1.HeaderClassName
{
color: #E2AD49;
}
.AnyTagClassName
{
color: #E2AD49;
}
</style>
background-color css
<style>
a { background-color: #E2AD49; }
a { background-color: rgb(226,173,73); }
div.DivClassName
{
background-color: #E2AD49;
}
.BgClassName
{
background-color: #E2AD49;
}
</style>
border-color css
<style>
span { border-color: #E2AD49; }
span { border-color: rgb(226,173,73); }
td.TdClassName
{
border-color: #E2AD49;
}
.TagClassName
{
border-color: #E2AD49;
}
</style>