Shades of Tulip Tree #E1B447
Tints of Tulip Tree #E1B447
RGB
CMYK
RGB Variations
Color information
#E1B447 (or 0xE1B447) is known color: Tulip Tree. HEX triplet: E1, B4 and 47. RGB value is (225,180,71). Sum of RGB (Red+Green+Blue) = 225+180+71=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B447 is #1E4BB8. Grayscale: #B5B5B5. Windows color (decimal): -1985465 or 4699361. OLE color: 4699361.
HSL color Cylindrical-coordinate representation of color #E1B447: hue angle of 42.47º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1B447 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 71 | - |
| CMYK | 0 | 0.2 | 0.68 | 0.12 |
| HSL | 42.47º | 0.72% | 0.58% | - |
| HSV(B) | 42.47º | 0.68% | 0.88% | - |
| XYZ | 48.51 | 49.11 | 12.88 | - |
| YUV | 181.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 71 | 0 | 0.2 | 0.68 | 0.12 | 42.47 | 0.72 | 0.58 |
| Hex | E1 | B4 | 47 | 0 | 14 | 44 | C | 2A | 48 | 3A |
| Octal | 341 | 264 | 107 | 0 | 24 | 104 | 14 | 52 | 110 | 72 |
| Binary | 11100001 | 10110100 | 1000111 | 0 | 10100 | 1000100 | 1100 | 101010 | 1001000 | 111010 |
Color Harmonies of #E1B447
Complementary color
Monochromatic Colors of #E1B447
Black with #E1B447
Text Example
Text Example
White with #E1B447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B447; }
p { color: rgb(225,180,71); }
H1.HeaderClassName
{
color: #E1B447;
}
.AnyTagClassName
{
color: #E1B447;
}
</style>
background-color css
<style>
a { background-color: #E1B447; }
a { background-color: rgb(225,180,71); }
div.DivClassName
{
background-color: #E1B447;
}
.BgClassName
{
background-color: #E1B447;
}
</style>
border-color css
<style>
span { border-color: #E1B447; }
span { border-color: rgb(225,180,71); }
td.TdClassName
{
border-color: #E1B447;
}
.TagClassName
{
border-color: #E1B447;
}
</style>