Shades of Primrose #E2E88C
Tints of Primrose #E2E88C
RGB
CMYK
RGB Variations
Color information
#E2E88C (or 0xE2E88C) is known color: Primrose. HEX triplet: E2, E8 and 8C. RGB value is (226,232,140). Sum of RGB (Red+Green+Blue) = 226+232+140=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E88C is #1D1773. Grayscale: #DCDCDC. Windows color (decimal): -1906548 or 9234658. OLE color: 9234658.
HSL color Cylindrical-coordinate representation of color #E2E88C: hue angle of 63.91º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2E88C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 140 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.09 |
| HSL | 63.91º | 0.67% | 0.73% | - |
| HSV(B) | 63.91º | 0.4% | 0.91% | - |
| XYZ | 64.95 | 75.78 | 36.01 | - |
| YUV | 219.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 140 | 0.03 | 0 | 0.40 | 0.09 | 63.91 | 0.67 | 0.73 |
| Hex | E2 | E8 | 8C | 3 | 0 | 28 | 9 | 40 | 43 | 49 |
| Octal | 342 | 350 | 214 | 3 | 0 | 50 | 11 | 100 | 103 | 111 |
| Binary | 11100010 | 11101000 | 10001100 | 11 | 0 | 101000 | 1001 | 1000000 | 1000011 | 1001001 |
Color Harmonies of #E2E88C
Complementary color
Monochromatic Colors of #E2E88C
Black with #E2E88C
Text Example
Text Example
White with #E2E88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E88C; }
p { color: rgb(226,232,140); }
H1.HeaderClassName
{
color: #E2E88C;
}
.AnyTagClassName
{
color: #E2E88C;
}
</style>
background-color css
<style>
a { background-color: #E2E88C; }
a { background-color: rgb(226,232,140); }
div.DivClassName
{
background-color: #E2E88C;
}
.BgClassName
{
background-color: #E2E88C;
}
</style>
border-color css
<style>
span { border-color: #E2E88C; }
span { border-color: rgb(226,232,140); }
td.TdClassName
{
border-color: #E2E88C;
}
.TagClassName
{
border-color: #E2E88C;
}
</style>