Shades of Tulip Tree #E5AD32
Tints of Tulip Tree #E5AD32
RGB
CMYK
RGB Variations
Color information
#E5AD32 (or 0xE5AD32) is known color: Tulip Tree. HEX triplet: E5, AD and 32. RGB value is (229,173,50). Sum of RGB (Red+Green+Blue) = 229+173+50=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD32 is #1A52CD. Grayscale: #B0B0B0. Windows color (decimal): -1725134 or 3321317. OLE color: 3321317.
HSL color Cylindrical-coordinate representation of color #E5AD32: hue angle of 41.23º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5AD32 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 50 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.10 |
| HSL | 41.23º | 0.77% | 0.55% | - |
| HSV(B) | 41.23º | 0.78% | 0.9% | - |
| XYZ | 47.83 | 46.78 | 9.53 | - |
| YUV | 175.72 | 57.05 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 50 | 0 | 0.24 | 0.78 | 0.10 | 41.23 | 0.77 | 0.55 |
| Hex | E5 | AD | 32 | 0 | 18 | 4E | A | 29 | 4D | 37 |
| Octal | 345 | 255 | 62 | 0 | 30 | 116 | 12 | 51 | 115 | 67 |
| Binary | 11100101 | 10101101 | 110010 | 0 | 11000 | 1001110 | 1010 | 101001 | 1001101 | 110111 |
Color Harmonies of #E5AD32
Complementary color
Monochromatic Colors of #E5AD32
Black with #E5AD32
Text Example
Text Example
White with #E5AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD32; }
p { color: rgb(229,173,50); }
H1.HeaderClassName
{
color: #E5AD32;
}
.AnyTagClassName
{
color: #E5AD32;
}
</style>
background-color css
<style>
a { background-color: #E5AD32; }
a { background-color: rgb(229,173,50); }
div.DivClassName
{
background-color: #E5AD32;
}
.BgClassName
{
background-color: #E5AD32;
}
</style>
border-color css
<style>
span { border-color: #E5AD32; }
span { border-color: rgb(229,173,50); }
td.TdClassName
{
border-color: #E5AD32;
}
.TagClassName
{
border-color: #E5AD32;
}
</style>