Shades of Tulip Tree #E5AE3F
Tints of Tulip Tree #E5AE3F
RGB
CMYK
RGB Variations
Color information
#E5AE3F (or 0xE5AE3F) is known color: Tulip Tree. HEX triplet: E5, AE and 3F. RGB value is (229,174,63). Sum of RGB (Red+Green+Blue) = 229+174+63=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AE3F is #1A51C0. Grayscale: #B2B2B2. Windows color (decimal): -1724865 or 4173541. OLE color: 4173541.
HSL color Cylindrical-coordinate representation of color #E5AE3F: hue angle of 40.12º 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 #E5AE3F is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 63 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.10 |
| HSL | 40.12º | 0.76% | 0.57% | - |
| HSV(B) | 40.12º | 0.72% | 0.9% | - |
| XYZ | 48.35 | 47.29 | 11.28 | - |
| YUV | 177.79 | 63.22 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 63 | 0 | 0.24 | 0.72 | 0.10 | 40.12 | 0.76 | 0.57 |
| Hex | E5 | AE | 3F | 0 | 18 | 48 | A | 28 | 4C | 39 |
| Octal | 345 | 256 | 77 | 0 | 30 | 110 | 12 | 50 | 114 | 71 |
| Binary | 11100101 | 10101110 | 111111 | 0 | 11000 | 1001000 | 1010 | 101000 | 1001100 | 111001 |
Color Harmonies of #E5AE3F
Complementary color
Monochromatic Colors of #E5AE3F
Black with #E5AE3F
Text Example
Text Example
White with #E5AE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AE3F; }
p { color: rgb(229,174,63); }
H1.HeaderClassName
{
color: #E5AE3F;
}
.AnyTagClassName
{
color: #E5AE3F;
}
</style>
background-color css
<style>
a { background-color: #E5AE3F; }
a { background-color: rgb(229,174,63); }
div.DivClassName
{
background-color: #E5AE3F;
}
.BgClassName
{
background-color: #E5AE3F;
}
</style>
border-color css
<style>
span { border-color: #E5AE3F; }
span { border-color: rgb(229,174,63); }
td.TdClassName
{
border-color: #E5AE3F;
}
.TagClassName
{
border-color: #E5AE3F;
}
</style>