Shades of Primrose #E1D690
Tints of Primrose #E1D690
RGB
CMYK
RGB Variations
Color information
#E1D690 (or 0xE1D690) is known color: Primrose. HEX triplet: E1, D6 and 90. RGB value is (225,214,144). Sum of RGB (Red+Green+Blue) = 225+214+144=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D690 is #1E296F. Grayscale: #D1D1D1. Windows color (decimal): -1976688 or 9492193. OLE color: 9492193.
HSL color Cylindrical-coordinate representation of color #E1D690: hue angle of 51.85º 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 #E1D690 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 144 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.12 |
| HSL | 51.85º | 0.57% | 0.72% | - |
| HSV(B) | 51.85º | 0.36% | 0.88% | - |
| XYZ | 60.13 | 66.11 | 35.98 | - |
| YUV | 209.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 144 | 0 | 0.05 | 0.36 | 0.12 | 51.85 | 0.57 | 0.72 |
| Hex | E1 | D6 | 90 | 0 | 5 | 24 | C | 34 | 39 | 48 |
| Octal | 341 | 326 | 220 | 0 | 5 | 44 | 14 | 64 | 71 | 110 |
| Binary | 11100001 | 11010110 | 10010000 | 0 | 101 | 100100 | 1100 | 110100 | 111001 | 1001000 |
Color Harmonies of #E1D690
Complementary color
Monochromatic Colors of #E1D690
Black with #E1D690
Text Example
Text Example
White with #E1D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D690; }
p { color: rgb(225,214,144); }
H1.HeaderClassName
{
color: #E1D690;
}
.AnyTagClassName
{
color: #E1D690;
}
</style>
background-color css
<style>
a { background-color: #E1D690; }
a { background-color: rgb(225,214,144); }
div.DivClassName
{
background-color: #E1D690;
}
.BgClassName
{
background-color: #E1D690;
}
</style>
border-color css
<style>
span { border-color: #E1D690; }
span { border-color: rgb(225,214,144); }
td.TdClassName
{
border-color: #E1D690;
}
.TagClassName
{
border-color: #E1D690;
}
</style>