Shades of Tulip Tree #EBA842
Tints of Tulip Tree #EBA842
RGB
CMYK
RGB Variations
Color information
#EBA842 (or 0xEBA842) is known color: Tulip Tree. HEX triplet: EB, A8 and 42. RGB value is (235,168,66). Sum of RGB (Red+Green+Blue) = 235+168+66=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA842 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA842 is #1457BD. Grayscale: #B0B0B0. Windows color (decimal): -1333182 or 4368619. OLE color: 4368619.
HSL color Cylindrical-coordinate representation of color #EBA842: hue angle of 36.21º 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 #EBA842 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 66 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.08 |
| HSL | 36.21º | 0.81% | 0.59% | - |
| HSV(B) | 36.21º | 0.72% | 0.92% | - |
| XYZ | 49.25 | 46.06 | 11.45 | - |
| YUV | 176.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 66 | 0 | 0.29 | 0.72 | 0.08 | 36.21 | 0.81 | 0.59 |
| Hex | EB | A8 | 42 | 0 | 1D | 48 | 8 | 24 | 51 | 3B |
| Octal | 353 | 250 | 102 | 0 | 35 | 110 | 10 | 44 | 121 | 73 |
| Binary | 11101011 | 10101000 | 1000010 | 0 | 11101 | 1001000 | 1000 | 100100 | 1010001 | 111011 |
Color Harmonies of #EBA842
Complementary color
Monochromatic Colors of #EBA842
Black with #EBA842
Text Example
Text Example
White with #EBA842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA842; }
p { color: rgb(235,168,66); }
H1.HeaderClassName
{
color: #EBA842;
}
.AnyTagClassName
{
color: #EBA842;
}
</style>
background-color css
<style>
a { background-color: #EBA842; }
a { background-color: rgb(235,168,66); }
div.DivClassName
{
background-color: #EBA842;
}
.BgClassName
{
background-color: #EBA842;
}
</style>
border-color css
<style>
span { border-color: #EBA842; }
span { border-color: rgb(235,168,66); }
td.TdClassName
{
border-color: #EBA842;
}
.TagClassName
{
border-color: #EBA842;
}
</style>