Shades of Primrose #E1E498
Tints of Primrose #E1E498
RGB
CMYK
RGB Variations
Color information
#E1E498 (or 0xE1E498) is known color: Primrose. HEX triplet: E1, E4 and 98. RGB value is (225,228,152). Sum of RGB (Red+Green+Blue) = 225+228+152=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E498 is #1E1B67. Grayscale: #DADADA. Windows color (decimal): -1973096 or 10020065. OLE color: 10020065.
HSL color Cylindrical-coordinate representation of color #E1E498: hue angle of 62.37º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1E498 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 152 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.11 |
| HSL | 62.37º | 0.58% | 0.75% | - |
| HSV(B) | 62.37º | 0.33% | 0.89% | - |
| XYZ | 64.46 | 73.76 | 40.55 | - |
| YUV | 218.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 152 | 0.01 | 0 | 0.33 | 0.11 | 62.37 | 0.58 | 0.75 |
| Hex | E1 | E4 | 98 | 1 | 0 | 21 | B | 3E | 3A | 4B |
| Octal | 341 | 344 | 230 | 1 | 0 | 41 | 13 | 76 | 72 | 113 |
| Binary | 11100001 | 11100100 | 10011000 | 1 | 0 | 100001 | 1011 | 111110 | 111010 | 1001011 |
Color Harmonies of #E1E498
Complementary color
Monochromatic Colors of #E1E498
Black with #E1E498
Text Example
Text Example
White with #E1E498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E498; }
p { color: rgb(225,228,152); }
H1.HeaderClassName
{
color: #E1E498;
}
.AnyTagClassName
{
color: #E1E498;
}
</style>
background-color css
<style>
a { background-color: #E1E498; }
a { background-color: rgb(225,228,152); }
div.DivClassName
{
background-color: #E1E498;
}
.BgClassName
{
background-color: #E1E498;
}
</style>
border-color css
<style>
span { border-color: #E1E498; }
span { border-color: rgb(225,228,152); }
td.TdClassName
{
border-color: #E1E498;
}
.TagClassName
{
border-color: #E1E498;
}
</style>