Shades of Tulip Tree #E5AA3D
Tints of Tulip Tree #E5AA3D
RGB
CMYK
RGB Variations
Color information
#E5AA3D (or 0xE5AA3D) is known color: Tulip Tree. HEX triplet: E5, AA and 3D. RGB value is (229,170,61). Sum of RGB (Red+Green+Blue) = 229+170+61=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AA3D is #1A55C2. Grayscale: #AFAFAF. Windows color (decimal): -1725891 or 4041445. OLE color: 4041445.
HSL color Cylindrical-coordinate representation of color #E5AA3D: hue angle of 38.93º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5AA3D is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 61 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.10 |
| HSL | 38.93º | 0.76% | 0.57% | - |
| HSV(B) | 38.93º | 0.73% | 0.9% | - |
| XYZ | 47.53 | 45.74 | 10.74 | - |
| YUV | 175.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 61 | 0 | 0.26 | 0.73 | 0.10 | 38.93 | 0.76 | 0.57 |
| Hex | E5 | AA | 3D | 0 | 1A | 49 | A | 27 | 4C | 39 |
| Octal | 345 | 252 | 75 | 0 | 32 | 111 | 12 | 47 | 114 | 71 |
| Binary | 11100101 | 10101010 | 111101 | 0 | 11010 | 1001001 | 1010 | 100111 | 1001100 | 111001 |
Color Harmonies of #E5AA3D
Complementary color
Monochromatic Colors of #E5AA3D
Black with #E5AA3D
Text Example
Text Example
White with #E5AA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA3D; }
p { color: rgb(229,170,61); }
H1.HeaderClassName
{
color: #E5AA3D;
}
.AnyTagClassName
{
color: #E5AA3D;
}
</style>
background-color css
<style>
a { background-color: #E5AA3D; }
a { background-color: rgb(229,170,61); }
div.DivClassName
{
background-color: #E5AA3D;
}
.BgClassName
{
background-color: #E5AA3D;
}
</style>
border-color css
<style>
span { border-color: #E5AA3D; }
span { border-color: rgb(229,170,61); }
td.TdClassName
{
border-color: #E5AA3D;
}
.TagClassName
{
border-color: #E5AA3D;
}
</style>