Shades of Primrose #E1D490
Tints of Primrose #E1D490
RGB
CMYK
RGB Variations
Color information
#E1D490 (or 0xE1D490) is known color: Primrose. HEX triplet: E1, D4 and 90. RGB value is (225,212,144). Sum of RGB (Red+Green+Blue) = 225+212+144=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D490 is #1E2B6F. Grayscale: #D0D0D0. Windows color (decimal): -1977200 or 9491681. OLE color: 9491681.
HSL color Cylindrical-coordinate representation of color #E1D490: hue angle of 50.37º 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 #E1D490 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 144 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.12 |
| HSL | 50.37º | 0.57% | 0.72% | - |
| HSV(B) | 50.37º | 0.36% | 0.88% | - |
| XYZ | 59.63 | 65.11 | 35.81 | - |
| YUV | 208.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 144 | 0 | 0.06 | 0.36 | 0.12 | 50.37 | 0.57 | 0.72 |
| Hex | E1 | D4 | 90 | 0 | 6 | 24 | C | 32 | 39 | 48 |
| Octal | 341 | 324 | 220 | 0 | 6 | 44 | 14 | 62 | 71 | 110 |
| Binary | 11100001 | 11010100 | 10010000 | 0 | 110 | 100100 | 1100 | 110010 | 111001 | 1001000 |
Color Harmonies of #E1D490
Complementary color
Monochromatic Colors of #E1D490
Black with #E1D490
Text Example
Text Example
White with #E1D490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D490; }
p { color: rgb(225,212,144); }
H1.HeaderClassName
{
color: #E1D490;
}
.AnyTagClassName
{
color: #E1D490;
}
</style>
background-color css
<style>
a { background-color: #E1D490; }
a { background-color: rgb(225,212,144); }
div.DivClassName
{
background-color: #E1D490;
}
.BgClassName
{
background-color: #E1D490;
}
</style>
border-color css
<style>
span { border-color: #E1D490; }
span { border-color: rgb(225,212,144); }
td.TdClassName
{
border-color: #E1D490;
}
.TagClassName
{
border-color: #E1D490;
}
</style>