Shades of Tulip Tree #E6BA3D
Tints of Tulip Tree #E6BA3D
RGB
CMYK
RGB Variations
Color information
#E6BA3D (or 0xE6BA3D) is known color: Tulip Tree. HEX triplet: E6, BA and 3D. RGB value is (230,186,61). Sum of RGB (Red+Green+Blue) = 230+186+61=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BA3D is #1945C2. Grayscale: #B9B9B9. Windows color (decimal): -1656259 or 4045542. OLE color: 4045542.
HSL color Cylindrical-coordinate representation of color #E6BA3D: hue angle of 44.38º degrees, saturation: 0.77, 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 #E6BA3D is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 61 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.10 |
| HSL | 44.38º | 0.77% | 0.57% | - |
| HSV(B) | 44.38º | 0.73% | 0.9% | - |
| XYZ | 51.03 | 52.28 | 11.82 | - |
| YUV | 184.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 61 | 0 | 0.19 | 0.73 | 0.10 | 44.38 | 0.77 | 0.57 |
| Hex | E6 | BA | 3D | 0 | 13 | 49 | A | 2C | 4D | 39 |
| Octal | 346 | 272 | 75 | 0 | 23 | 111 | 12 | 54 | 115 | 71 |
| Binary | 11100110 | 10111010 | 111101 | 0 | 10011 | 1001001 | 1010 | 101100 | 1001101 | 111001 |
Color Harmonies of #E6BA3D
Complementary color
Monochromatic Colors of #E6BA3D
Black with #E6BA3D
Text Example
Text Example
White with #E6BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA3D; }
p { color: rgb(230,186,61); }
H1.HeaderClassName
{
color: #E6BA3D;
}
.AnyTagClassName
{
color: #E6BA3D;
}
</style>
background-color css
<style>
a { background-color: #E6BA3D; }
a { background-color: rgb(230,186,61); }
div.DivClassName
{
background-color: #E6BA3D;
}
.BgClassName
{
background-color: #E6BA3D;
}
</style>
border-color css
<style>
span { border-color: #E6BA3D; }
span { border-color: rgb(230,186,61); }
td.TdClassName
{
border-color: #E6BA3D;
}
.TagClassName
{
border-color: #E6BA3D;
}
</style>