Shades of Tulip Tree #E1B640
Tints of Tulip Tree #E1B640
RGB
CMYK
RGB Variations
Color information
#E1B640 (or 0xE1B640) is known color: Tulip Tree. HEX triplet: E1, B6 and 40. RGB value is (225,182,64). Sum of RGB (Red+Green+Blue) = 225+182+64=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B640 is #1E49BF. Grayscale: #B5B5B5. Windows color (decimal): -1984960 or 4241121. OLE color: 4241121.
HSL color Cylindrical-coordinate representation of color #E1B640: hue angle of 43.98º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1B640 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 64 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.12 |
| HSL | 43.98º | 0.73% | 0.57% | - |
| HSV(B) | 43.98º | 0.72% | 0.88% | - |
| XYZ | 48.7 | 49.83 | 11.9 | - |
| YUV | 181.41 | 61.75 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 64 | 0 | 0.19 | 0.72 | 0.12 | 43.98 | 0.73 | 0.57 |
| Hex | E1 | B6 | 40 | 0 | 13 | 48 | C | 2C | 49 | 39 |
| Octal | 341 | 266 | 100 | 0 | 23 | 110 | 14 | 54 | 111 | 71 |
| Binary | 11100001 | 10110110 | 1000000 | 0 | 10011 | 1001000 | 1100 | 101100 | 1001001 | 111001 |
Color Harmonies of #E1B640
Complementary color
Monochromatic Colors of #E1B640
Black with #E1B640
Text Example
Text Example
White with #E1B640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B640; }
p { color: rgb(225,182,64); }
H1.HeaderClassName
{
color: #E1B640;
}
.AnyTagClassName
{
color: #E1B640;
}
</style>
background-color css
<style>
a { background-color: #E1B640; }
a { background-color: rgb(225,182,64); }
div.DivClassName
{
background-color: #E1B640;
}
.BgClassName
{
background-color: #E1B640;
}
</style>
border-color css
<style>
span { border-color: #E1B640; }
span { border-color: rgb(225,182,64); }
td.TdClassName
{
border-color: #E1B640;
}
.TagClassName
{
border-color: #E1B640;
}
</style>