Shades of Primrose #E5E88C
Tints of Primrose #E5E88C
RGB
CMYK
RGB Variations
Color information
#E5E88C (or 0xE5E88C) is known color: Primrose. HEX triplet: E5, E8 and 8C. RGB value is (229,232,140). Sum of RGB (Red+Green+Blue) = 229+232+140=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E88C is #1A1773. Grayscale: #DCDCDC. Windows color (decimal): -1709940 or 9234661. OLE color: 9234661.
HSL color Cylindrical-coordinate representation of color #E5E88C: hue angle of 61.96º 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 #E5E88C is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 232 | 140 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.09 |
| HSL | 61.96º | 0.67% | 0.73% | - |
| HSV(B) | 61.96º | 0.4% | 0.91% | - |
| XYZ | 65.9 | 76.26 | 36.06 | - |
| YUV | 220.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 232 | 140 | 0.01 | 0 | 0.40 | 0.09 | 61.96 | 0.67 | 0.73 |
| Hex | E5 | E8 | 8C | 1 | 0 | 28 | 9 | 3E | 43 | 49 |
| Octal | 345 | 350 | 214 | 1 | 0 | 50 | 11 | 76 | 103 | 111 |
| Binary | 11100101 | 11101000 | 10001100 | 1 | 0 | 101000 | 1001 | 111110 | 1000011 | 1001001 |
Color Harmonies of #E5E88C
Complementary color
Monochromatic Colors of #E5E88C
Black with #E5E88C
Text Example
Text Example
White with #E5E88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E88C; }
p { color: rgb(229,232,140); }
H1.HeaderClassName
{
color: #E5E88C;
}
.AnyTagClassName
{
color: #E5E88C;
}
</style>
background-color css
<style>
a { background-color: #E5E88C; }
a { background-color: rgb(229,232,140); }
div.DivClassName
{
background-color: #E5E88C;
}
.BgClassName
{
background-color: #E5E88C;
}
</style>
border-color css
<style>
span { border-color: #E5E88C; }
span { border-color: rgb(229,232,140); }
td.TdClassName
{
border-color: #E5E88C;
}
.TagClassName
{
border-color: #E5E88C;
}
</style>