Shades of Tulip Tree #E1B740
Tints of Tulip Tree #E1B740
RGB
CMYK
RGB Variations
Color information
#E1B740 (or 0xE1B740) is known color: Tulip Tree. HEX triplet: E1, B7 and 40. RGB value is (225,183,64). Sum of RGB (Red+Green+Blue) = 225+183+64=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B740 is #1E48BF. Grayscale: #B6B6B6. Windows color (decimal): -1984704 or 4241377. OLE color: 4241377.
HSL color Cylindrical-coordinate representation of color #E1B740: hue angle of 44.35º 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 #E1B740 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 64 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.12 |
| HSL | 44.35º | 0.73% | 0.57% | - |
| HSV(B) | 44.35º | 0.72% | 0.88% | - |
| XYZ | 48.91 | 50.24 | 11.97 | - |
| YUV | 181.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 64 | 0 | 0.19 | 0.72 | 0.12 | 44.35 | 0.73 | 0.57 |
| Hex | E1 | B7 | 40 | 0 | 13 | 48 | C | 2C | 49 | 39 |
| Octal | 341 | 267 | 100 | 0 | 23 | 110 | 14 | 54 | 111 | 71 |
| Binary | 11100001 | 10110111 | 1000000 | 0 | 10011 | 1001000 | 1100 | 101100 | 1001001 | 111001 |
Color Harmonies of #E1B740
Complementary color
Monochromatic Colors of #E1B740
Black with #E1B740
Text Example
Text Example
White with #E1B740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B740; }
p { color: rgb(225,183,64); }
H1.HeaderClassName
{
color: #E1B740;
}
.AnyTagClassName
{
color: #E1B740;
}
</style>
background-color css
<style>
a { background-color: #E1B740; }
a { background-color: rgb(225,183,64); }
div.DivClassName
{
background-color: #E1B740;
}
.BgClassName
{
background-color: #E1B740;
}
</style>
border-color css
<style>
span { border-color: #E1B740; }
span { border-color: rgb(225,183,64); }
td.TdClassName
{
border-color: #E1B740;
}
.TagClassName
{
border-color: #E1B740;
}
</style>