Shades of Primrose #E1DA85
Tints of Primrose #E1DA85
RGB
CMYK
RGB Variations
Color information
#E1DA85 (or 0xE1DA85) is known color: Primrose. HEX triplet: E1, DA and 85. RGB value is (225,218,133). Sum of RGB (Red+Green+Blue) = 225+218+133=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA85 is #1E257A. Grayscale: #D2D2D2. Windows color (decimal): -1975675 or 8772321. OLE color: 8772321.
HSL color Cylindrical-coordinate representation of color #E1DA85: hue angle of 55.43º 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 #E1DA85 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 133 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.12 |
| HSL | 55.43º | 0.61% | 0.7% | - |
| HSV(B) | 55.43º | 0.41% | 0.88% | - |
| XYZ | 60.36 | 67.84 | 32.1 | - |
| YUV | 210.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 133 | 0 | 0.03 | 0.41 | 0.12 | 55.43 | 0.61 | 0.7 |
| Hex | E1 | DA | 85 | 0 | 3 | 29 | C | 37 | 3D | 46 |
| Octal | 341 | 332 | 205 | 0 | 3 | 51 | 14 | 67 | 75 | 106 |
| Binary | 11100001 | 11011010 | 10000101 | 0 | 11 | 101001 | 1100 | 110111 | 111101 | 1000110 |
Color Harmonies of #E1DA85
Complementary color
Monochromatic Colors of #E1DA85
Black with #E1DA85
Text Example
Text Example
White with #E1DA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA85; }
p { color: rgb(225,218,133); }
H1.HeaderClassName
{
color: #E1DA85;
}
.AnyTagClassName
{
color: #E1DA85;
}
</style>
background-color css
<style>
a { background-color: #E1DA85; }
a { background-color: rgb(225,218,133); }
div.DivClassName
{
background-color: #E1DA85;
}
.BgClassName
{
background-color: #E1DA85;
}
</style>
border-color css
<style>
span { border-color: #E1DA85; }
span { border-color: rgb(225,218,133); }
td.TdClassName
{
border-color: #E1DA85;
}
.TagClassName
{
border-color: #E1DA85;
}
</style>