Shades of Tulip Tree #EBA442
Tints of Tulip Tree #EBA442
RGB
CMYK
RGB Variations
Color information
#EBA442 (or 0xEBA442) is known color: Tulip Tree. HEX triplet: EB, A4 and 42. RGB value is (235,164,66). Sum of RGB (Red+Green+Blue) = 235+164+66=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA442 is #145BBD. Grayscale: #AEAEAE. Windows color (decimal): -1334206 or 4367595. OLE color: 4367595.
HSL color Cylindrical-coordinate representation of color #EBA442: hue angle of 34.79º 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 #EBA442 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 66 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.08 |
| HSL | 34.79º | 0.81% | 0.59% | - |
| HSV(B) | 34.79º | 0.72% | 0.92% | - |
| XYZ | 48.52 | 44.61 | 11.21 | - |
| YUV | 174.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 66 | 0 | 0.30 | 0.72 | 0.08 | 34.79 | 0.81 | 0.59 |
| Hex | EB | A4 | 42 | 0 | 1E | 48 | 8 | 23 | 51 | 3B |
| Octal | 353 | 244 | 102 | 0 | 36 | 110 | 10 | 43 | 121 | 73 |
| Binary | 11101011 | 10100100 | 1000010 | 0 | 11110 | 1001000 | 1000 | 100011 | 1010001 | 111011 |
Color Harmonies of #EBA442
Complementary color
Monochromatic Colors of #EBA442
Black with #EBA442
Text Example
Text Example
White with #EBA442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA442; }
p { color: rgb(235,164,66); }
H1.HeaderClassName
{
color: #EBA442;
}
.AnyTagClassName
{
color: #EBA442;
}
</style>
background-color css
<style>
a { background-color: #EBA442; }
a { background-color: rgb(235,164,66); }
div.DivClassName
{
background-color: #EBA442;
}
.BgClassName
{
background-color: #EBA442;
}
</style>
border-color css
<style>
span { border-color: #EBA442; }
span { border-color: rgb(235,164,66); }
td.TdClassName
{
border-color: #EBA442;
}
.TagClassName
{
border-color: #EBA442;
}
</style>