Shades of Tulip Tree #E5AD35
Tints of Tulip Tree #E5AD35
RGB
CMYK
RGB Variations
Color information
#E5AD35 (or 0xE5AD35) is known color: Tulip Tree. HEX triplet: E5, AD and 35. RGB value is (229,173,53). Sum of RGB (Red+Green+Blue) = 229+173+53=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD35 is #1A52CA. Grayscale: #B0B0B0. Windows color (decimal): -1725131 or 3517925. OLE color: 3517925.
HSL color Cylindrical-coordinate representation of color #E5AD35: hue angle of 40.91º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5AD35 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 53 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.10 |
| HSL | 40.91º | 0.77% | 0.55% | - |
| HSV(B) | 40.91º | 0.77% | 0.9% | - |
| XYZ | 47.9 | 46.8 | 9.88 | - |
| YUV | 176.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 53 | 0 | 0.24 | 0.77 | 0.10 | 40.91 | 0.77 | 0.55 |
| Hex | E5 | AD | 35 | 0 | 18 | 4D | A | 29 | 4D | 37 |
| Octal | 345 | 255 | 65 | 0 | 30 | 115 | 12 | 51 | 115 | 67 |
| Binary | 11100101 | 10101101 | 110101 | 0 | 11000 | 1001101 | 1010 | 101001 | 1001101 | 110111 |
Color Harmonies of #E5AD35
Complementary color
Monochromatic Colors of #E5AD35
Black with #E5AD35
Text Example
Text Example
White with #E5AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD35; }
p { color: rgb(229,173,53); }
H1.HeaderClassName
{
color: #E5AD35;
}
.AnyTagClassName
{
color: #E5AD35;
}
</style>
background-color css
<style>
a { background-color: #E5AD35; }
a { background-color: rgb(229,173,53); }
div.DivClassName
{
background-color: #E5AD35;
}
.BgClassName
{
background-color: #E5AD35;
}
</style>
border-color css
<style>
span { border-color: #E5AD35; }
span { border-color: rgb(229,173,53); }
td.TdClassName
{
border-color: #E5AD35;
}
.TagClassName
{
border-color: #E5AD35;
}
</style>