Shades of Primrose #E1D896
Tints of Primrose #E1D896
RGB
CMYK
RGB Variations
Color information
#E1D896 (or 0xE1D896) is known color: Primrose. HEX triplet: E1, D8 and 96. RGB value is (225,216,150). Sum of RGB (Red+Green+Blue) = 225+216+150=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D896 is #1E2769. Grayscale: #D3D3D3. Windows color (decimal): -1976170 or 9885921. OLE color: 9885921.
HSL color Cylindrical-coordinate representation of color #E1D896: hue angle of 52.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1D896 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 150 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.12 |
| HSL | 52.8º | 0.56% | 0.74% | - |
| HSV(B) | 52.8º | 0.33% | 0.88% | - |
| XYZ | 61.11 | 67.32 | 38.63 | - |
| YUV | 211.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 150 | 0 | 0.04 | 0.33 | 0.12 | 52.8 | 0.56 | 0.74 |
| Hex | E1 | D8 | 96 | 0 | 4 | 21 | C | 35 | 38 | 4A |
| Octal | 341 | 330 | 226 | 0 | 4 | 41 | 14 | 65 | 70 | 112 |
| Binary | 11100001 | 11011000 | 10010110 | 0 | 100 | 100001 | 1100 | 110101 | 111000 | 1001010 |
Color Harmonies of #E1D896
Complementary color
Monochromatic Colors of #E1D896
Black with #E1D896
Text Example
Text Example
White with #E1D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D896; }
p { color: rgb(225,216,150); }
H1.HeaderClassName
{
color: #E1D896;
}
.AnyTagClassName
{
color: #E1D896;
}
</style>
background-color css
<style>
a { background-color: #E1D896; }
a { background-color: rgb(225,216,150); }
div.DivClassName
{
background-color: #E1D896;
}
.BgClassName
{
background-color: #E1D896;
}
</style>
border-color css
<style>
span { border-color: #E1D896; }
span { border-color: rgb(225,216,150); }
td.TdClassName
{
border-color: #E1D896;
}
.TagClassName
{
border-color: #E1D896;
}
</style>