Shades of Tulip Tree #E1A844
Tints of Tulip Tree #E1A844
RGB
CMYK
RGB Variations
Color information
#E1A844 (or 0xE1A844) is known color: Tulip Tree. HEX triplet: E1, A8 and 44. RGB value is (225,168,68). Sum of RGB (Red+Green+Blue) = 225+168+68=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A844 is #1E57BB. Grayscale: #AEAEAE. Windows color (decimal): -1988540 or 4499681. OLE color: 4499681.
HSL color Cylindrical-coordinate representation of color #E1A844: hue angle of 38.22º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1A844 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 68 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.12 |
| HSL | 38.22º | 0.72% | 0.57% | - |
| HSV(B) | 38.22º | 0.7% | 0.88% | - |
| XYZ | 46.1 | 44.43 | 11.62 | - |
| YUV | 173.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 68 | 0 | 0.25 | 0.70 | 0.12 | 38.22 | 0.72 | 0.57 |
| Hex | E1 | A8 | 44 | 0 | 19 | 46 | C | 26 | 48 | 39 |
| Octal | 341 | 250 | 104 | 0 | 31 | 106 | 14 | 46 | 110 | 71 |
| Binary | 11100001 | 10101000 | 1000100 | 0 | 11001 | 1000110 | 1100 | 100110 | 1001000 | 111001 |
Color Harmonies of #E1A844
Complementary color
Monochromatic Colors of #E1A844
Black with #E1A844
Text Example
Text Example
White with #E1A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A844; }
p { color: rgb(225,168,68); }
H1.HeaderClassName
{
color: #E1A844;
}
.AnyTagClassName
{
color: #E1A844;
}
</style>
background-color css
<style>
a { background-color: #E1A844; }
a { background-color: rgb(225,168,68); }
div.DivClassName
{
background-color: #E1A844;
}
.BgClassName
{
background-color: #E1A844;
}
</style>
border-color css
<style>
span { border-color: #E1A844; }
span { border-color: rgb(225,168,68); }
td.TdClassName
{
border-color: #E1A844;
}
.TagClassName
{
border-color: #E1A844;
}
</style>