Shades of Primrose #E1D38D
Tints of Primrose #E1D38D
RGB
CMYK
RGB Variations
Color information
#E1D38D (or 0xE1D38D) is known color: Primrose. HEX triplet: E1, D3 and 8D. RGB value is (225,211,141). Sum of RGB (Red+Green+Blue) = 225+211+141=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D38D is #1E2C72. Grayscale: #CFCFCF. Windows color (decimal): -1977459 or 9294817. OLE color: 9294817.
HSL color Cylindrical-coordinate representation of color #E1D38D: hue angle of 50º 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 #E1D38D is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 141 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.12 |
| HSL | 50º | 0.58% | 0.72% | - |
| HSV(B) | 50º | 0.37% | 0.88% | - |
| XYZ | 59.15 | 64.52 | 34.54 | - |
| YUV | 207.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 141 | 0 | 0.06 | 0.37 | 0.12 | 50 | 0.58 | 0.72 |
| Hex | E1 | D3 | 8D | 0 | 6 | 25 | C | 32 | 3A | 48 |
| Octal | 341 | 323 | 215 | 0 | 6 | 45 | 14 | 62 | 72 | 110 |
| Binary | 11100001 | 11010011 | 10001101 | 0 | 110 | 100101 | 1100 | 110010 | 111010 | 1001000 |
Color Harmonies of #E1D38D
Complementary color
Monochromatic Colors of #E1D38D
Black with #E1D38D
Text Example
Text Example
White with #E1D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D38D; }
p { color: rgb(225,211,141); }
H1.HeaderClassName
{
color: #E1D38D;
}
.AnyTagClassName
{
color: #E1D38D;
}
</style>
background-color css
<style>
a { background-color: #E1D38D; }
a { background-color: rgb(225,211,141); }
div.DivClassName
{
background-color: #E1D38D;
}
.BgClassName
{
background-color: #E1D38D;
}
</style>
border-color css
<style>
span { border-color: #E1D38D; }
span { border-color: rgb(225,211,141); }
td.TdClassName
{
border-color: #E1D38D;
}
.TagClassName
{
border-color: #E1D38D;
}
</style>