Shades of Tulip Tree #E1B145
Tints of Tulip Tree #E1B145
RGB
CMYK
RGB Variations
Color information
#E1B145 (or 0xE1B145) is known color: Tulip Tree. HEX triplet: E1, B1 and 45. RGB value is (225,177,69). Sum of RGB (Red+Green+Blue) = 225+177+69=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B145 is #1E4EBA. Grayscale: #B3B3B3. Windows color (decimal): -1986235 or 4567521. OLE color: 4567521.
HSL color Cylindrical-coordinate representation of color #E1B145: hue angle of 41.54º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1B145 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 69 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.12 |
| HSL | 41.54º | 0.72% | 0.58% | - |
| HSV(B) | 41.54º | 0.69% | 0.88% | - |
| XYZ | 47.85 | 47.88 | 12.35 | - |
| YUV | 179.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 69 | 0 | 0.21 | 0.69 | 0.12 | 41.54 | 0.72 | 0.58 |
| Hex | E1 | B1 | 45 | 0 | 15 | 45 | C | 2A | 48 | 3A |
| Octal | 341 | 261 | 105 | 0 | 25 | 105 | 14 | 52 | 110 | 72 |
| Binary | 11100001 | 10110001 | 1000101 | 0 | 10101 | 1000101 | 1100 | 101010 | 1001000 | 111010 |
Color Harmonies of #E1B145
Complementary color
Monochromatic Colors of #E1B145
Black with #E1B145
Text Example
Text Example
White with #E1B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B145; }
p { color: rgb(225,177,69); }
H1.HeaderClassName
{
color: #E1B145;
}
.AnyTagClassName
{
color: #E1B145;
}
</style>
background-color css
<style>
a { background-color: #E1B145; }
a { background-color: rgb(225,177,69); }
div.DivClassName
{
background-color: #E1B145;
}
.BgClassName
{
background-color: #E1B145;
}
</style>
border-color css
<style>
span { border-color: #E1B145; }
span { border-color: rgb(225,177,69); }
td.TdClassName
{
border-color: #E1B145;
}
.TagClassName
{
border-color: #E1B145;
}
</style>