Shades of Tulip Tree #E4A740
Tints of Tulip Tree #E4A740
RGB
CMYK
RGB Variations
Color information
#E4A740 (or 0xE4A740) is known color: Tulip Tree. HEX triplet: E4, A7 and 40. RGB value is (228,167,64). Sum of RGB (Red+Green+Blue) = 228+167+64=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A740 is #1B58BF. Grayscale: #ADADAD. Windows color (decimal): -1792192 or 4237284. OLE color: 4237284.
HSL color Cylindrical-coordinate representation of color #E4A740: hue angle of 37.68º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E4A740 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 167 | 64 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.11 |
| HSL | 37.68º | 0.75% | 0.57% | - |
| HSV(B) | 37.68º | 0.72% | 0.89% | - |
| XYZ | 46.74 | 44.5 | 10.98 | - |
| YUV | 173.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 167 | 64 | 0 | 0.27 | 0.72 | 0.11 | 37.68 | 0.75 | 0.57 |
| Hex | E4 | A7 | 40 | 0 | 1B | 48 | B | 26 | 4B | 39 |
| Octal | 344 | 247 | 100 | 0 | 33 | 110 | 13 | 46 | 113 | 71 |
| Binary | 11100100 | 10100111 | 1000000 | 0 | 11011 | 1001000 | 1011 | 100110 | 1001011 | 111001 |
Color Harmonies of #E4A740
Complementary color
Monochromatic Colors of #E4A740
Black with #E4A740
Text Example
Text Example
White with #E4A740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A740; }
p { color: rgb(228,167,64); }
H1.HeaderClassName
{
color: #E4A740;
}
.AnyTagClassName
{
color: #E4A740;
}
</style>
background-color css
<style>
a { background-color: #E4A740; }
a { background-color: rgb(228,167,64); }
div.DivClassName
{
background-color: #E4A740;
}
.BgClassName
{
background-color: #E4A740;
}
</style>
border-color css
<style>
span { border-color: #E4A740; }
span { border-color: rgb(228,167,64); }
td.TdClassName
{
border-color: #E4A740;
}
.TagClassName
{
border-color: #E4A740;
}
</style>