Shades of Primrose #E1E195
Tints of Primrose #E1E195
RGB
CMYK
RGB Variations
Color information
#E1E195 (or 0xE1E195) is known color: Primrose. HEX triplet: E1, E1 and 95. RGB value is (225,225,149). Sum of RGB (Red+Green+Blue) = 225+225+149=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E195 is #1E1E6A. Grayscale: #D8D8D8. Windows color (decimal): -1973867 or 9822689. OLE color: 9822689.
HSL color Cylindrical-coordinate representation of color #E1E195: hue angle of 60º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1E195 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 149 | - |
| CMYK | 0 | 0 | 0.34 | 0.12 |
| HSL | 60º | 0.56% | 0.73% | - |
| HSV(B) | 60º | 0.34% | 0.88% | - |
| XYZ | 63.4 | 72.03 | 38.99 | - |
| YUV | 216.34 | 90 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 149 | 0 | 0 | 0.34 | 0.12 | 60 | 0.56 | 0.73 |
| Hex | E1 | E1 | 95 | 0 | 0 | 22 | C | 3C | 38 | 49 |
| Octal | 341 | 341 | 225 | 0 | 0 | 42 | 14 | 74 | 70 | 111 |
| Binary | 11100001 | 11100001 | 10010101 | 0 | 0 | 100010 | 1100 | 111100 | 111000 | 1001001 |
Color Harmonies of #E1E195
Complementary color
Monochromatic Colors of #E1E195
Black with #E1E195
Text Example
Text Example
White with #E1E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E195; }
p { color: rgb(225,225,149); }
H1.HeaderClassName
{
color: #E1E195;
}
.AnyTagClassName
{
color: #E1E195;
}
</style>
background-color css
<style>
a { background-color: #E1E195; }
a { background-color: rgb(225,225,149); }
div.DivClassName
{
background-color: #E1E195;
}
.BgClassName
{
background-color: #E1E195;
}
</style>
border-color css
<style>
span { border-color: #E1E195; }
span { border-color: rgb(225,225,149); }
td.TdClassName
{
border-color: #E1E195;
}
.TagClassName
{
border-color: #E1E195;
}
</style>