Shades of Tulip Tree #E5A746
Tints of Tulip Tree #E5A746
RGB
CMYK
RGB Variations
Color information
#E5A746 (or 0xE5A746) is known color: Tulip Tree. HEX triplet: E5, A7 and 46. RGB value is (229,167,70). Sum of RGB (Red+Green+Blue) = 229+167+70=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A746 is #1A58B9. Grayscale: #AEAEAE. Windows color (decimal): -1726650 or 4630501. OLE color: 4630501.
HSL color Cylindrical-coordinate representation of color #E5A746: hue angle of 36.6º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5A746 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 70 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.10 |
| HSL | 36.6º | 0.75% | 0.59% | - |
| HSV(B) | 36.6º | 0.69% | 0.9% | - |
| XYZ | 47.24 | 44.74 | 11.94 | - |
| YUV | 174.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 70 | 0 | 0.27 | 0.69 | 0.10 | 36.6 | 0.75 | 0.59 |
| Hex | E5 | A7 | 46 | 0 | 1B | 45 | A | 25 | 4B | 3B |
| Octal | 345 | 247 | 106 | 0 | 33 | 105 | 12 | 45 | 113 | 73 |
| Binary | 11100101 | 10100111 | 1000110 | 0 | 11011 | 1000101 | 1010 | 100101 | 1001011 | 111011 |
Color Harmonies of #E5A746
Complementary color
Monochromatic Colors of #E5A746
Black with #E5A746
Text Example
Text Example
White with #E5A746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A746; }
p { color: rgb(229,167,70); }
H1.HeaderClassName
{
color: #E5A746;
}
.AnyTagClassName
{
color: #E5A746;
}
</style>
background-color css
<style>
a { background-color: #E5A746; }
a { background-color: rgb(229,167,70); }
div.DivClassName
{
background-color: #E5A746;
}
.BgClassName
{
background-color: #E5A746;
}
</style>
border-color css
<style>
span { border-color: #E5A746; }
span { border-color: rgb(229,167,70); }
td.TdClassName
{
border-color: #E5A746;
}
.TagClassName
{
border-color: #E5A746;
}
</style>