Shades of Primrose #E1D989
Tints of Primrose #E1D989
RGB
CMYK
RGB Variations
Color information
#E1D989 (or 0xE1D989) is known color: Primrose. HEX triplet: E1, D9 and 89. RGB value is (225,217,137). Sum of RGB (Red+Green+Blue) = 225+217+137=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 137 (53.91% from 255 or 23.66% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D989 is #1E2676. Grayscale: #D2D2D2. Windows color (decimal): -1975927 or 9034209. OLE color: 9034209.
HSL color Cylindrical-coordinate representation of color #E1D989: hue angle of 54.55º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1D989 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 137 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.12 |
| HSL | 54.55º | 0.59% | 0.71% | - |
| HSV(B) | 54.55º | 0.39% | 0.88% | - |
| XYZ | 60.38 | 67.44 | 33.5 | - |
| YUV | 210.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 137 | 0 | 0.04 | 0.39 | 0.12 | 54.55 | 0.59 | 0.71 |
| Hex | E1 | D9 | 89 | 0 | 4 | 27 | C | 37 | 3B | 47 |
| Octal | 341 | 331 | 211 | 0 | 4 | 47 | 14 | 67 | 73 | 107 |
| Binary | 11100001 | 11011001 | 10001001 | 0 | 100 | 100111 | 1100 | 110111 | 111011 | 1000111 |
Color Harmonies of #E1D989
Complementary color
Monochromatic Colors of #E1D989
Black with #E1D989
Text Example
Text Example
White with #E1D989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D989; }
p { color: rgb(225,217,137); }
H1.HeaderClassName
{
color: #E1D989;
}
.AnyTagClassName
{
color: #E1D989;
}
</style>
background-color css
<style>
a { background-color: #E1D989; }
a { background-color: rgb(225,217,137); }
div.DivClassName
{
background-color: #E1D989;
}
.BgClassName
{
background-color: #E1D989;
}
</style>
border-color css
<style>
span { border-color: #E1D989; }
span { border-color: rgb(225,217,137); }
td.TdClassName
{
border-color: #E1D989;
}
.TagClassName
{
border-color: #E1D989;
}
</style>