Shades of Tulip Tree #E1A93D
Tints of Tulip Tree #E1A93D
RGB
CMYK
RGB Variations
Color information
#E1A93D (or 0xE1A93D) is known color: Tulip Tree. HEX triplet: E1, A9 and 3D. RGB value is (225,169,61). Sum of RGB (Red+Green+Blue) = 225+169+61=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A93D is #1E56C2. Grayscale: #ADADAD. Windows color (decimal): -1988291 or 4041185. OLE color: 4041185.
HSL color Cylindrical-coordinate representation of color #E1A93D: hue angle of 39.51º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1A93D is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 61 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.12 |
| HSL | 39.51º | 0.73% | 0.56% | - |
| HSV(B) | 39.51º | 0.73% | 0.88% | - |
| XYZ | 46.08 | 44.72 | 10.62 | - |
| YUV | 173.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 61 | 0 | 0.25 | 0.73 | 0.12 | 39.51 | 0.73 | 0.56 |
| Hex | E1 | A9 | 3D | 0 | 19 | 49 | C | 28 | 49 | 38 |
| Octal | 341 | 251 | 75 | 0 | 31 | 111 | 14 | 50 | 111 | 70 |
| Binary | 11100001 | 10101001 | 111101 | 0 | 11001 | 1001001 | 1100 | 101000 | 1001001 | 111000 |
Color Harmonies of #E1A93D
Complementary color
Monochromatic Colors of #E1A93D
Black with #E1A93D
Text Example
Text Example
White with #E1A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A93D; }
p { color: rgb(225,169,61); }
H1.HeaderClassName
{
color: #E1A93D;
}
.AnyTagClassName
{
color: #E1A93D;
}
</style>
background-color css
<style>
a { background-color: #E1A93D; }
a { background-color: rgb(225,169,61); }
div.DivClassName
{
background-color: #E1A93D;
}
.BgClassName
{
background-color: #E1A93D;
}
</style>
border-color css
<style>
span { border-color: #E1A93D; }
span { border-color: rgb(225,169,61); }
td.TdClassName
{
border-color: #E1A93D;
}
.TagClassName
{
border-color: #E1A93D;
}
</style>