Shades of Primrose #E1DF89
Tints of Primrose #E1DF89
RGB
CMYK
RGB Variations
Color information
#E1DF89 (or 0xE1DF89) is known color: Primrose. HEX triplet: E1, DF and 89. RGB value is (225,223,137). Sum of RGB (Red+Green+Blue) = 225+223+137=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 137 (53.91% from 255 or 23.42% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF89 is #1E2076. Grayscale: #D6D6D6. Windows color (decimal): -1974391 or 9035745. OLE color: 9035745.
HSL color Cylindrical-coordinate representation of color #E1DF89: hue angle of 58.64º 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 #E1DF89 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 137 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.12 |
| HSL | 58.64º | 0.59% | 0.71% | - |
| HSV(B) | 58.64º | 0.39% | 0.88% | - |
| XYZ | 61.95 | 70.59 | 34.03 | - |
| YUV | 213.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 137 | 0 | 0.01 | 0.39 | 0.12 | 58.64 | 0.59 | 0.71 |
| Hex | E1 | DF | 89 | 0 | 1 | 27 | C | 3B | 3B | 47 |
| Octal | 341 | 337 | 211 | 0 | 1 | 47 | 14 | 73 | 73 | 107 |
| Binary | 11100001 | 11011111 | 10001001 | 0 | 1 | 100111 | 1100 | 111011 | 111011 | 1000111 |
Color Harmonies of #E1DF89
Complementary color
Monochromatic Colors of #E1DF89
Black with #E1DF89
Text Example
Text Example
White with #E1DF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF89; }
p { color: rgb(225,223,137); }
H1.HeaderClassName
{
color: #E1DF89;
}
.AnyTagClassName
{
color: #E1DF89;
}
</style>
background-color css
<style>
a { background-color: #E1DF89; }
a { background-color: rgb(225,223,137); }
div.DivClassName
{
background-color: #E1DF89;
}
.BgClassName
{
background-color: #E1DF89;
}
</style>
border-color css
<style>
span { border-color: #E1DF89; }
span { border-color: rgb(225,223,137); }
td.TdClassName
{
border-color: #E1DF89;
}
.TagClassName
{
border-color: #E1DF89;
}
</style>