Shades of Primrose #E1DB91
Tints of Primrose #E1DB91
RGB
CMYK
RGB Variations
Color information
#E1DB91 (or 0xE1DB91) is known color: Primrose. HEX triplet: E1, DB and 91. RGB value is (225,219,145). Sum of RGB (Red+Green+Blue) = 225+219+145=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB91 is #1E246E. Grayscale: #D4D4D4. Windows color (decimal): -1975407 or 9559009. OLE color: 9559009.
HSL color Cylindrical-coordinate representation of color #E1DB91: hue angle of 55.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1DB91 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 145 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.12 |
| HSL | 55.5º | 0.57% | 0.73% | - |
| HSV(B) | 55.5º | 0.36% | 0.88% | - |
| XYZ | 61.49 | 68.71 | 36.81 | - |
| YUV | 212.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 145 | 0 | 0.03 | 0.36 | 0.12 | 55.5 | 0.57 | 0.73 |
| Hex | E1 | DB | 91 | 0 | 3 | 24 | C | 38 | 39 | 49 |
| Octal | 341 | 333 | 221 | 0 | 3 | 44 | 14 | 70 | 71 | 111 |
| Binary | 11100001 | 11011011 | 10010001 | 0 | 11 | 100100 | 1100 | 111000 | 111001 | 1001001 |
Color Harmonies of #E1DB91
Complementary color
Monochromatic Colors of #E1DB91
Black with #E1DB91
Text Example
Text Example
White with #E1DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB91; }
p { color: rgb(225,219,145); }
H1.HeaderClassName
{
color: #E1DB91;
}
.AnyTagClassName
{
color: #E1DB91;
}
</style>
background-color css
<style>
a { background-color: #E1DB91; }
a { background-color: rgb(225,219,145); }
div.DivClassName
{
background-color: #E1DB91;
}
.BgClassName
{
background-color: #E1DB91;
}
</style>
border-color css
<style>
span { border-color: #E1DB91; }
span { border-color: rgb(225,219,145); }
td.TdClassName
{
border-color: #E1DB91;
}
.TagClassName
{
border-color: #E1DB91;
}
</style>