Shades of Primrose #E1DD9B
Tints of Primrose #E1DD9B
RGB
CMYK
RGB Variations
Color information
#E1DD9B (or 0xE1DD9B) is known color: Primrose. HEX triplet: E1, DD and 9B. RGB value is (225,221,155). Sum of RGB (Red+Green+Blue) = 225+221+155=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD9B is #1E2264. Grayscale: #D6D6D6. Windows color (decimal): -1974885 or 10214881. OLE color: 10214881.
HSL color Cylindrical-coordinate representation of color #E1DD9B: hue angle of 56.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1DD9B is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 155 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.12 |
| HSL | 56.57º | 0.54% | 0.75% | - |
| HSV(B) | 56.57º | 0.31% | 0.88% | - |
| XYZ | 62.82 | 70.09 | 41.23 | - |
| YUV | 214.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 155 | 0 | 0.02 | 0.31 | 0.12 | 56.57 | 0.54 | 0.75 |
| Hex | E1 | DD | 9B | 0 | 2 | 1F | C | 39 | 36 | 4B |
| Octal | 341 | 335 | 233 | 0 | 2 | 37 | 14 | 71 | 66 | 113 |
| Binary | 11100001 | 11011101 | 10011011 | 0 | 10 | 11111 | 1100 | 111001 | 110110 | 1001011 |
Color Harmonies of #E1DD9B
Complementary color
Monochromatic Colors of #E1DD9B
Black with #E1DD9B
Text Example
Text Example
White with #E1DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD9B; }
p { color: rgb(225,221,155); }
H1.HeaderClassName
{
color: #E1DD9B;
}
.AnyTagClassName
{
color: #E1DD9B;
}
</style>
background-color css
<style>
a { background-color: #E1DD9B; }
a { background-color: rgb(225,221,155); }
div.DivClassName
{
background-color: #E1DD9B;
}
.BgClassName
{
background-color: #E1DD9B;
}
</style>
border-color css
<style>
span { border-color: #E1DD9B; }
span { border-color: rgb(225,221,155); }
td.TdClassName
{
border-color: #E1DD9B;
}
.TagClassName
{
border-color: #E1DD9B;
}
</style>