Shades of Primrose #E1DF8C
Tints of Primrose #E1DF8C
RGB
CMYK
RGB Variations
Color information
#E1DF8C (or 0xE1DF8C) is known color: Primrose. HEX triplet: E1, DF and 8C. RGB value is (225,223,140). Sum of RGB (Red+Green+Blue) = 225+223+140=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF8C is #1E2073. Grayscale: #D6D6D6. Windows color (decimal): -1974388 or 9232353. OLE color: 9232353.
HSL color Cylindrical-coordinate representation of color #E1DF8C: hue angle of 58.59º 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 #E1DF8C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 140 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.12 |
| HSL | 58.59º | 0.59% | 0.72% | - |
| HSV(B) | 58.59º | 0.38% | 0.88% | - |
| XYZ | 62.17 | 70.68 | 35.18 | - |
| YUV | 214.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 140 | 0 | 0.01 | 0.38 | 0.12 | 58.59 | 0.59 | 0.72 |
| Hex | E1 | DF | 8C | 0 | 1 | 26 | C | 3B | 3B | 48 |
| Octal | 341 | 337 | 214 | 0 | 1 | 46 | 14 | 73 | 73 | 110 |
| Binary | 11100001 | 11011111 | 10001100 | 0 | 1 | 100110 | 1100 | 111011 | 111011 | 1001000 |
Color Harmonies of #E1DF8C
Complementary color
Monochromatic Colors of #E1DF8C
Black with #E1DF8C
Text Example
Text Example
White with #E1DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF8C; }
p { color: rgb(225,223,140); }
H1.HeaderClassName
{
color: #E1DF8C;
}
.AnyTagClassName
{
color: #E1DF8C;
}
</style>
background-color css
<style>
a { background-color: #E1DF8C; }
a { background-color: rgb(225,223,140); }
div.DivClassName
{
background-color: #E1DF8C;
}
.BgClassName
{
background-color: #E1DF8C;
}
</style>
border-color css
<style>
span { border-color: #E1DF8C; }
span { border-color: rgb(225,223,140); }
td.TdClassName
{
border-color: #E1DF8C;
}
.TagClassName
{
border-color: #E1DF8C;
}
</style>