Shades of Tulip Tree #E5AB45
Tints of Tulip Tree #E5AB45
RGB
CMYK
RGB Variations
Color information
#E5AB45 (or 0xE5AB45) is known color: Tulip Tree. HEX triplet: E5, AB and 45. RGB value is (229,171,69). Sum of RGB (Red+Green+Blue) = 229+171+69=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AB45 is #1A54BA. Grayscale: #B1B1B1. Windows color (decimal): -1725627 or 4565989. OLE color: 4565989.
HSL color Cylindrical-coordinate representation of color #E5AB45: hue angle of 38.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5AB45 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 69 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.10 |
| HSL | 38.25º | 0.75% | 0.58% | - |
| HSV(B) | 38.25º | 0.7% | 0.9% | - |
| XYZ | 47.95 | 46.21 | 12.02 | - |
| YUV | 176.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 69 | 0 | 0.25 | 0.70 | 0.10 | 38.25 | 0.75 | 0.58 |
| Hex | E5 | AB | 45 | 0 | 19 | 46 | A | 26 | 4B | 3A |
| Octal | 345 | 253 | 105 | 0 | 31 | 106 | 12 | 46 | 113 | 72 |
| Binary | 11100101 | 10101011 | 1000101 | 0 | 11001 | 1000110 | 1010 | 100110 | 1001011 | 111010 |
Color Harmonies of #E5AB45
Complementary color
Monochromatic Colors of #E5AB45
Black with #E5AB45
Text Example
Text Example
White with #E5AB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB45; }
p { color: rgb(229,171,69); }
H1.HeaderClassName
{
color: #E5AB45;
}
.AnyTagClassName
{
color: #E5AB45;
}
</style>
background-color css
<style>
a { background-color: #E5AB45; }
a { background-color: rgb(229,171,69); }
div.DivClassName
{
background-color: #E5AB45;
}
.BgClassName
{
background-color: #E5AB45;
}
</style>
border-color css
<style>
span { border-color: #E5AB45; }
span { border-color: rgb(229,171,69); }
td.TdClassName
{
border-color: #E5AB45;
}
.TagClassName
{
border-color: #E5AB45;
}
</style>