Shades of Tulip Tree #E1A746
Tints of Tulip Tree #E1A746
RGB
CMYK
RGB Variations
Color information
#E1A746 (or 0xE1A746) is known color: Tulip Tree. HEX triplet: E1, A7 and 46. RGB value is (225,167,70). Sum of RGB (Red+Green+Blue) = 225+167+70=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A746 is #1E58B9. Grayscale: #ADADAD. Windows color (decimal): -1988794 or 4630497. OLE color: 4630497.
HSL color Cylindrical-coordinate representation of color #E1A746: hue angle of 37.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1A746 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 70 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.12 |
| HSL | 37.55º | 0.72% | 0.58% | - |
| HSV(B) | 37.55º | 0.69% | 0.88% | - |
| XYZ | 45.98 | 44.09 | 11.88 | - |
| YUV | 173.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 70 | 0 | 0.26 | 0.69 | 0.12 | 37.55 | 0.72 | 0.58 |
| Hex | E1 | A7 | 46 | 0 | 1A | 45 | C | 26 | 48 | 3A |
| Octal | 341 | 247 | 106 | 0 | 32 | 105 | 14 | 46 | 110 | 72 |
| Binary | 11100001 | 10100111 | 1000110 | 0 | 11010 | 1000101 | 1100 | 100110 | 1001000 | 111010 |
Color Harmonies of #E1A746
Complementary color
Monochromatic Colors of #E1A746
Black with #E1A746
Text Example
Text Example
White with #E1A746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A746; }
p { color: rgb(225,167,70); }
H1.HeaderClassName
{
color: #E1A746;
}
.AnyTagClassName
{
color: #E1A746;
}
</style>
background-color css
<style>
a { background-color: #E1A746; }
a { background-color: rgb(225,167,70); }
div.DivClassName
{
background-color: #E1A746;
}
.BgClassName
{
background-color: #E1A746;
}
</style>
border-color css
<style>
span { border-color: #E1A746; }
span { border-color: rgb(225,167,70); }
td.TdClassName
{
border-color: #E1A746;
}
.TagClassName
{
border-color: #E1A746;
}
</style>