Shades of Primrose #E1DB8D
Tints of Primrose #E1DB8D
RGB
CMYK
RGB Variations
Color information
#E1DB8D (or 0xE1DB8D) is known color: Primrose. HEX triplet: E1, DB and 8D. RGB value is (225,219,141). Sum of RGB (Red+Green+Blue) = 225+219+141=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB8D is #1E2472. Grayscale: #D4D4D4. Windows color (decimal): -1975411 or 9296865. OLE color: 9296865.
HSL color Cylindrical-coordinate representation of color #E1DB8D: hue angle of 55.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1DB8D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 141 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.12 |
| HSL | 55.71º | 0.58% | 0.72% | - |
| HSV(B) | 55.71º | 0.37% | 0.88% | - |
| XYZ | 61.19 | 68.59 | 35.21 | - |
| YUV | 211.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 141 | 0 | 0.03 | 0.37 | 0.12 | 55.71 | 0.58 | 0.72 |
| Hex | E1 | DB | 8D | 0 | 3 | 25 | C | 38 | 3A | 48 |
| Octal | 341 | 333 | 215 | 0 | 3 | 45 | 14 | 70 | 72 | 110 |
| Binary | 11100001 | 11011011 | 10001101 | 0 | 11 | 100101 | 1100 | 111000 | 111010 | 1001000 |
Color Harmonies of #E1DB8D
Complementary color
Monochromatic Colors of #E1DB8D
Black with #E1DB8D
Text Example
Text Example
White with #E1DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB8D; }
p { color: rgb(225,219,141); }
H1.HeaderClassName
{
color: #E1DB8D;
}
.AnyTagClassName
{
color: #E1DB8D;
}
</style>
background-color css
<style>
a { background-color: #E1DB8D; }
a { background-color: rgb(225,219,141); }
div.DivClassName
{
background-color: #E1DB8D;
}
.BgClassName
{
background-color: #E1DB8D;
}
</style>
border-color css
<style>
span { border-color: #E1DB8D; }
span { border-color: rgb(225,219,141); }
td.TdClassName
{
border-color: #E1DB8D;
}
.TagClassName
{
border-color: #E1DB8D;
}
</style>