Shades of Tulip Tree #E5BC3D
Tints of Tulip Tree #E5BC3D
RGB
CMYK
RGB Variations
Color information
#E5BC3D (or 0xE5BC3D) is known color: Tulip Tree. HEX triplet: E5, BC and 3D. RGB value is (229,188,61). Sum of RGB (Red+Green+Blue) = 229+188+61=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC3D is #1A43C2. Grayscale: #BABABA. Windows color (decimal): -1721283 or 4046053. OLE color: 4046053.
HSL color Cylindrical-coordinate representation of color #E5BC3D: hue angle of 45.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5BC3D is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 61 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.10 |
| HSL | 45.36º | 0.76% | 0.57% | - |
| HSV(B) | 45.36º | 0.73% | 0.9% | - |
| XYZ | 51.14 | 52.96 | 11.94 | - |
| YUV | 185.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 61 | 0 | 0.18 | 0.73 | 0.10 | 45.36 | 0.76 | 0.57 |
| Hex | E5 | BC | 3D | 0 | 12 | 49 | A | 2D | 4C | 39 |
| Octal | 345 | 274 | 75 | 0 | 22 | 111 | 12 | 55 | 114 | 71 |
| Binary | 11100101 | 10111100 | 111101 | 0 | 10010 | 1001001 | 1010 | 101101 | 1001100 | 111001 |
Color Harmonies of #E5BC3D
Complementary color
Monochromatic Colors of #E5BC3D
Black with #E5BC3D
Text Example
Text Example
White with #E5BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC3D; }
p { color: rgb(229,188,61); }
H1.HeaderClassName
{
color: #E5BC3D;
}
.AnyTagClassName
{
color: #E5BC3D;
}
</style>
background-color css
<style>
a { background-color: #E5BC3D; }
a { background-color: rgb(229,188,61); }
div.DivClassName
{
background-color: #E5BC3D;
}
.BgClassName
{
background-color: #E5BC3D;
}
</style>
border-color css
<style>
span { border-color: #E5BC3D; }
span { border-color: rgb(229,188,61); }
td.TdClassName
{
border-color: #E5BC3D;
}
.TagClassName
{
border-color: #E5BC3D;
}
</style>