Shades of Primrose #E1DC89
Tints of Primrose #E1DC89
RGB
CMYK
RGB Variations
Color information
#E1DC89 (or 0xE1DC89) is known color: Primrose. HEX triplet: E1, DC and 89. RGB value is (225,220,137). Sum of RGB (Red+Green+Blue) = 225+220+137=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 137 (53.91% from 255 or 23.54% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC89 is #1E2376. Grayscale: #D4D4D4. Windows color (decimal): -1975159 or 9034977. OLE color: 9034977.
HSL color Cylindrical-coordinate representation of color #E1DC89: hue angle of 56.59º 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 #E1DC89 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 137 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.12 |
| HSL | 56.59º | 0.59% | 0.71% | - |
| HSV(B) | 56.59º | 0.39% | 0.88% | - |
| XYZ | 61.16 | 69 | 33.76 | - |
| YUV | 212.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 137 | 0 | 0.02 | 0.39 | 0.12 | 56.59 | 0.59 | 0.71 |
| Hex | E1 | DC | 89 | 0 | 2 | 27 | C | 39 | 3B | 47 |
| Octal | 341 | 334 | 211 | 0 | 2 | 47 | 14 | 71 | 73 | 107 |
| Binary | 11100001 | 11011100 | 10001001 | 0 | 10 | 100111 | 1100 | 111001 | 111011 | 1000111 |
Color Harmonies of #E1DC89
Complementary color
Monochromatic Colors of #E1DC89
Black with #E1DC89
Text Example
Text Example
White with #E1DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC89; }
p { color: rgb(225,220,137); }
H1.HeaderClassName
{
color: #E1DC89;
}
.AnyTagClassName
{
color: #E1DC89;
}
</style>
background-color css
<style>
a { background-color: #E1DC89; }
a { background-color: rgb(225,220,137); }
div.DivClassName
{
background-color: #E1DC89;
}
.BgClassName
{
background-color: #E1DC89;
}
</style>
border-color css
<style>
span { border-color: #E1DC89; }
span { border-color: rgb(225,220,137); }
td.TdClassName
{
border-color: #E1DC89;
}
.TagClassName
{
border-color: #E1DC89;
}
</style>