Shades of Tulip Tree #E5B044
Tints of Tulip Tree #E5B044
RGB
CMYK
RGB Variations
Color information
#E5B044 (or 0xE5B044) is known color: Tulip Tree. HEX triplet: E5, B0 and 44. RGB value is (229,176,68). Sum of RGB (Red+Green+Blue) = 229+176+68=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B044 is #1A4FBB. Grayscale: #B4B4B4. Windows color (decimal): -1724348 or 4501733. OLE color: 4501733.
HSL color Cylindrical-coordinate representation of color #E5B044: hue angle of 40.25º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5B044 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 68 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.10 |
| HSL | 40.25º | 0.76% | 0.58% | - |
| HSV(B) | 40.25º | 0.7% | 0.9% | - |
| XYZ | 48.88 | 48.13 | 12.18 | - |
| YUV | 179.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 68 | 0 | 0.23 | 0.70 | 0.10 | 40.25 | 0.76 | 0.58 |
| Hex | E5 | B0 | 44 | 0 | 17 | 46 | A | 28 | 4C | 3A |
| Octal | 345 | 260 | 104 | 0 | 27 | 106 | 12 | 50 | 114 | 72 |
| Binary | 11100101 | 10110000 | 1000100 | 0 | 10111 | 1000110 | 1010 | 101000 | 1001100 | 111010 |
Color Harmonies of #E5B044
Complementary color
Monochromatic Colors of #E5B044
Black with #E5B044
Text Example
Text Example
White with #E5B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B044; }
p { color: rgb(229,176,68); }
H1.HeaderClassName
{
color: #E5B044;
}
.AnyTagClassName
{
color: #E5B044;
}
</style>
background-color css
<style>
a { background-color: #E5B044; }
a { background-color: rgb(229,176,68); }
div.DivClassName
{
background-color: #E5B044;
}
.BgClassName
{
background-color: #E5B044;
}
</style>
border-color css
<style>
span { border-color: #E5B044; }
span { border-color: rgb(229,176,68); }
td.TdClassName
{
border-color: #E5B044;
}
.TagClassName
{
border-color: #E5B044;
}
</style>