Shades of Tulip Tree #E2AE49
Tints of Tulip Tree #E2AE49
RGB
CMYK
RGB Variations
Color information
#E2AE49 (or 0xE2AE49) is known color: Tulip Tree. HEX triplet: E2, AE and 49. RGB value is (226,174,73). Sum of RGB (Red+Green+Blue) = 226+174+73=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AE49 is #1D51B6. Grayscale: #B2B2B2. Windows color (decimal): -1921463 or 4828898. OLE color: 4828898.
HSL color Cylindrical-coordinate representation of color #E2AE49: hue angle of 39.61º 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 #E2AE49 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 73 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.11 |
| HSL | 39.61º | 0.73% | 0.59% | - |
| HSV(B) | 39.61º | 0.68% | 0.89% | - |
| XYZ | 47.7 | 46.92 | 12.85 | - |
| YUV | 178.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 73 | 0 | 0.23 | 0.68 | 0.11 | 39.61 | 0.73 | 0.59 |
| Hex | E2 | AE | 49 | 0 | 17 | 44 | B | 28 | 49 | 3B |
| Octal | 342 | 256 | 111 | 0 | 27 | 104 | 13 | 50 | 111 | 73 |
| Binary | 11100010 | 10101110 | 1001001 | 0 | 10111 | 1000100 | 1011 | 101000 | 1001001 | 111011 |
Color Harmonies of #E2AE49
Complementary color
Monochromatic Colors of #E2AE49
Black with #E2AE49
Text Example
Text Example
White with #E2AE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AE49; }
p { color: rgb(226,174,73); }
H1.HeaderClassName
{
color: #E2AE49;
}
.AnyTagClassName
{
color: #E2AE49;
}
</style>
background-color css
<style>
a { background-color: #E2AE49; }
a { background-color: rgb(226,174,73); }
div.DivClassName
{
background-color: #E2AE49;
}
.BgClassName
{
background-color: #E2AE49;
}
</style>
border-color css
<style>
span { border-color: #E2AE49; }
span { border-color: rgb(226,174,73); }
td.TdClassName
{
border-color: #E2AE49;
}
.TagClassName
{
border-color: #E2AE49;
}
</style>