Shades of Tulip Tree #E1B53D
Tints of Tulip Tree #E1B53D
RGB
CMYK
RGB Variations
Color information
#E1B53D (or 0xE1B53D) is known color: Tulip Tree. HEX triplet: E1, B5 and 3D. RGB value is (225,181,61). Sum of RGB (Red+Green+Blue) = 225+181+61=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B53D is #1E4AC2. Grayscale: #B5B5B5. Windows color (decimal): -1985219 or 4044257. OLE color: 4044257.
HSL color Cylindrical-coordinate representation of color #E1B53D: hue angle of 43.9º 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 #E1B53D is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 61 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.12 |
| HSL | 43.9º | 0.73% | 0.56% | - |
| HSV(B) | 43.9º | 0.73% | 0.88% | - |
| XYZ | 48.42 | 49.39 | 11.4 | - |
| YUV | 180.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 61 | 0 | 0.20 | 0.73 | 0.12 | 43.9 | 0.73 | 0.56 |
| Hex | E1 | B5 | 3D | 0 | 14 | 49 | C | 2C | 49 | 38 |
| Octal | 341 | 265 | 75 | 0 | 24 | 111 | 14 | 54 | 111 | 70 |
| Binary | 11100001 | 10110101 | 111101 | 0 | 10100 | 1001001 | 1100 | 101100 | 1001001 | 111000 |
Color Harmonies of #E1B53D
Complementary color
Monochromatic Colors of #E1B53D
Black with #E1B53D
Text Example
Text Example
White with #E1B53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B53D; }
p { color: rgb(225,181,61); }
H1.HeaderClassName
{
color: #E1B53D;
}
.AnyTagClassName
{
color: #E1B53D;
}
</style>
background-color css
<style>
a { background-color: #E1B53D; }
a { background-color: rgb(225,181,61); }
div.DivClassName
{
background-color: #E1B53D;
}
.BgClassName
{
background-color: #E1B53D;
}
</style>
border-color css
<style>
span { border-color: #E1B53D; }
span { border-color: rgb(225,181,61); }
td.TdClassName
{
border-color: #E1B53D;
}
.TagClassName
{
border-color: #E1B53D;
}
</style>