Shades of Tulip Tree #E5B040
Tints of Tulip Tree #E5B040
RGB
CMYK
RGB Variations
Color information
#E5B040 (or 0xE5B040) is known color: Tulip Tree. HEX triplet: E5, B0 and 40. RGB value is (229,176,64). Sum of RGB (Red+Green+Blue) = 229+176+64=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B040 is #1A4FBF. Grayscale: #B3B3B3. Windows color (decimal): -1724352 or 4239589. OLE color: 4239589.
HSL color Cylindrical-coordinate representation of color #E5B040: hue angle of 40.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5B040 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 64 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.10 |
| HSL | 40.73º | 0.76% | 0.57% | - |
| HSV(B) | 40.73º | 0.72% | 0.9% | - |
| XYZ | 48.76 | 48.08 | 11.56 | - |
| YUV | 179.08 | 63.06 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 64 | 0 | 0.23 | 0.72 | 0.10 | 40.73 | 0.76 | 0.57 |
| Hex | E5 | B0 | 40 | 0 | 17 | 48 | A | 29 | 4C | 39 |
| Octal | 345 | 260 | 100 | 0 | 27 | 110 | 12 | 51 | 114 | 71 |
| Binary | 11100101 | 10110000 | 1000000 | 0 | 10111 | 1001000 | 1010 | 101001 | 1001100 | 111001 |
Color Harmonies of #E5B040
Complementary color
Monochromatic Colors of #E5B040
Black with #E5B040
Text Example
Text Example
White with #E5B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B040; }
p { color: rgb(229,176,64); }
H1.HeaderClassName
{
color: #E5B040;
}
.AnyTagClassName
{
color: #E5B040;
}
</style>
background-color css
<style>
a { background-color: #E5B040; }
a { background-color: rgb(229,176,64); }
div.DivClassName
{
background-color: #E5B040;
}
.BgClassName
{
background-color: #E5B040;
}
</style>
border-color css
<style>
span { border-color: #E5B040; }
span { border-color: rgb(229,176,64); }
td.TdClassName
{
border-color: #E5B040;
}
.TagClassName
{
border-color: #E5B040;
}
</style>