Shades of Tulip Tree #E5B140
Tints of Tulip Tree #E5B140
RGB
CMYK
RGB Variations
Color information
#E5B140 (or 0xE5B140) is known color: Tulip Tree. HEX triplet: E5, B1 and 40. RGB value is (229,177,64). Sum of RGB (Red+Green+Blue) = 229+177+64=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B140 is #1A4EBF. Grayscale: #B4B4B4. Windows color (decimal): -1724096 or 4239845. OLE color: 4239845.
HSL color Cylindrical-coordinate representation of color #E5B140: hue angle of 41.09º 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 #E5B140 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 64 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.10 |
| HSL | 41.09º | 0.76% | 0.57% | - |
| HSV(B) | 41.09º | 0.72% | 0.9% | - |
| XYZ | 48.96 | 48.47 | 11.63 | - |
| YUV | 179.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 64 | 0 | 0.23 | 0.72 | 0.10 | 41.09 | 0.76 | 0.57 |
| Hex | E5 | B1 | 40 | 0 | 17 | 48 | A | 29 | 4C | 39 |
| Octal | 345 | 261 | 100 | 0 | 27 | 110 | 12 | 51 | 114 | 71 |
| Binary | 11100101 | 10110001 | 1000000 | 0 | 10111 | 1001000 | 1010 | 101001 | 1001100 | 111001 |
Color Harmonies of #E5B140
Complementary color
Monochromatic Colors of #E5B140
Black with #E5B140
Text Example
Text Example
White with #E5B140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B140; }
p { color: rgb(229,177,64); }
H1.HeaderClassName
{
color: #E5B140;
}
.AnyTagClassName
{
color: #E5B140;
}
</style>
background-color css
<style>
a { background-color: #E5B140; }
a { background-color: rgb(229,177,64); }
div.DivClassName
{
background-color: #E5B140;
}
.BgClassName
{
background-color: #E5B140;
}
</style>
border-color css
<style>
span { border-color: #E5B140; }
span { border-color: rgb(229,177,64); }
td.TdClassName
{
border-color: #E5B140;
}
.TagClassName
{
border-color: #E5B140;
}
</style>