Shades of Tulip Tree #E1A831
Tints of Tulip Tree #E1A831
RGB
CMYK
RGB Variations
Color information
#E1A831 (or 0xE1A831) is known color: Tulip Tree. HEX triplet: E1, A8 and 31. RGB value is (225,168,49). Sum of RGB (Red+Green+Blue) = 225+168+49=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A831 is #1E57CE. Grayscale: #ACACAC. Windows color (decimal): -1988559 or 3254497. OLE color: 3254497.
HSL color Cylindrical-coordinate representation of color #E1A831: hue angle of 40.57º degrees, saturation: 0.75, 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 #E1A831 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 49 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.12 |
| HSL | 40.57º | 0.75% | 0.54% | - |
| HSV(B) | 40.57º | 0.78% | 0.88% | - |
| XYZ | 45.61 | 44.23 | 9.04 | - |
| YUV | 171.48 | 58.88 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 49 | 0 | 0.25 | 0.78 | 0.12 | 40.57 | 0.75 | 0.54 |
| Hex | E1 | A8 | 31 | 0 | 19 | 4E | C | 29 | 4B | 36 |
| Octal | 341 | 250 | 61 | 0 | 31 | 116 | 14 | 51 | 113 | 66 |
| Binary | 11100001 | 10101000 | 110001 | 0 | 11001 | 1001110 | 1100 | 101001 | 1001011 | 110110 |
Color Harmonies of #E1A831
Complementary color
Monochromatic Colors of #E1A831
Black with #E1A831
Text Example
Text Example
White with #E1A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A831; }
p { color: rgb(225,168,49); }
H1.HeaderClassName
{
color: #E1A831;
}
.AnyTagClassName
{
color: #E1A831;
}
</style>
background-color css
<style>
a { background-color: #E1A831; }
a { background-color: rgb(225,168,49); }
div.DivClassName
{
background-color: #E1A831;
}
.BgClassName
{
background-color: #E1A831;
}
</style>
border-color css
<style>
span { border-color: #E1A831; }
span { border-color: rgb(225,168,49); }
td.TdClassName
{
border-color: #E1A831;
}
.TagClassName
{
border-color: #E1A831;
}
</style>