Shades of Tulip Tree #E5A844
Tints of Tulip Tree #E5A844
RGB
CMYK
RGB Variations
Color information
#E5A844 (or 0xE5A844) is known color: Tulip Tree. HEX triplet: E5, A8 and 44. RGB value is (229,168,68). Sum of RGB (Red+Green+Blue) = 229+168+68=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A844 is #1A57BB. Grayscale: #AFAFAF. Windows color (decimal): -1726396 or 4499685. OLE color: 4499685.
HSL color Cylindrical-coordinate representation of color #E5A844: hue angle of 37.27º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5A844 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 68 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.10 |
| HSL | 37.27º | 0.76% | 0.58% | - |
| HSV(B) | 37.27º | 0.7% | 0.9% | - |
| XYZ | 47.36 | 45.08 | 11.67 | - |
| YUV | 174.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 68 | 0 | 0.27 | 0.70 | 0.10 | 37.27 | 0.76 | 0.58 |
| Hex | E5 | A8 | 44 | 0 | 1B | 46 | A | 25 | 4C | 3A |
| Octal | 345 | 250 | 104 | 0 | 33 | 106 | 12 | 45 | 114 | 72 |
| Binary | 11100101 | 10101000 | 1000100 | 0 | 11011 | 1000110 | 1010 | 100101 | 1001100 | 111010 |
Color Harmonies of #E5A844
Complementary color
Monochromatic Colors of #E5A844
Black with #E5A844
Text Example
Text Example
White with #E5A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A844; }
p { color: rgb(229,168,68); }
H1.HeaderClassName
{
color: #E5A844;
}
.AnyTagClassName
{
color: #E5A844;
}
</style>
background-color css
<style>
a { background-color: #E5A844; }
a { background-color: rgb(229,168,68); }
div.DivClassName
{
background-color: #E5A844;
}
.BgClassName
{
background-color: #E5A844;
}
</style>
border-color css
<style>
span { border-color: #E5A844; }
span { border-color: rgb(229,168,68); }
td.TdClassName
{
border-color: #E5A844;
}
.TagClassName
{
border-color: #E5A844;
}
</style>