Shades of Tulip Tree #E5AD3F
Tints of Tulip Tree #E5AD3F
RGB
CMYK
RGB Variations
Color information
#E5AD3F (or 0xE5AD3F) is known color: Tulip Tree. HEX triplet: E5, AD and 3F. RGB value is (229,173,63). Sum of RGB (Red+Green+Blue) = 229+173+63=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD3F is #1A52C0. Grayscale: #B1B1B1. Windows color (decimal): -1725121 or 4173285. OLE color: 4173285.
HSL color Cylindrical-coordinate representation of color #E5AD3F: hue angle of 39.76º 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 #E5AD3F is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 63 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.10 |
| HSL | 39.76º | 0.76% | 0.57% | - |
| HSV(B) | 39.76º | 0.72% | 0.9% | - |
| XYZ | 48.15 | 46.9 | 11.22 | - |
| YUV | 177.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 63 | 0 | 0.24 | 0.72 | 0.10 | 39.76 | 0.76 | 0.57 |
| Hex | E5 | AD | 3F | 0 | 18 | 48 | A | 28 | 4C | 39 |
| Octal | 345 | 255 | 77 | 0 | 30 | 110 | 12 | 50 | 114 | 71 |
| Binary | 11100101 | 10101101 | 111111 | 0 | 11000 | 1001000 | 1010 | 101000 | 1001100 | 111001 |
Color Harmonies of #E5AD3F
Complementary color
Monochromatic Colors of #E5AD3F
Black with #E5AD3F
Text Example
Text Example
White with #E5AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD3F; }
p { color: rgb(229,173,63); }
H1.HeaderClassName
{
color: #E5AD3F;
}
.AnyTagClassName
{
color: #E5AD3F;
}
</style>
background-color css
<style>
a { background-color: #E5AD3F; }
a { background-color: rgb(229,173,63); }
div.DivClassName
{
background-color: #E5AD3F;
}
.BgClassName
{
background-color: #E5AD3F;
}
</style>
border-color css
<style>
span { border-color: #E5AD3F; }
span { border-color: rgb(229,173,63); }
td.TdClassName
{
border-color: #E5AD3F;
}
.TagClassName
{
border-color: #E5AD3F;
}
</style>