Shades of Primrose #E1D98E
Tints of Primrose #E1D98E
RGB
CMYK
RGB Variations
Color information
#E1D98E (or 0xE1D98E) is known color: Primrose. HEX triplet: E1, D9 and 8E. RGB value is (225,217,142). Sum of RGB (Red+Green+Blue) = 225+217+142=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D98E is #1E2671. Grayscale: #D3D3D3. Windows color (decimal): -1975922 or 9361889. OLE color: 9361889.
HSL color Cylindrical-coordinate representation of color #E1D98E: hue angle of 54.22º 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 #E1D98E is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 142 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.12 |
| HSL | 54.22º | 0.58% | 0.72% | - |
| HSV(B) | 54.22º | 0.37% | 0.88% | - |
| XYZ | 60.75 | 67.59 | 35.43 | - |
| YUV | 210.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 142 | 0 | 0.04 | 0.37 | 0.12 | 54.22 | 0.58 | 0.72 |
| Hex | E1 | D9 | 8E | 0 | 4 | 25 | C | 36 | 3A | 48 |
| Octal | 341 | 331 | 216 | 0 | 4 | 45 | 14 | 66 | 72 | 110 |
| Binary | 11100001 | 11011001 | 10001110 | 0 | 100 | 100101 | 1100 | 110110 | 111010 | 1001000 |
Color Harmonies of #E1D98E
Complementary color
Monochromatic Colors of #E1D98E
Black with #E1D98E
Text Example
Text Example
White with #E1D98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D98E; }
p { color: rgb(225,217,142); }
H1.HeaderClassName
{
color: #E1D98E;
}
.AnyTagClassName
{
color: #E1D98E;
}
</style>
background-color css
<style>
a { background-color: #E1D98E; }
a { background-color: rgb(225,217,142); }
div.DivClassName
{
background-color: #E1D98E;
}
.BgClassName
{
background-color: #E1D98E;
}
</style>
border-color css
<style>
span { border-color: #E1D98E; }
span { border-color: rgb(225,217,142); }
td.TdClassName
{
border-color: #E1D98E;
}
.TagClassName
{
border-color: #E1D98E;
}
</style>