Shades of Tulip Tree #E4AA3D
Tints of Tulip Tree #E4AA3D
RGB
CMYK
RGB Variations
Color information
#E4AA3D (or 0xE4AA3D) is known color: Tulip Tree. HEX triplet: E4, AA and 3D. RGB value is (228,170,61). Sum of RGB (Red+Green+Blue) = 228+170+61=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4AA3D is #1B55C2. Grayscale: #AFAFAF. Windows color (decimal): -1791427 or 4041444. OLE color: 4041444.
HSL color Cylindrical-coordinate representation of color #E4AA3D: hue angle of 39.16º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E4AA3D is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 61 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.11 |
| HSL | 39.16º | 0.76% | 0.57% | - |
| HSV(B) | 39.16º | 0.73% | 0.89% | - |
| XYZ | 47.21 | 45.58 | 10.72 | - |
| YUV | 174.92 | 63.72 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 61 | 0 | 0.25 | 0.73 | 0.11 | 39.16 | 0.76 | 0.57 |
| Hex | E4 | AA | 3D | 0 | 19 | 49 | B | 27 | 4C | 39 |
| Octal | 344 | 252 | 75 | 0 | 31 | 111 | 13 | 47 | 114 | 71 |
| Binary | 11100100 | 10101010 | 111101 | 0 | 11001 | 1001001 | 1011 | 100111 | 1001100 | 111001 |
Color Harmonies of #E4AA3D
Complementary color
Monochromatic Colors of #E4AA3D
Black with #E4AA3D
Text Example
Text Example
White with #E4AA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AA3D; }
p { color: rgb(228,170,61); }
H1.HeaderClassName
{
color: #E4AA3D;
}
.AnyTagClassName
{
color: #E4AA3D;
}
</style>
background-color css
<style>
a { background-color: #E4AA3D; }
a { background-color: rgb(228,170,61); }
div.DivClassName
{
background-color: #E4AA3D;
}
.BgClassName
{
background-color: #E4AA3D;
}
</style>
border-color css
<style>
span { border-color: #E4AA3D; }
span { border-color: rgb(228,170,61); }
td.TdClassName
{
border-color: #E4AA3D;
}
.TagClassName
{
border-color: #E4AA3D;
}
</style>