Shades of Tulip Tree #E5A540
Tints of Tulip Tree #E5A540
RGB
CMYK
RGB Variations
Color information
#E5A540 (or 0xE5A540) is known color: Tulip Tree. HEX triplet: E5, A5 and 40. RGB value is (229,165,64). Sum of RGB (Red+Green+Blue) = 229+165+64=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A540 is #1A5ABF. Grayscale: #ADADAD. Windows color (decimal): -1727168 or 4236773. OLE color: 4236773.
HSL color Cylindrical-coordinate representation of color #E5A540: hue angle of 36.73º 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 #E5A540 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 64 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.10 |
| HSL | 36.73º | 0.76% | 0.57% | - |
| HSV(B) | 36.73º | 0.72% | 0.9% | - |
| XYZ | 46.69 | 43.94 | 10.87 | - |
| YUV | 172.62 | 66.7 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 64 | 0 | 0.28 | 0.72 | 0.10 | 36.73 | 0.76 | 0.57 |
| Hex | E5 | A5 | 40 | 0 | 1C | 48 | A | 25 | 4C | 39 |
| Octal | 345 | 245 | 100 | 0 | 34 | 110 | 12 | 45 | 114 | 71 |
| Binary | 11100101 | 10100101 | 1000000 | 0 | 11100 | 1001000 | 1010 | 100101 | 1001100 | 111001 |
Color Harmonies of #E5A540
Complementary color
Monochromatic Colors of #E5A540
Black with #E5A540
Text Example
Text Example
White with #E5A540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A540; }
p { color: rgb(229,165,64); }
H1.HeaderClassName
{
color: #E5A540;
}
.AnyTagClassName
{
color: #E5A540;
}
</style>
background-color css
<style>
a { background-color: #E5A540; }
a { background-color: rgb(229,165,64); }
div.DivClassName
{
background-color: #E5A540;
}
.BgClassName
{
background-color: #E5A540;
}
</style>
border-color css
<style>
span { border-color: #E5A540; }
span { border-color: rgb(229,165,64); }
td.TdClassName
{
border-color: #E5A540;
}
.TagClassName
{
border-color: #E5A540;
}
</style>