Shades of Tulip Tree #E1BB3C
Tints of Tulip Tree #E1BB3C
RGB
CMYK
RGB Variations
Color information
#E1BB3C (or 0xE1BB3C) is known color: Tulip Tree. HEX triplet: E1, BB and 3C. RGB value is (225,187,60). Sum of RGB (Red+Green+Blue) = 225+187+60=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BB3C is #1E44C3. Grayscale: #B8B8B8. Windows color (decimal): -1983684 or 3980257. OLE color: 3980257.
HSL color Cylindrical-coordinate representation of color #E1BB3C: hue angle of 46.18º 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 #E1BB3C is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 60 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.12 |
| HSL | 46.18º | 0.73% | 0.56% | - |
| HSV(B) | 46.18º | 0.73% | 0.88% | - |
| XYZ | 49.64 | 51.87 | 11.67 | - |
| YUV | 183.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 60 | 0 | 0.17 | 0.73 | 0.12 | 46.18 | 0.73 | 0.56 |
| Hex | E1 | BB | 3C | 0 | 11 | 49 | C | 2E | 49 | 38 |
| Octal | 341 | 273 | 74 | 0 | 21 | 111 | 14 | 56 | 111 | 70 |
| Binary | 11100001 | 10111011 | 111100 | 0 | 10001 | 1001001 | 1100 | 101110 | 1001001 | 111000 |
Color Harmonies of #E1BB3C
Complementary color
Monochromatic Colors of #E1BB3C
Black with #E1BB3C
Text Example
Text Example
White with #E1BB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB3C; }
p { color: rgb(225,187,60); }
H1.HeaderClassName
{
color: #E1BB3C;
}
.AnyTagClassName
{
color: #E1BB3C;
}
</style>
background-color css
<style>
a { background-color: #E1BB3C; }
a { background-color: rgb(225,187,60); }
div.DivClassName
{
background-color: #E1BB3C;
}
.BgClassName
{
background-color: #E1BB3C;
}
</style>
border-color css
<style>
span { border-color: #E1BB3C; }
span { border-color: rgb(225,187,60); }
td.TdClassName
{
border-color: #E1BB3C;
}
.TagClassName
{
border-color: #E1BB3C;
}
</style>