Shades of Primrose #E1E098
Tints of Primrose #E1E098
RGB
CMYK
RGB Variations
Color information
#E1E098 (or 0xE1E098) is known color: Primrose. HEX triplet: E1, E0 and 98. RGB value is (225,224,152). Sum of RGB (Red+Green+Blue) = 225+224+152=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E098 is #1E1F67. Grayscale: #D8D8D8. Windows color (decimal): -1974120 or 10019041. OLE color: 10019041.
HSL color Cylindrical-coordinate representation of color #E1E098: hue angle of 59.18º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1E098 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 152 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.12 |
| HSL | 59.18º | 0.55% | 0.74% | - |
| HSV(B) | 59.18º | 0.32% | 0.88% | - |
| XYZ | 63.37 | 71.59 | 40.18 | - |
| YUV | 216.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 152 | 0 | 0.00 | 0.32 | 0.12 | 59.18 | 0.55 | 0.74 |
| Hex | E1 | E0 | 98 | 0 | 0 | 20 | C | 3B | 37 | 4A |
| Octal | 341 | 340 | 230 | 0 | 0 | 40 | 14 | 73 | 67 | 112 |
| Binary | 11100001 | 11100000 | 10011000 | 0 | 0 | 100000 | 1100 | 111011 | 110111 | 1001010 |
Color Harmonies of #E1E098
Complementary color
Monochromatic Colors of #E1E098
Black with #E1E098
Text Example
Text Example
White with #E1E098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E098; }
p { color: rgb(225,224,152); }
H1.HeaderClassName
{
color: #E1E098;
}
.AnyTagClassName
{
color: #E1E098;
}
</style>
background-color css
<style>
a { background-color: #E1E098; }
a { background-color: rgb(225,224,152); }
div.DivClassName
{
background-color: #E1E098;
}
.BgClassName
{
background-color: #E1E098;
}
</style>
border-color css
<style>
span { border-color: #E1E098; }
span { border-color: rgb(225,224,152); }
td.TdClassName
{
border-color: #E1E098;
}
.TagClassName
{
border-color: #E1E098;
}
</style>