Shades of Primrose #E1DB85
Tints of Primrose #E1DB85
RGB
CMYK
RGB Variations
Color information
#E1DB85 (or 0xE1DB85) is known color: Primrose. HEX triplet: E1, DB and 85. RGB value is (225,219,133). Sum of RGB (Red+Green+Blue) = 225+219+133=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB85 is #1E247A. Grayscale: #D3D3D3. Windows color (decimal): -1975419 or 8772577. OLE color: 8772577.
HSL color Cylindrical-coordinate representation of color #E1DB85: hue angle of 56.09º 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 #E1DB85 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 133 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.12 |
| HSL | 56.09º | 0.61% | 0.7% | - |
| HSV(B) | 56.09º | 0.41% | 0.88% | - |
| XYZ | 60.62 | 68.36 | 32.19 | - |
| YUV | 210.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 133 | 0 | 0.03 | 0.41 | 0.12 | 56.09 | 0.61 | 0.7 |
| Hex | E1 | DB | 85 | 0 | 3 | 29 | C | 38 | 3D | 46 |
| Octal | 341 | 333 | 205 | 0 | 3 | 51 | 14 | 70 | 75 | 106 |
| Binary | 11100001 | 11011011 | 10000101 | 0 | 11 | 101001 | 1100 | 111000 | 111101 | 1000110 |
Color Harmonies of #E1DB85
Complementary color
Monochromatic Colors of #E1DB85
Black with #E1DB85
Text Example
Text Example
White with #E1DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB85; }
p { color: rgb(225,219,133); }
H1.HeaderClassName
{
color: #E1DB85;
}
.AnyTagClassName
{
color: #E1DB85;
}
</style>
background-color css
<style>
a { background-color: #E1DB85; }
a { background-color: rgb(225,219,133); }
div.DivClassName
{
background-color: #E1DB85;
}
.BgClassName
{
background-color: #E1DB85;
}
</style>
border-color css
<style>
span { border-color: #E1DB85; }
span { border-color: rgb(225,219,133); }
td.TdClassName
{
border-color: #E1DB85;
}
.TagClassName
{
border-color: #E1DB85;
}
</style>