Shades of Primrose #E1DD9A
Tints of Primrose #E1DD9A
RGB
CMYK
RGB Variations
Color information
#E1DD9A (or 0xE1DD9A) is known color: Primrose. HEX triplet: E1, DD and 9A. RGB value is (225,221,154). Sum of RGB (Red+Green+Blue) = 225+221+154=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD9A is #1E2265. Grayscale: #D6D6D6. Windows color (decimal): -1974886 or 10149345. OLE color: 10149345.
HSL color Cylindrical-coordinate representation of color #E1DD9A: hue angle of 56.62º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1DD9A is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 154 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.12 |
| HSL | 56.62º | 0.54% | 0.74% | - |
| HSV(B) | 56.62º | 0.32% | 0.88% | - |
| XYZ | 62.74 | 70.05 | 40.79 | - |
| YUV | 214.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 154 | 0 | 0.02 | 0.32 | 0.12 | 56.62 | 0.54 | 0.74 |
| Hex | E1 | DD | 9A | 0 | 2 | 20 | C | 39 | 36 | 4A |
| Octal | 341 | 335 | 232 | 0 | 2 | 40 | 14 | 71 | 66 | 112 |
| Binary | 11100001 | 11011101 | 10011010 | 0 | 10 | 100000 | 1100 | 111001 | 110110 | 1001010 |
Color Harmonies of #E1DD9A
Complementary color
Monochromatic Colors of #E1DD9A
Black with #E1DD9A
Text Example
Text Example
White with #E1DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD9A; }
p { color: rgb(225,221,154); }
H1.HeaderClassName
{
color: #E1DD9A;
}
.AnyTagClassName
{
color: #E1DD9A;
}
</style>
background-color css
<style>
a { background-color: #E1DD9A; }
a { background-color: rgb(225,221,154); }
div.DivClassName
{
background-color: #E1DD9A;
}
.BgClassName
{
background-color: #E1DD9A;
}
</style>
border-color css
<style>
span { border-color: #E1DD9A; }
span { border-color: rgb(225,221,154); }
td.TdClassName
{
border-color: #E1DD9A;
}
.TagClassName
{
border-color: #E1DD9A;
}
</style>