Shades of Tulip Tree #EBA841
Tints of Tulip Tree #EBA841
RGB
CMYK
RGB Variations
Color information
#EBA841 (or 0xEBA841) is known color: Tulip Tree. HEX triplet: EB, A8 and 41. RGB value is (235,168,65). Sum of RGB (Red+Green+Blue) = 235+168+65=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA841 is #1457BE. Grayscale: #B0B0B0. Windows color (decimal): -1333183 or 4303083. OLE color: 4303083.
HSL color Cylindrical-coordinate representation of color #EBA841: hue angle of 36.35º 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 #EBA841 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 65 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.08 |
| HSL | 36.35º | 0.81% | 0.59% | - |
| HSV(B) | 36.35º | 0.72% | 0.92% | - |
| XYZ | 49.22 | 46.05 | 11.3 | - |
| YUV | 176.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 65 | 0 | 0.29 | 0.72 | 0.08 | 36.35 | 0.81 | 0.59 |
| Hex | EB | A8 | 41 | 0 | 1D | 48 | 8 | 24 | 51 | 3B |
| Octal | 353 | 250 | 101 | 0 | 35 | 110 | 10 | 44 | 121 | 73 |
| Binary | 11101011 | 10101000 | 1000001 | 0 | 11101 | 1001000 | 1000 | 100100 | 1010001 | 111011 |
Color Harmonies of #EBA841
Complementary color
Monochromatic Colors of #EBA841
Black with #EBA841
Text Example
Text Example
White with #EBA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA841; }
p { color: rgb(235,168,65); }
H1.HeaderClassName
{
color: #EBA841;
}
.AnyTagClassName
{
color: #EBA841;
}
</style>
background-color css
<style>
a { background-color: #EBA841; }
a { background-color: rgb(235,168,65); }
div.DivClassName
{
background-color: #EBA841;
}
.BgClassName
{
background-color: #EBA841;
}
</style>
border-color css
<style>
span { border-color: #EBA841; }
span { border-color: rgb(235,168,65); }
td.TdClassName
{
border-color: #EBA841;
}
.TagClassName
{
border-color: #EBA841;
}
</style>