Shades of Primrose #E1DE89
Tints of Primrose #E1DE89
RGB
CMYK
RGB Variations
Color information
#E1DE89 (or 0xE1DE89) is known color: Primrose. HEX triplet: E1, DE and 89. RGB value is (225,222,137). Sum of RGB (Red+Green+Blue) = 225+222+137=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 137 (53.91% from 255 or 23.46% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DE89 is #1E2176. Grayscale: #D5D5D5. Windows color (decimal): -1974647 or 9035489. OLE color: 9035489.
HSL color Cylindrical-coordinate representation of color #E1DE89: hue angle of 57.95º 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 #E1DE89 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 137 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.12 |
| HSL | 57.95º | 0.59% | 0.71% | - |
| HSV(B) | 57.95º | 0.39% | 0.88% | - |
| XYZ | 61.69 | 70.06 | 33.94 | - |
| YUV | 213.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 137 | 0 | 0.01 | 0.39 | 0.12 | 57.95 | 0.59 | 0.71 |
| Hex | E1 | DE | 89 | 0 | 1 | 27 | C | 3A | 3B | 47 |
| Octal | 341 | 336 | 211 | 0 | 1 | 47 | 14 | 72 | 73 | 107 |
| Binary | 11100001 | 11011110 | 10001001 | 0 | 1 | 100111 | 1100 | 111010 | 111011 | 1000111 |
Color Harmonies of #E1DE89
Complementary color
Monochromatic Colors of #E1DE89
Black with #E1DE89
Text Example
Text Example
White with #E1DE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DE89; }
p { color: rgb(225,222,137); }
H1.HeaderClassName
{
color: #E1DE89;
}
.AnyTagClassName
{
color: #E1DE89;
}
</style>
background-color css
<style>
a { background-color: #E1DE89; }
a { background-color: rgb(225,222,137); }
div.DivClassName
{
background-color: #E1DE89;
}
.BgClassName
{
background-color: #E1DE89;
}
</style>
border-color css
<style>
span { border-color: #E1DE89; }
span { border-color: rgb(225,222,137); }
td.TdClassName
{
border-color: #E1DE89;
}
.TagClassName
{
border-color: #E1DE89;
}
</style>