Shades of Tulip Tree #E1BA3D
Tints of Tulip Tree #E1BA3D
RGB
CMYK
RGB Variations
Color information
#E1BA3D (or 0xE1BA3D) is known color: Tulip Tree. HEX triplet: E1, BA and 3D. RGB value is (225,186,61). Sum of RGB (Red+Green+Blue) = 225+186+61=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA3D is #1E45C2. Grayscale: #B7B7B7. Windows color (decimal): -1983939 or 4045537. OLE color: 4045537.
HSL color Cylindrical-coordinate representation of color #E1BA3D: hue angle of 45.73º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1BA3D is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 61 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.12 |
| HSL | 45.73º | 0.73% | 0.56% | - |
| HSV(B) | 45.73º | 0.73% | 0.88% | - |
| XYZ | 49.45 | 51.46 | 11.74 | - |
| YUV | 183.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 61 | 0 | 0.17 | 0.73 | 0.12 | 45.73 | 0.73 | 0.56 |
| Hex | E1 | BA | 3D | 0 | 11 | 49 | C | 2E | 49 | 38 |
| Octal | 341 | 272 | 75 | 0 | 21 | 111 | 14 | 56 | 111 | 70 |
| Binary | 11100001 | 10111010 | 111101 | 0 | 10001 | 1001001 | 1100 | 101110 | 1001001 | 111000 |
Color Harmonies of #E1BA3D
Complementary color
Monochromatic Colors of #E1BA3D
Black with #E1BA3D
Text Example
Text Example
White with #E1BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA3D; }
p { color: rgb(225,186,61); }
H1.HeaderClassName
{
color: #E1BA3D;
}
.AnyTagClassName
{
color: #E1BA3D;
}
</style>
background-color css
<style>
a { background-color: #E1BA3D; }
a { background-color: rgb(225,186,61); }
div.DivClassName
{
background-color: #E1BA3D;
}
.BgClassName
{
background-color: #E1BA3D;
}
</style>
border-color css
<style>
span { border-color: #E1BA3D; }
span { border-color: rgb(225,186,61); }
td.TdClassName
{
border-color: #E1BA3D;
}
.TagClassName
{
border-color: #E1BA3D;
}
</style>