Shades of Primrose #E1DA8C
Tints of Primrose #E1DA8C
RGB
CMYK
RGB Variations
Color information
#E1DA8C (or 0xE1DA8C) is known color: Primrose. HEX triplet: E1, DA and 8C. RGB value is (225,218,140). Sum of RGB (Red+Green+Blue) = 225+218+140=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA8C is #1E2573. Grayscale: #D3D3D3. Windows color (decimal): -1975668 or 9231073. OLE color: 9231073.
HSL color Cylindrical-coordinate representation of color #E1DA8C: hue angle of 55.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1DA8C is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 140 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.12 |
| HSL | 55.06º | 0.59% | 0.72% | - |
| HSV(B) | 55.06º | 0.38% | 0.88% | - |
| XYZ | 60.86 | 68.04 | 34.74 | - |
| YUV | 211.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 140 | 0 | 0.03 | 0.38 | 0.12 | 55.06 | 0.59 | 0.72 |
| Hex | E1 | DA | 8C | 0 | 3 | 26 | C | 37 | 3B | 48 |
| Octal | 341 | 332 | 214 | 0 | 3 | 46 | 14 | 67 | 73 | 110 |
| Binary | 11100001 | 11011010 | 10001100 | 0 | 11 | 100110 | 1100 | 110111 | 111011 | 1001000 |
Color Harmonies of #E1DA8C
Complementary color
Monochromatic Colors of #E1DA8C
Black with #E1DA8C
Text Example
Text Example
White with #E1DA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA8C; }
p { color: rgb(225,218,140); }
H1.HeaderClassName
{
color: #E1DA8C;
}
.AnyTagClassName
{
color: #E1DA8C;
}
</style>
background-color css
<style>
a { background-color: #E1DA8C; }
a { background-color: rgb(225,218,140); }
div.DivClassName
{
background-color: #E1DA8C;
}
.BgClassName
{
background-color: #E1DA8C;
}
</style>
border-color css
<style>
span { border-color: #E1DA8C; }
span { border-color: rgb(225,218,140); }
td.TdClassName
{
border-color: #E1DA8C;
}
.TagClassName
{
border-color: #E1DA8C;
}
</style>