Shades of Primrose #E5E88D
Tints of Primrose #E5E88D
RGB
CMYK
RGB Variations
Color information
#E5E88D (or 0xE5E88D) is known color: Primrose. HEX triplet: E5, E8 and 8D. RGB value is (229,232,141). Sum of RGB (Red+Green+Blue) = 229+232+141=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E88D is #1A1772. Grayscale: #DDDDDD. Windows color (decimal): -1709939 or 9300197. OLE color: 9300197.
HSL color Cylindrical-coordinate representation of color #E5E88D: hue angle of 61.98º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5E88D is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 232 | 141 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.09 |
| HSL | 61.98º | 0.66% | 0.73% | - |
| HSV(B) | 61.98º | 0.39% | 0.91% | - |
| XYZ | 65.98 | 76.29 | 36.45 | - |
| YUV | 220.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 232 | 141 | 0.01 | 0 | 0.39 | 0.09 | 61.98 | 0.66 | 0.73 |
| Hex | E5 | E8 | 8D | 1 | 0 | 27 | 9 | 3E | 42 | 49 |
| Octal | 345 | 350 | 215 | 1 | 0 | 47 | 11 | 76 | 102 | 111 |
| Binary | 11100101 | 11101000 | 10001101 | 1 | 0 | 100111 | 1001 | 111110 | 1000010 | 1001001 |
Color Harmonies of #E5E88D
Complementary color
Monochromatic Colors of #E5E88D
Black with #E5E88D
Text Example
Text Example
White with #E5E88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E88D; }
p { color: rgb(229,232,141); }
H1.HeaderClassName
{
color: #E5E88D;
}
.AnyTagClassName
{
color: #E5E88D;
}
</style>
background-color css
<style>
a { background-color: #E5E88D; }
a { background-color: rgb(229,232,141); }
div.DivClassName
{
background-color: #E5E88D;
}
.BgClassName
{
background-color: #E5E88D;
}
</style>
border-color css
<style>
span { border-color: #E5E88D; }
span { border-color: rgb(229,232,141); }
td.TdClassName
{
border-color: #E5E88D;
}
.TagClassName
{
border-color: #E5E88D;
}
</style>