Shades of Primrose #E5E88F
Tints of Primrose #E5E88F
RGB
CMYK
RGB Variations
Color information
#E5E88F (or 0xE5E88F) is known color: Primrose. HEX triplet: E5, E8 and 8F. RGB value is (229,232,143). Sum of RGB (Red+Green+Blue) = 229+232+143=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E88F is #1A1770. Grayscale: #DDDDDD. Windows color (decimal): -1709937 or 9431269. OLE color: 9431269.
HSL color Cylindrical-coordinate representation of color #E5E88F: hue angle of 62.02º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5E88F is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 232 | 143 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.09 |
| HSL | 62.02º | 0.66% | 0.74% | - |
| HSV(B) | 62.02º | 0.38% | 0.91% | - |
| XYZ | 66.13 | 76.35 | 37.24 | - |
| YUV | 220.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 232 | 143 | 0.01 | 0 | 0.38 | 0.09 | 62.02 | 0.66 | 0.74 |
| Hex | E5 | E8 | 8F | 1 | 0 | 26 | 9 | 3E | 42 | 4A |
| Octal | 345 | 350 | 217 | 1 | 0 | 46 | 11 | 76 | 102 | 112 |
| Binary | 11100101 | 11101000 | 10001111 | 1 | 0 | 100110 | 1001 | 111110 | 1000010 | 1001010 |
Color Harmonies of #E5E88F
Complementary color
Monochromatic Colors of #E5E88F
Black with #E5E88F
Text Example
Text Example
White with #E5E88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E88F; }
p { color: rgb(229,232,143); }
H1.HeaderClassName
{
color: #E5E88F;
}
.AnyTagClassName
{
color: #E5E88F;
}
</style>
background-color css
<style>
a { background-color: #E5E88F; }
a { background-color: rgb(229,232,143); }
div.DivClassName
{
background-color: #E5E88F;
}
.BgClassName
{
background-color: #E5E88F;
}
</style>
border-color css
<style>
span { border-color: #E5E88F; }
span { border-color: rgb(229,232,143); }
td.TdClassName
{
border-color: #E5E88F;
}
.TagClassName
{
border-color: #E5E88F;
}
</style>