Shades of Tulip Tree #E4A334
Tints of Tulip Tree #E4A334
RGB
CMYK
RGB Variations
Color information
#E4A334 (or 0xE4A334) is known color: Tulip Tree. HEX triplet: E4, A3 and 34. RGB value is (228,163,52). Sum of RGB (Red+Green+Blue) = 228+163+52=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A334 is #1B5CCB. Grayscale: #AAAAAA. Windows color (decimal): -1793228 or 3449828. OLE color: 3449828.
HSL color Cylindrical-coordinate representation of color #E4A334: hue angle of 37.84º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E4A334 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 163 | 52 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.11 |
| HSL | 37.84º | 0.77% | 0.55% | - |
| HSV(B) | 37.84º | 0.77% | 0.89% | - |
| XYZ | 45.71 | 42.94 | 9.13 | - |
| YUV | 169.78 | 61.53 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 163 | 52 | 0 | 0.29 | 0.77 | 0.11 | 37.84 | 0.77 | 0.55 |
| Hex | E4 | A3 | 34 | 0 | 1D | 4D | B | 26 | 4D | 37 |
| Octal | 344 | 243 | 64 | 0 | 35 | 115 | 13 | 46 | 115 | 67 |
| Binary | 11100100 | 10100011 | 110100 | 0 | 11101 | 1001101 | 1011 | 100110 | 1001101 | 110111 |
Color Harmonies of #E4A334
Complementary color
Monochromatic Colors of #E4A334
Black with #E4A334
Text Example
Text Example
White with #E4A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A334; }
p { color: rgb(228,163,52); }
H1.HeaderClassName
{
color: #E4A334;
}
.AnyTagClassName
{
color: #E4A334;
}
</style>
background-color css
<style>
a { background-color: #E4A334; }
a { background-color: rgb(228,163,52); }
div.DivClassName
{
background-color: #E4A334;
}
.BgClassName
{
background-color: #E4A334;
}
</style>
border-color css
<style>
span { border-color: #E4A334; }
span { border-color: rgb(228,163,52); }
td.TdClassName
{
border-color: #E4A334;
}
.TagClassName
{
border-color: #E4A334;
}
</style>