Shades of Tulip Tree #EBA643
Tints of Tulip Tree #EBA643
RGB
CMYK
RGB Variations
Color information
#EBA643 (or 0xEBA643) is known color: Tulip Tree. HEX triplet: EB, A6 and 43. RGB value is (235,166,67). Sum of RGB (Red+Green+Blue) = 235+166+67=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA643 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA643 is #1459BC. Grayscale: #AFAFAF. Windows color (decimal): -1333693 or 4433643. OLE color: 4433643.
HSL color Cylindrical-coordinate representation of color #EBA643: hue angle of 35.36º 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 #EBA643 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 67 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.08 |
| HSL | 35.36º | 0.81% | 0.59% | - |
| HSV(B) | 35.36º | 0.71% | 0.92% | - |
| XYZ | 48.91 | 45.34 | 11.48 | - |
| YUV | 175.35 | 66.86 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 67 | 0 | 0.29 | 0.71 | 0.08 | 35.36 | 0.81 | 0.59 |
| Hex | EB | A6 | 43 | 0 | 1D | 47 | 8 | 23 | 51 | 3B |
| Octal | 353 | 246 | 103 | 0 | 35 | 107 | 10 | 43 | 121 | 73 |
| Binary | 11101011 | 10100110 | 1000011 | 0 | 11101 | 1000111 | 1000 | 100011 | 1010001 | 111011 |
Color Harmonies of #EBA643
Complementary color
Monochromatic Colors of #EBA643
Black with #EBA643
Text Example
Text Example
White with #EBA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA643; }
p { color: rgb(235,166,67); }
H1.HeaderClassName
{
color: #EBA643;
}
.AnyTagClassName
{
color: #EBA643;
}
</style>
background-color css
<style>
a { background-color: #EBA643; }
a { background-color: rgb(235,166,67); }
div.DivClassName
{
background-color: #EBA643;
}
.BgClassName
{
background-color: #EBA643;
}
</style>
border-color css
<style>
span { border-color: #EBA643; }
span { border-color: rgb(235,166,67); }
td.TdClassName
{
border-color: #EBA643;
}
.TagClassName
{
border-color: #EBA643;
}
</style>