Shades of Tulip Tree #E1A641
Tints of Tulip Tree #E1A641
RGB
CMYK
RGB Variations
Color information
#E1A641 (or 0xE1A641) is known color: Tulip Tree. HEX triplet: E1, A6 and 41. RGB value is (225,166,65). Sum of RGB (Red+Green+Blue) = 225+166+65=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A641 is #1E59BE. Grayscale: #ACACAC. Windows color (decimal): -1989055 or 4302561. OLE color: 4302561.
HSL color Cylindrical-coordinate representation of color #E1A641: hue angle of 37.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1A641 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 65 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.12 |
| HSL | 37.88º | 0.73% | 0.57% | - |
| HSV(B) | 37.88º | 0.71% | 0.88% | - |
| XYZ | 45.64 | 43.66 | 11.02 | - |
| YUV | 172.13 | 67.55 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 65 | 0 | 0.26 | 0.71 | 0.12 | 37.88 | 0.73 | 0.57 |
| Hex | E1 | A6 | 41 | 0 | 1A | 47 | C | 26 | 49 | 39 |
| Octal | 341 | 246 | 101 | 0 | 32 | 107 | 14 | 46 | 111 | 71 |
| Binary | 11100001 | 10100110 | 1000001 | 0 | 11010 | 1000111 | 1100 | 100110 | 1001001 | 111001 |
Color Harmonies of #E1A641
Complementary color
Monochromatic Colors of #E1A641
Black with #E1A641
Text Example
Text Example
White with #E1A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A641; }
p { color: rgb(225,166,65); }
H1.HeaderClassName
{
color: #E1A641;
}
.AnyTagClassName
{
color: #E1A641;
}
</style>
background-color css
<style>
a { background-color: #E1A641; }
a { background-color: rgb(225,166,65); }
div.DivClassName
{
background-color: #E1A641;
}
.BgClassName
{
background-color: #E1A641;
}
</style>
border-color css
<style>
span { border-color: #E1A641; }
span { border-color: rgb(225,166,65); }
td.TdClassName
{
border-color: #E1A641;
}
.TagClassName
{
border-color: #E1A641;
}
</style>