Shades of Tulip Tree #EBA446
Tints of Tulip Tree #EBA446
RGB
CMYK
RGB Variations
Color information
#EBA446 (or 0xEBA446) is known color: Tulip Tree. HEX triplet: EB, A4 and 46. RGB value is (235,164,70). Sum of RGB (Red+Green+Blue) = 235+164+70=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA446 is #145BB9. Grayscale: #AEAEAE. Windows color (decimal): -1334202 or 4629739. OLE color: 4629739.
HSL color Cylindrical-coordinate representation of color #EBA446: hue angle of 34.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBA446 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 70 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.08 |
| HSL | 34.18º | 0.8% | 0.6% | - |
| HSV(B) | 34.18º | 0.7% | 0.92% | - |
| XYZ | 48.64 | 44.66 | 11.85 | - |
| YUV | 174.51 | 69.02 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 70 | 0 | 0.30 | 0.70 | 0.08 | 34.18 | 0.8 | 0.6 |
| Hex | EB | A4 | 46 | 0 | 1E | 46 | 8 | 22 | 50 | 3C |
| Octal | 353 | 244 | 106 | 0 | 36 | 106 | 10 | 42 | 120 | 74 |
| Binary | 11101011 | 10100100 | 1000110 | 0 | 11110 | 1000110 | 1000 | 100010 | 1010000 | 111100 |
Color Harmonies of #EBA446
Complementary color
Monochromatic Colors of #EBA446
Black with #EBA446
Text Example
Text Example
White with #EBA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA446; }
p { color: rgb(235,164,70); }
H1.HeaderClassName
{
color: #EBA446;
}
.AnyTagClassName
{
color: #EBA446;
}
</style>
background-color css
<style>
a { background-color: #EBA446; }
a { background-color: rgb(235,164,70); }
div.DivClassName
{
background-color: #EBA446;
}
.BgClassName
{
background-color: #EBA446;
}
</style>
border-color css
<style>
span { border-color: #EBA446; }
span { border-color: rgb(235,164,70); }
td.TdClassName
{
border-color: #EBA446;
}
.TagClassName
{
border-color: #EBA446;
}
</style>