Shades of Tulip Tree #E1A835
Tints of Tulip Tree #E1A835
RGB
CMYK
RGB Variations
Color information
#E1A835 (or 0xE1A835) is known color: Tulip Tree. HEX triplet: E1, A8 and 35. RGB value is (225,168,53). Sum of RGB (Red+Green+Blue) = 225+168+53=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A835 is #1E57CA. Grayscale: #ACACAC. Windows color (decimal): -1988555 or 3516641. OLE color: 3516641.
HSL color Cylindrical-coordinate representation of color #E1A835: hue angle of 40.12º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1A835 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 53 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.12 |
| HSL | 40.12º | 0.74% | 0.55% | - |
| HSV(B) | 40.12º | 0.76% | 0.88% | - |
| XYZ | 45.7 | 44.27 | 9.5 | - |
| YUV | 171.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 53 | 0 | 0.25 | 0.76 | 0.12 | 40.12 | 0.74 | 0.55 |
| Hex | E1 | A8 | 35 | 0 | 19 | 4C | C | 28 | 4A | 37 |
| Octal | 341 | 250 | 65 | 0 | 31 | 114 | 14 | 50 | 112 | 67 |
| Binary | 11100001 | 10101000 | 110101 | 0 | 11001 | 1001100 | 1100 | 101000 | 1001010 | 110111 |
Color Harmonies of #E1A835
Complementary color
Monochromatic Colors of #E1A835
Black with #E1A835
Text Example
Text Example
White with #E1A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A835; }
p { color: rgb(225,168,53); }
H1.HeaderClassName
{
color: #E1A835;
}
.AnyTagClassName
{
color: #E1A835;
}
</style>
background-color css
<style>
a { background-color: #E1A835; }
a { background-color: rgb(225,168,53); }
div.DivClassName
{
background-color: #E1A835;
}
.BgClassName
{
background-color: #E1A835;
}
</style>
border-color css
<style>
span { border-color: #E1A835; }
span { border-color: rgb(225,168,53); }
td.TdClassName
{
border-color: #E1A835;
}
.TagClassName
{
border-color: #E1A835;
}
</style>