Shades of Primrose #E1D590
Tints of Primrose #E1D590
RGB
CMYK
RGB Variations
Color information
#E1D590 (or 0xE1D590) is known color: Primrose. HEX triplet: E1, D5 and 90. RGB value is (225,213,144). Sum of RGB (Red+Green+Blue) = 225+213+144=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D590 is #1E2A6F. Grayscale: #D1D1D1. Windows color (decimal): -1976944 or 9491937. OLE color: 9491937.
HSL color Cylindrical-coordinate representation of color #E1D590: hue angle of 51.11º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1D590 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 144 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.12 |
| HSL | 51.11º | 0.57% | 0.72% | - |
| HSV(B) | 51.11º | 0.36% | 0.88% | - |
| XYZ | 59.88 | 65.61 | 35.89 | - |
| YUV | 208.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 144 | 0 | 0.05 | 0.36 | 0.12 | 51.11 | 0.57 | 0.72 |
| Hex | E1 | D5 | 90 | 0 | 5 | 24 | C | 33 | 39 | 48 |
| Octal | 341 | 325 | 220 | 0 | 5 | 44 | 14 | 63 | 71 | 110 |
| Binary | 11100001 | 11010101 | 10010000 | 0 | 101 | 100100 | 1100 | 110011 | 111001 | 1001000 |
Color Harmonies of #E1D590
Complementary color
Monochromatic Colors of #E1D590
Black with #E1D590
Text Example
Text Example
White with #E1D590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D590; }
p { color: rgb(225,213,144); }
H1.HeaderClassName
{
color: #E1D590;
}
.AnyTagClassName
{
color: #E1D590;
}
</style>
background-color css
<style>
a { background-color: #E1D590; }
a { background-color: rgb(225,213,144); }
div.DivClassName
{
background-color: #E1D590;
}
.BgClassName
{
background-color: #E1D590;
}
</style>
border-color css
<style>
span { border-color: #E1D590; }
span { border-color: rgb(225,213,144); }
td.TdClassName
{
border-color: #E1D590;
}
.TagClassName
{
border-color: #E1D590;
}
</style>