Shades of Tulip Tree #E6BC40
Tints of Tulip Tree #E6BC40
RGB
CMYK
RGB Variations
Color information
#E6BC40 (or 0xE6BC40) is known color: Tulip Tree. HEX triplet: E6, BC and 40. RGB value is (230,188,64). Sum of RGB (Red+Green+Blue) = 230+188+64=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BC40 is #1943BF. Grayscale: #BABABA. Windows color (decimal): -1655744 or 4242662. OLE color: 4242662.
HSL color Cylindrical-coordinate representation of color #E6BC40: hue angle of 44.82º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6BC40 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 64 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.10 |
| HSL | 44.82º | 0.77% | 0.58% | - |
| HSV(B) | 44.82º | 0.72% | 0.9% | - |
| XYZ | 51.54 | 53.16 | 12.39 | - |
| YUV | 186.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 64 | 0 | 0.18 | 0.72 | 0.10 | 44.82 | 0.77 | 0.58 |
| Hex | E6 | BC | 40 | 0 | 12 | 48 | A | 2D | 4D | 3A |
| Octal | 346 | 274 | 100 | 0 | 22 | 110 | 12 | 55 | 115 | 72 |
| Binary | 11100110 | 10111100 | 1000000 | 0 | 10010 | 1001000 | 1010 | 101101 | 1001101 | 111010 |
Color Harmonies of #E6BC40
Complementary color
Monochromatic Colors of #E6BC40
Black with #E6BC40
Text Example
Text Example
White with #E6BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC40; }
p { color: rgb(230,188,64); }
H1.HeaderClassName
{
color: #E6BC40;
}
.AnyTagClassName
{
color: #E6BC40;
}
</style>
background-color css
<style>
a { background-color: #E6BC40; }
a { background-color: rgb(230,188,64); }
div.DivClassName
{
background-color: #E6BC40;
}
.BgClassName
{
background-color: #E6BC40;
}
</style>
border-color css
<style>
span { border-color: #E6BC40; }
span { border-color: rgb(230,188,64); }
td.TdClassName
{
border-color: #E6BC40;
}
.TagClassName
{
border-color: #E6BC40;
}
</style>