Shades of Tulip Tree #E1B941
Tints of Tulip Tree #E1B941
RGB
CMYK
RGB Variations
Color information
#E1B941 (or 0xE1B941) is known color: Tulip Tree. HEX triplet: E1, B9 and 41. RGB value is (225,185,65). Sum of RGB (Red+Green+Blue) = 225+185+65=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B941 is #1E46BE. Grayscale: #B7B7B7. Windows color (decimal): -1984191 or 4307425. OLE color: 4307425.
HSL color Cylindrical-coordinate representation of color #E1B941: hue angle of 45º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1B941 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 65 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.12 |
| HSL | 45º | 0.73% | 0.57% | - |
| HSV(B) | 45º | 0.71% | 0.88% | - |
| XYZ | 49.35 | 51.09 | 12.26 | - |
| YUV | 183.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 65 | 0 | 0.18 | 0.71 | 0.12 | 45 | 0.73 | 0.57 |
| Hex | E1 | B9 | 41 | 0 | 12 | 47 | C | 2D | 49 | 39 |
| Octal | 341 | 271 | 101 | 0 | 22 | 107 | 14 | 55 | 111 | 71 |
| Binary | 11100001 | 10111001 | 1000001 | 0 | 10010 | 1000111 | 1100 | 101101 | 1001001 | 111001 |
Color Harmonies of #E1B941
Complementary color
Monochromatic Colors of #E1B941
Black with #E1B941
Text Example
Text Example
White with #E1B941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B941; }
p { color: rgb(225,185,65); }
H1.HeaderClassName
{
color: #E1B941;
}
.AnyTagClassName
{
color: #E1B941;
}
</style>
background-color css
<style>
a { background-color: #E1B941; }
a { background-color: rgb(225,185,65); }
div.DivClassName
{
background-color: #E1B941;
}
.BgClassName
{
background-color: #E1B941;
}
</style>
border-color css
<style>
span { border-color: #E1B941; }
span { border-color: rgb(225,185,65); }
td.TdClassName
{
border-color: #E1B941;
}
.TagClassName
{
border-color: #E1B941;
}
</style>