Shades of Tulip Tree #E1A232
Tints of Tulip Tree #E1A232
RGB
CMYK
RGB Variations
Color information
#E1A232 (or 0xE1A232) is known color: Tulip Tree. HEX triplet: E1, A2 and 32. RGB value is (225,162,50). Sum of RGB (Red+Green+Blue) = 225+162+50=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A232 is #1E5DCD. Grayscale: #A8A8A8. Windows color (decimal): -1990094 or 3318497. OLE color: 3318497.
HSL color Cylindrical-coordinate representation of color #E1A232: hue angle of 38.4º 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 #E1A232 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 50 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.12 |
| HSL | 38.4º | 0.74% | 0.54% | - |
| HSV(B) | 38.4º | 0.78% | 0.88% | - |
| XYZ | 44.55 | 42.08 | 8.79 | - |
| YUV | 168.07 | 61.37 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 50 | 0 | 0.28 | 0.78 | 0.12 | 38.4 | 0.74 | 0.54 |
| Hex | E1 | A2 | 32 | 0 | 1C | 4E | C | 26 | 4A | 36 |
| Octal | 341 | 242 | 62 | 0 | 34 | 116 | 14 | 46 | 112 | 66 |
| Binary | 11100001 | 10100010 | 110010 | 0 | 11100 | 1001110 | 1100 | 100110 | 1001010 | 110110 |
Color Harmonies of #E1A232
Complementary color
Monochromatic Colors of #E1A232
Black with #E1A232
Text Example
Text Example
White with #E1A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A232; }
p { color: rgb(225,162,50); }
H1.HeaderClassName
{
color: #E1A232;
}
.AnyTagClassName
{
color: #E1A232;
}
</style>
background-color css
<style>
a { background-color: #E1A232; }
a { background-color: rgb(225,162,50); }
div.DivClassName
{
background-color: #E1A232;
}
.BgClassName
{
background-color: #E1A232;
}
</style>
border-color css
<style>
span { border-color: #E1A232; }
span { border-color: rgb(225,162,50); }
td.TdClassName
{
border-color: #E1A232;
}
.TagClassName
{
border-color: #E1A232;
}
</style>