Shades of Tulip Tree #EBA341
Tints of Tulip Tree #EBA341
RGB
CMYK
RGB Variations
Color information
#EBA341 (or 0xEBA341) is known color: Tulip Tree. HEX triplet: EB, A3 and 41. RGB value is (235,163,65). Sum of RGB (Red+Green+Blue) = 235+163+65=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA341 is #145CBE. Grayscale: #ADADAD. Windows color (decimal): -1334463 or 4301803. OLE color: 4301803.
HSL color Cylindrical-coordinate representation of color #EBA341: hue angle of 34.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EBA341 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 65 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.08 |
| HSL | 34.59º | 0.81% | 0.59% | - |
| HSV(B) | 34.59º | 0.72% | 0.92% | - |
| XYZ | 48.31 | 44.24 | 10.99 | - |
| YUV | 173.36 | 66.85 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 65 | 0 | 0.31 | 0.72 | 0.08 | 34.59 | 0.81 | 0.59 |
| Hex | EB | A3 | 41 | 0 | 1F | 48 | 8 | 23 | 51 | 3B |
| Octal | 353 | 243 | 101 | 0 | 37 | 110 | 10 | 43 | 121 | 73 |
| Binary | 11101011 | 10100011 | 1000001 | 0 | 11111 | 1001000 | 1000 | 100011 | 1010001 | 111011 |
Color Harmonies of #EBA341
Complementary color
Monochromatic Colors of #EBA341
Black with #EBA341
Text Example
Text Example
White with #EBA341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA341; }
p { color: rgb(235,163,65); }
H1.HeaderClassName
{
color: #EBA341;
}
.AnyTagClassName
{
color: #EBA341;
}
</style>
background-color css
<style>
a { background-color: #EBA341; }
a { background-color: rgb(235,163,65); }
div.DivClassName
{
background-color: #EBA341;
}
.BgClassName
{
background-color: #EBA341;
}
</style>
border-color css
<style>
span { border-color: #EBA341; }
span { border-color: rgb(235,163,65); }
td.TdClassName
{
border-color: #EBA341;
}
.TagClassName
{
border-color: #EBA341;
}
</style>