Shades of Primrose #E2E988
Tints of Primrose #E2E988
RGB
CMYK
RGB Variations
Color information
#E2E988 (or 0xE2E988) is known color: Primrose. HEX triplet: E2, E9 and 88. RGB value is (226,233,136). Sum of RGB (Red+Green+Blue) = 226+233+136=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E988 is #1D1677. Grayscale: #DCDCDC. Windows color (decimal): -1906296 or 8972770. OLE color: 8972770.
HSL color Cylindrical-coordinate representation of color #E2E988: hue angle of 64.33º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2E988 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 136 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.09 |
| HSL | 64.33º | 0.69% | 0.72% | - |
| HSV(B) | 64.33º | 0.42% | 0.91% | - |
| XYZ | 64.95 | 76.22 | 34.58 | - |
| YUV | 219.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 136 | 0.03 | 0 | 0.42 | 0.09 | 64.33 | 0.69 | 0.72 |
| Hex | E2 | E9 | 88 | 3 | 0 | 2A | 9 | 40 | 45 | 48 |
| Octal | 342 | 351 | 210 | 3 | 0 | 52 | 11 | 100 | 105 | 110 |
| Binary | 11100010 | 11101001 | 10001000 | 11 | 0 | 101010 | 1001 | 1000000 | 1000101 | 1001000 |
Color Harmonies of #E2E988
Complementary color
Monochromatic Colors of #E2E988
Black with #E2E988
Text Example
Text Example
White with #E2E988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E988; }
p { color: rgb(226,233,136); }
H1.HeaderClassName
{
color: #E2E988;
}
.AnyTagClassName
{
color: #E2E988;
}
</style>
background-color css
<style>
a { background-color: #E2E988; }
a { background-color: rgb(226,233,136); }
div.DivClassName
{
background-color: #E2E988;
}
.BgClassName
{
background-color: #E2E988;
}
</style>
border-color css
<style>
span { border-color: #E2E988; }
span { border-color: rgb(226,233,136); }
td.TdClassName
{
border-color: #E2E988;
}
.TagClassName
{
border-color: #E2E988;
}
</style>