Shades of Tulip Tree #E3BA3D
Tints of Tulip Tree #E3BA3D
RGB
CMYK
RGB Variations
Color information
#E3BA3D (or 0xE3BA3D) is known color: Tulip Tree. HEX triplet: E3, BA and 3D. RGB value is (227,186,61). Sum of RGB (Red+Green+Blue) = 227+186+61=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BA3D is #1C45C2. Grayscale: #B8B8B8. Windows color (decimal): -1852867 or 4045539. OLE color: 4045539.
HSL color Cylindrical-coordinate representation of color #E3BA3D: hue angle of 45.18º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3BA3D is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 61 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.11 |
| HSL | 45.18º | 0.75% | 0.56% | - |
| HSV(B) | 45.18º | 0.73% | 0.89% | - |
| XYZ | 50.08 | 51.79 | 11.77 | - |
| YUV | 184.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 61 | 0 | 0.18 | 0.73 | 0.11 | 45.18 | 0.75 | 0.56 |
| Hex | E3 | BA | 3D | 0 | 12 | 49 | B | 2D | 4B | 38 |
| Octal | 343 | 272 | 75 | 0 | 22 | 111 | 13 | 55 | 113 | 70 |
| Binary | 11100011 | 10111010 | 111101 | 0 | 10010 | 1001001 | 1011 | 101101 | 1001011 | 111000 |
Color Harmonies of #E3BA3D
Complementary color
Monochromatic Colors of #E3BA3D
Black with #E3BA3D
Text Example
Text Example
White with #E3BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA3D; }
p { color: rgb(227,186,61); }
H1.HeaderClassName
{
color: #E3BA3D;
}
.AnyTagClassName
{
color: #E3BA3D;
}
</style>
background-color css
<style>
a { background-color: #E3BA3D; }
a { background-color: rgb(227,186,61); }
div.DivClassName
{
background-color: #E3BA3D;
}
.BgClassName
{
background-color: #E3BA3D;
}
</style>
border-color css
<style>
span { border-color: #E3BA3D; }
span { border-color: rgb(227,186,61); }
td.TdClassName
{
border-color: #E3BA3D;
}
.TagClassName
{
border-color: #E3BA3D;
}
</style>