Shades of Tulip Tree #E0AB49
Tints of Tulip Tree #E0AB49
RGB
CMYK
RGB Variations
Color information
#E0AB49 (or 0xE0AB49) is known color: Tulip Tree. HEX triplet: E0, AB and 49. RGB value is (224,171,73). Sum of RGB (Red+Green+Blue) = 224+171+73=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AB49 is #1F54B6. Grayscale: #B0B0B0. Windows color (decimal): -2053303 or 4828128. OLE color: 4828128.
HSL color Cylindrical-coordinate representation of color #E0AB49: hue angle of 38.94º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0AB49 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 73 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.12 |
| HSL | 38.94º | 0.71% | 0.58% | - |
| HSV(B) | 38.94º | 0.67% | 0.88% | - |
| XYZ | 46.51 | 45.45 | 12.63 | - |
| YUV | 175.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 73 | 0 | 0.24 | 0.67 | 0.12 | 38.94 | 0.71 | 0.58 |
| Hex | E0 | AB | 49 | 0 | 18 | 43 | C | 27 | 47 | 3A |
| Octal | 340 | 253 | 111 | 0 | 30 | 103 | 14 | 47 | 107 | 72 |
| Binary | 11100000 | 10101011 | 1001001 | 0 | 11000 | 1000011 | 1100 | 100111 | 1000111 | 111010 |
Color Harmonies of #E0AB49
Complementary color
Monochromatic Colors of #E0AB49
Black with #E0AB49
Text Example
Text Example
White with #E0AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB49; }
p { color: rgb(224,171,73); }
H1.HeaderClassName
{
color: #E0AB49;
}
.AnyTagClassName
{
color: #E0AB49;
}
</style>
background-color css
<style>
a { background-color: #E0AB49; }
a { background-color: rgb(224,171,73); }
div.DivClassName
{
background-color: #E0AB49;
}
.BgClassName
{
background-color: #E0AB49;
}
</style>
border-color css
<style>
span { border-color: #E0AB49; }
span { border-color: rgb(224,171,73); }
td.TdClassName
{
border-color: #E0AB49;
}
.TagClassName
{
border-color: #E0AB49;
}
</style>