Shades of Tulip Tree #E7BA3C
Tints of Tulip Tree #E7BA3C
RGB
CMYK
RGB Variations
Color information
#E7BA3C (or 0xE7BA3C) is known color: Tulip Tree. HEX triplet: E7, BA and 3C. RGB value is (231,186,60). Sum of RGB (Red+Green+Blue) = 231+186+60=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BA3C is #1845C3. Grayscale: #B9B9B9. Windows color (decimal): -1590724 or 3980007. OLE color: 3980007.
HSL color Cylindrical-coordinate representation of color #E7BA3C: hue angle of 44.21º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7BA3C is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 60 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.09 |
| HSL | 44.21º | 0.78% | 0.57% | - |
| HSV(B) | 44.21º | 0.74% | 0.91% | - |
| XYZ | 51.33 | 52.43 | 11.69 | - |
| YUV | 185.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 60 | 0 | 0.19 | 0.74 | 0.09 | 44.21 | 0.78 | 0.57 |
| Hex | E7 | BA | 3C | 0 | 13 | 4A | 9 | 2C | 4E | 39 |
| Octal | 347 | 272 | 74 | 0 | 23 | 112 | 11 | 54 | 116 | 71 |
| Binary | 11100111 | 10111010 | 111100 | 0 | 10011 | 1001010 | 1001 | 101100 | 1001110 | 111001 |
Color Harmonies of #E7BA3C
Complementary color
Monochromatic Colors of #E7BA3C
Black with #E7BA3C
Text Example
Text Example
White with #E7BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA3C; }
p { color: rgb(231,186,60); }
H1.HeaderClassName
{
color: #E7BA3C;
}
.AnyTagClassName
{
color: #E7BA3C;
}
</style>
background-color css
<style>
a { background-color: #E7BA3C; }
a { background-color: rgb(231,186,60); }
div.DivClassName
{
background-color: #E7BA3C;
}
.BgClassName
{
background-color: #E7BA3C;
}
</style>
border-color css
<style>
span { border-color: #E7BA3C; }
span { border-color: rgb(231,186,60); }
td.TdClassName
{
border-color: #E7BA3C;
}
.TagClassName
{
border-color: #E7BA3C;
}
</style>