Shades of Tulip Tree #E1B845
Tints of Tulip Tree #E1B845
RGB
CMYK
RGB Variations
Color information
#E1B845 (or 0xE1B845) is known color: Tulip Tree. HEX triplet: E1, B8 and 45. RGB value is (225,184,69). Sum of RGB (Red+Green+Blue) = 225+184+69=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B845 is #1E47BA. Grayscale: #B7B7B7. Windows color (decimal): -1984443 or 4569313. OLE color: 4569313.
HSL color Cylindrical-coordinate representation of color #E1B845: hue angle of 44.23º 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 #E1B845 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 69 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.12 |
| HSL | 44.23º | 0.72% | 0.58% | - |
| HSV(B) | 44.23º | 0.69% | 0.88% | - |
| XYZ | 49.27 | 50.72 | 12.82 | - |
| YUV | 183.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 69 | 0 | 0.18 | 0.69 | 0.12 | 44.23 | 0.72 | 0.58 |
| Hex | E1 | B8 | 45 | 0 | 12 | 45 | C | 2C | 48 | 3A |
| Octal | 341 | 270 | 105 | 0 | 22 | 105 | 14 | 54 | 110 | 72 |
| Binary | 11100001 | 10111000 | 1000101 | 0 | 10010 | 1000101 | 1100 | 101100 | 1001000 | 111010 |
Color Harmonies of #E1B845
Complementary color
Monochromatic Colors of #E1B845
Black with #E1B845
Text Example
Text Example
White with #E1B845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B845; }
p { color: rgb(225,184,69); }
H1.HeaderClassName
{
color: #E1B845;
}
.AnyTagClassName
{
color: #E1B845;
}
</style>
background-color css
<style>
a { background-color: #E1B845; }
a { background-color: rgb(225,184,69); }
div.DivClassName
{
background-color: #E1B845;
}
.BgClassName
{
background-color: #E1B845;
}
</style>
border-color css
<style>
span { border-color: #E1B845; }
span { border-color: rgb(225,184,69); }
td.TdClassName
{
border-color: #E1B845;
}
.TagClassName
{
border-color: #E1B845;
}
</style>