Shades of Tulip Tree #E8BC3F
Tints of Tulip Tree #E8BC3F
RGB
CMYK
RGB Variations
Color information
#E8BC3F (or 0xE8BC3F) is known color: Tulip Tree. HEX triplet: E8, BC and 3F. RGB value is (232,188,63). Sum of RGB (Red+Green+Blue) = 232+188+63=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BC3F is #1743C0. Grayscale: #BBBBBB. Windows color (decimal): -1524673 or 4177128. OLE color: 4177128.
HSL color Cylindrical-coordinate representation of color #E8BC3F: hue angle of 44.38º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8BC3F is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 63 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.09 |
| HSL | 44.38º | 0.79% | 0.58% | - |
| HSV(B) | 44.38º | 0.73% | 0.91% | - |
| XYZ | 52.16 | 53.48 | 12.28 | - |
| YUV | 186.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 63 | 0 | 0.19 | 0.73 | 0.09 | 44.38 | 0.79 | 0.58 |
| Hex | E8 | BC | 3F | 0 | 13 | 49 | 9 | 2C | 4F | 3A |
| Octal | 350 | 274 | 77 | 0 | 23 | 111 | 11 | 54 | 117 | 72 |
| Binary | 11101000 | 10111100 | 111111 | 0 | 10011 | 1001001 | 1001 | 101100 | 1001111 | 111010 |
Color Harmonies of #E8BC3F
Complementary color
Monochromatic Colors of #E8BC3F
Black with #E8BC3F
Text Example
Text Example
White with #E8BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BC3F; }
p { color: rgb(232,188,63); }
H1.HeaderClassName
{
color: #E8BC3F;
}
.AnyTagClassName
{
color: #E8BC3F;
}
</style>
background-color css
<style>
a { background-color: #E8BC3F; }
a { background-color: rgb(232,188,63); }
div.DivClassName
{
background-color: #E8BC3F;
}
.BgClassName
{
background-color: #E8BC3F;
}
</style>
border-color css
<style>
span { border-color: #E8BC3F; }
span { border-color: rgb(232,188,63); }
td.TdClassName
{
border-color: #E8BC3F;
}
.TagClassName
{
border-color: #E8BC3F;
}
</style>