Shades of Tulip Tree #E1A532
Tints of Tulip Tree #E1A532
RGB
CMYK
RGB Variations
Color information
#E1A532 (or 0xE1A532) is known color: Tulip Tree. HEX triplet: E1, A5 and 32. RGB value is (225,165,50). Sum of RGB (Red+Green+Blue) = 225+165+50=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A532 is #1E5ACD. Grayscale: #AAAAAA. Windows color (decimal): -1989326 or 3319265. OLE color: 3319265.
HSL color Cylindrical-coordinate representation of color #E1A532: hue angle of 39.43º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1A532 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 50 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.12 |
| HSL | 39.43º | 0.74% | 0.54% | - |
| HSV(B) | 39.43º | 0.78% | 0.88% | - |
| XYZ | 45.08 | 43.15 | 8.97 | - |
| YUV | 169.83 | 60.38 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 50 | 0 | 0.27 | 0.78 | 0.12 | 39.43 | 0.74 | 0.54 |
| Hex | E1 | A5 | 32 | 0 | 1B | 4E | C | 27 | 4A | 36 |
| Octal | 341 | 245 | 62 | 0 | 33 | 116 | 14 | 47 | 112 | 66 |
| Binary | 11100001 | 10100101 | 110010 | 0 | 11011 | 1001110 | 1100 | 100111 | 1001010 | 110110 |
Color Harmonies of #E1A532
Complementary color
Monochromatic Colors of #E1A532
Black with #E1A532
Text Example
Text Example
White with #E1A532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A532; }
p { color: rgb(225,165,50); }
H1.HeaderClassName
{
color: #E1A532;
}
.AnyTagClassName
{
color: #E1A532;
}
</style>
background-color css
<style>
a { background-color: #E1A532; }
a { background-color: rgb(225,165,50); }
div.DivClassName
{
background-color: #E1A532;
}
.BgClassName
{
background-color: #E1A532;
}
</style>
border-color css
<style>
span { border-color: #E1A532; }
span { border-color: rgb(225,165,50); }
td.TdClassName
{
border-color: #E1A532;
}
.TagClassName
{
border-color: #E1A532;
}
</style>