Shades of Tulip Tree #E5AB40
Tints of Tulip Tree #E5AB40
RGB
CMYK
RGB Variations
Color information
#E5AB40 (or 0xE5AB40) is known color: Tulip Tree. HEX triplet: E5, AB and 40. RGB value is (229,171,64). Sum of RGB (Red+Green+Blue) = 229+171+64=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AB40 is #1A54BF. Grayscale: #B0B0B0. Windows color (decimal): -1725632 or 4238309. OLE color: 4238309.
HSL color Cylindrical-coordinate representation of color #E5AB40: hue angle of 38.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5AB40 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 64 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.10 |
| HSL | 38.91º | 0.76% | 0.57% | - |
| HSV(B) | 38.91º | 0.72% | 0.9% | - |
| XYZ | 47.8 | 46.15 | 11.24 | - |
| YUV | 176.14 | 64.72 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 64 | 0 | 0.25 | 0.72 | 0.10 | 38.91 | 0.76 | 0.57 |
| Hex | E5 | AB | 40 | 0 | 19 | 48 | A | 27 | 4C | 39 |
| Octal | 345 | 253 | 100 | 0 | 31 | 110 | 12 | 47 | 114 | 71 |
| Binary | 11100101 | 10101011 | 1000000 | 0 | 11001 | 1001000 | 1010 | 100111 | 1001100 | 111001 |
Color Harmonies of #E5AB40
Complementary color
Monochromatic Colors of #E5AB40
Black with #E5AB40
Text Example
Text Example
White with #E5AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB40; }
p { color: rgb(229,171,64); }
H1.HeaderClassName
{
color: #E5AB40;
}
.AnyTagClassName
{
color: #E5AB40;
}
</style>
background-color css
<style>
a { background-color: #E5AB40; }
a { background-color: rgb(229,171,64); }
div.DivClassName
{
background-color: #E5AB40;
}
.BgClassName
{
background-color: #E5AB40;
}
</style>
border-color css
<style>
span { border-color: #E5AB40; }
span { border-color: rgb(229,171,64); }
td.TdClassName
{
border-color: #E5AB40;
}
.TagClassName
{
border-color: #E5AB40;
}
</style>