Shades of Tulip Tree #E5B340
Tints of Tulip Tree #E5B340
RGB
CMYK
RGB Variations
Color information
#E5B340 (or 0xE5B340) is known color: Tulip Tree. HEX triplet: E5, B3 and 40. RGB value is (229,179,64). Sum of RGB (Red+Green+Blue) = 229+179+64=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B340 is #1A4CBF. Grayscale: #B5B5B5. Windows color (decimal): -1723584 or 4240357. OLE color: 4240357.
HSL color Cylindrical-coordinate representation of color #E5B340: hue angle of 41.82º 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 #E5B340 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 64 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.10 |
| HSL | 41.82º | 0.76% | 0.57% | - |
| HSV(B) | 41.82º | 0.72% | 0.9% | - |
| XYZ | 49.36 | 49.27 | 11.76 | - |
| YUV | 180.84 | 62.07 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 64 | 0 | 0.22 | 0.72 | 0.10 | 41.82 | 0.76 | 0.57 |
| Hex | E5 | B3 | 40 | 0 | 16 | 48 | A | 2A | 4C | 39 |
| Octal | 345 | 263 | 100 | 0 | 26 | 110 | 12 | 52 | 114 | 71 |
| Binary | 11100101 | 10110011 | 1000000 | 0 | 10110 | 1001000 | 1010 | 101010 | 1001100 | 111001 |
Color Harmonies of #E5B340
Complementary color
Monochromatic Colors of #E5B340
Black with #E5B340
Text Example
Text Example
White with #E5B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B340; }
p { color: rgb(229,179,64); }
H1.HeaderClassName
{
color: #E5B340;
}
.AnyTagClassName
{
color: #E5B340;
}
</style>
background-color css
<style>
a { background-color: #E5B340; }
a { background-color: rgb(229,179,64); }
div.DivClassName
{
background-color: #E5B340;
}
.BgClassName
{
background-color: #E5B340;
}
</style>
border-color css
<style>
span { border-color: #E5B340; }
span { border-color: rgb(229,179,64); }
td.TdClassName
{
border-color: #E5B340;
}
.TagClassName
{
border-color: #E5B340;
}
</style>