Shades of Primrose #E1E095
Tints of Primrose #E1E095
RGB
CMYK
RGB Variations
Color information
#E1E095 (or 0xE1E095) is known color: Primrose. HEX triplet: E1, E0 and 95. RGB value is (225,224,149). Sum of RGB (Red+Green+Blue) = 225+224+149=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E095 is #1E1F6A. Grayscale: #D8D8D8. Windows color (decimal): -1974123 or 9822433. OLE color: 9822433.
HSL color Cylindrical-coordinate representation of color #E1E095: hue angle of 59.21º 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 #E1E095 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 149 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.12 |
| HSL | 59.21º | 0.56% | 0.73% | - |
| HSV(B) | 59.21º | 0.34% | 0.88% | - |
| XYZ | 63.13 | 71.49 | 38.91 | - |
| YUV | 215.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 149 | 0 | 0.00 | 0.34 | 0.12 | 59.21 | 0.56 | 0.73 |
| Hex | E1 | E0 | 95 | 0 | 0 | 22 | C | 3B | 38 | 49 |
| Octal | 341 | 340 | 225 | 0 | 0 | 42 | 14 | 73 | 70 | 111 |
| Binary | 11100001 | 11100000 | 10010101 | 0 | 0 | 100010 | 1100 | 111011 | 111000 | 1001001 |
Color Harmonies of #E1E095
Complementary color
Monochromatic Colors of #E1E095
Black with #E1E095
Text Example
Text Example
White with #E1E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E095; }
p { color: rgb(225,224,149); }
H1.HeaderClassName
{
color: #E1E095;
}
.AnyTagClassName
{
color: #E1E095;
}
</style>
background-color css
<style>
a { background-color: #E1E095; }
a { background-color: rgb(225,224,149); }
div.DivClassName
{
background-color: #E1E095;
}
.BgClassName
{
background-color: #E1E095;
}
</style>
border-color css
<style>
span { border-color: #E1E095; }
span { border-color: rgb(225,224,149); }
td.TdClassName
{
border-color: #E1E095;
}
.TagClassName
{
border-color: #E1E095;
}
</style>