Shades of Primrose #E1DF85
Tints of Primrose #E1DF85
RGB
CMYK
RGB Variations
Color information
#E1DF85 (or 0xE1DF85) is known color: Primrose. HEX triplet: E1, DF and 85. RGB value is (225,223,133). Sum of RGB (Red+Green+Blue) = 225+223+133=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF85 is #1E207A. Grayscale: #D5D5D5. Windows color (decimal): -1974395 or 8773601. OLE color: 8773601.
HSL color Cylindrical-coordinate representation of color #E1DF85: hue angle of 58.7º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1DF85 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 133 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.12 |
| HSL | 58.7º | 0.61% | 0.7% | - |
| HSV(B) | 58.7º | 0.41% | 0.88% | - |
| XYZ | 61.67 | 70.48 | 32.54 | - |
| YUV | 213.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 133 | 0 | 0.01 | 0.41 | 0.12 | 58.7 | 0.61 | 0.7 |
| Hex | E1 | DF | 85 | 0 | 1 | 29 | C | 3B | 3D | 46 |
| Octal | 341 | 337 | 205 | 0 | 1 | 51 | 14 | 73 | 75 | 106 |
| Binary | 11100001 | 11011111 | 10000101 | 0 | 1 | 101001 | 1100 | 111011 | 111101 | 1000110 |
Color Harmonies of #E1DF85
Complementary color
Monochromatic Colors of #E1DF85
Black with #E1DF85
Text Example
Text Example
White with #E1DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF85; }
p { color: rgb(225,223,133); }
H1.HeaderClassName
{
color: #E1DF85;
}
.AnyTagClassName
{
color: #E1DF85;
}
</style>
background-color css
<style>
a { background-color: #E1DF85; }
a { background-color: rgb(225,223,133); }
div.DivClassName
{
background-color: #E1DF85;
}
.BgClassName
{
background-color: #E1DF85;
}
</style>
border-color css
<style>
span { border-color: #E1DF85; }
span { border-color: rgb(225,223,133); }
td.TdClassName
{
border-color: #E1DF85;
}
.TagClassName
{
border-color: #E1DF85;
}
</style>