Shades of Primrose #E1E196
Tints of Primrose #E1E196
RGB
CMYK
RGB Variations
Color information
#E1E196 (or 0xE1E196) is known color: Primrose. HEX triplet: E1, E1 and 96. RGB value is (225,225,150). Sum of RGB (Red+Green+Blue) = 225+225+150=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E196 is #1E1E69. Grayscale: #D8D8D8. Windows color (decimal): -1973866 or 9888225. OLE color: 9888225.
HSL color Cylindrical-coordinate representation of color #E1E196: hue angle of 60º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1E196 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 150 | - |
| CMYK | 0 | 0 | 0.33 | 0.12 |
| HSL | 60º | 0.56% | 0.74% | - |
| HSV(B) | 60º | 0.33% | 0.88% | - |
| XYZ | 63.48 | 72.06 | 39.42 | - |
| YUV | 216.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 150 | 0 | 0 | 0.33 | 0.12 | 60 | 0.56 | 0.74 |
| Hex | E1 | E1 | 96 | 0 | 0 | 21 | C | 3C | 38 | 4A |
| Octal | 341 | 341 | 226 | 0 | 0 | 41 | 14 | 74 | 70 | 112 |
| Binary | 11100001 | 11100001 | 10010110 | 0 | 0 | 100001 | 1100 | 111100 | 111000 | 1001010 |
Color Harmonies of #E1E196
Complementary color
Monochromatic Colors of #E1E196
Black with #E1E196
Text Example
Text Example
White with #E1E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E196; }
p { color: rgb(225,225,150); }
H1.HeaderClassName
{
color: #E1E196;
}
.AnyTagClassName
{
color: #E1E196;
}
</style>
background-color css
<style>
a { background-color: #E1E196; }
a { background-color: rgb(225,225,150); }
div.DivClassName
{
background-color: #E1E196;
}
.BgClassName
{
background-color: #E1E196;
}
</style>
border-color css
<style>
span { border-color: #E1E196; }
span { border-color: rgb(225,225,150); }
td.TdClassName
{
border-color: #E1E196;
}
.TagClassName
{
border-color: #E1E196;
}
</style>