Shades of Tulip Tree #E1B746
Tints of Tulip Tree #E1B746
RGB
CMYK
RGB Variations
Color information
#E1B746 (or 0xE1B746) is known color: Tulip Tree. HEX triplet: E1, B7 and 46. RGB value is (225,183,70). Sum of RGB (Red+Green+Blue) = 225+183+70=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B746 is #1E48B9. Grayscale: #B7B7B7. Windows color (decimal): -1984698 or 4634593. OLE color: 4634593.
HSL color Cylindrical-coordinate representation of color #E1B746: hue angle of 43.74º 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 #E1B746 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 70 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.12 |
| HSL | 43.74º | 0.72% | 0.58% | - |
| HSV(B) | 43.74º | 0.69% | 0.88% | - |
| XYZ | 49.09 | 50.32 | 12.92 | - |
| YUV | 182.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 70 | 0 | 0.19 | 0.69 | 0.12 | 43.74 | 0.72 | 0.58 |
| Hex | E1 | B7 | 46 | 0 | 13 | 45 | C | 2C | 48 | 3A |
| Octal | 341 | 267 | 106 | 0 | 23 | 105 | 14 | 54 | 110 | 72 |
| Binary | 11100001 | 10110111 | 1000110 | 0 | 10011 | 1000101 | 1100 | 101100 | 1001000 | 111010 |
Color Harmonies of #E1B746
Complementary color
Monochromatic Colors of #E1B746
Black with #E1B746
Text Example
Text Example
White with #E1B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B746; }
p { color: rgb(225,183,70); }
H1.HeaderClassName
{
color: #E1B746;
}
.AnyTagClassName
{
color: #E1B746;
}
</style>
background-color css
<style>
a { background-color: #E1B746; }
a { background-color: rgb(225,183,70); }
div.DivClassName
{
background-color: #E1B746;
}
.BgClassName
{
background-color: #E1B746;
}
</style>
border-color css
<style>
span { border-color: #E1B746; }
span { border-color: rgb(225,183,70); }
td.TdClassName
{
border-color: #E1B746;
}
.TagClassName
{
border-color: #E1B746;
}
</style>