Shades of Tulip Tree #E1BB3D
Tints of Tulip Tree #E1BB3D
RGB
CMYK
RGB Variations
Color information
#E1BB3D (or 0xE1BB3D) is known color: Tulip Tree. HEX triplet: E1, BB and 3D. RGB value is (225,187,61). Sum of RGB (Red+Green+Blue) = 225+187+61=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BB3D is #1E44C2. Grayscale: #B8B8B8. Windows color (decimal): -1983683 or 4045793. OLE color: 4045793.
HSL color Cylindrical-coordinate representation of color #E1BB3D: hue angle of 46.1º 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 #E1BB3D is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 61 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.12 |
| HSL | 46.1º | 0.73% | 0.56% | - |
| HSV(B) | 46.1º | 0.73% | 0.88% | - |
| XYZ | 49.66 | 51.89 | 11.81 | - |
| YUV | 184 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 61 | 0 | 0.17 | 0.73 | 0.12 | 46.1 | 0.73 | 0.56 |
| Hex | E1 | BB | 3D | 0 | 11 | 49 | C | 2E | 49 | 38 |
| Octal | 341 | 273 | 75 | 0 | 21 | 111 | 14 | 56 | 111 | 70 |
| Binary | 11100001 | 10111011 | 111101 | 0 | 10001 | 1001001 | 1100 | 101110 | 1001001 | 111000 |
Color Harmonies of #E1BB3D
Complementary color
Monochromatic Colors of #E1BB3D
Black with #E1BB3D
Text Example
Text Example
White with #E1BB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB3D; }
p { color: rgb(225,187,61); }
H1.HeaderClassName
{
color: #E1BB3D;
}
.AnyTagClassName
{
color: #E1BB3D;
}
</style>
background-color css
<style>
a { background-color: #E1BB3D; }
a { background-color: rgb(225,187,61); }
div.DivClassName
{
background-color: #E1BB3D;
}
.BgClassName
{
background-color: #E1BB3D;
}
</style>
border-color css
<style>
span { border-color: #E1BB3D; }
span { border-color: rgb(225,187,61); }
td.TdClassName
{
border-color: #E1BB3D;
}
.TagClassName
{
border-color: #E1BB3D;
}
</style>