Shades of Tulip Tree #E1A940
Tints of Tulip Tree #E1A940
RGB
CMYK
RGB Variations
Color information
#E1A940 (or 0xE1A940) is known color: Tulip Tree. HEX triplet: E1, A9 and 40. RGB value is (225,169,64). Sum of RGB (Red+Green+Blue) = 225+169+64=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A940 is #1E56BF. Grayscale: #AEAEAE. Windows color (decimal): -1988288 or 4237793. OLE color: 4237793.
HSL color Cylindrical-coordinate representation of color #E1A940: hue angle of 39.13º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1A940 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 64 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.12 |
| HSL | 39.13º | 0.73% | 0.57% | - |
| HSV(B) | 39.13º | 0.72% | 0.88% | - |
| XYZ | 46.16 | 44.75 | 11.06 | - |
| YUV | 173.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 64 | 0 | 0.25 | 0.72 | 0.12 | 39.13 | 0.73 | 0.57 |
| Hex | E1 | A9 | 40 | 0 | 19 | 48 | C | 27 | 49 | 39 |
| Octal | 341 | 251 | 100 | 0 | 31 | 110 | 14 | 47 | 111 | 71 |
| Binary | 11100001 | 10101001 | 1000000 | 0 | 11001 | 1001000 | 1100 | 100111 | 1001001 | 111001 |
Color Harmonies of #E1A940
Complementary color
Monochromatic Colors of #E1A940
Black with #E1A940
Text Example
Text Example
White with #E1A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A940; }
p { color: rgb(225,169,64); }
H1.HeaderClassName
{
color: #E1A940;
}
.AnyTagClassName
{
color: #E1A940;
}
</style>
background-color css
<style>
a { background-color: #E1A940; }
a { background-color: rgb(225,169,64); }
div.DivClassName
{
background-color: #E1A940;
}
.BgClassName
{
background-color: #E1A940;
}
</style>
border-color css
<style>
span { border-color: #E1A940; }
span { border-color: rgb(225,169,64); }
td.TdClassName
{
border-color: #E1A940;
}
.TagClassName
{
border-color: #E1A940;
}
</style>