Shades of Tulip Tree #EBA743
Tints of Tulip Tree #EBA743
RGB
CMYK
RGB Variations
Color information
#EBA743 (or 0xEBA743) is known color: Tulip Tree. HEX triplet: EB, A7 and 43. RGB value is (235,167,67). Sum of RGB (Red+Green+Blue) = 235+167+67=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 67 (26.56% from 255 or 14.29% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA743 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA743 is #1458BC. Grayscale: #B0B0B0. Windows color (decimal): -1333437 or 4433899. OLE color: 4433899.
HSL color Cylindrical-coordinate representation of color #EBA743: hue angle of 35.71º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBA743 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 67 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.08 |
| HSL | 35.71º | 0.81% | 0.59% | - |
| HSV(B) | 35.71º | 0.71% | 0.92% | - |
| XYZ | 49.09 | 45.7 | 11.54 | - |
| YUV | 175.93 | 66.53 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 67 | 0 | 0.29 | 0.71 | 0.08 | 35.71 | 0.81 | 0.59 |
| Hex | EB | A7 | 43 | 0 | 1D | 47 | 8 | 24 | 51 | 3B |
| Octal | 353 | 247 | 103 | 0 | 35 | 107 | 10 | 44 | 121 | 73 |
| Binary | 11101011 | 10100111 | 1000011 | 0 | 11101 | 1000111 | 1000 | 100100 | 1010001 | 111011 |
Color Harmonies of #EBA743
Complementary color
Monochromatic Colors of #EBA743
Black with #EBA743
Text Example
Text Example
White with #EBA743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA743; }
p { color: rgb(235,167,67); }
H1.HeaderClassName
{
color: #EBA743;
}
.AnyTagClassName
{
color: #EBA743;
}
</style>
background-color css
<style>
a { background-color: #EBA743; }
a { background-color: rgb(235,167,67); }
div.DivClassName
{
background-color: #EBA743;
}
.BgClassName
{
background-color: #EBA743;
}
</style>
border-color css
<style>
span { border-color: #EBA743; }
span { border-color: rgb(235,167,67); }
td.TdClassName
{
border-color: #EBA743;
}
.TagClassName
{
border-color: #EBA743;
}
</style>