Shades of Primrose #E5E18D
Tints of Primrose #E5E18D
RGB
CMYK
RGB Variations
Color information
#E5E18D (or 0xE5E18D) is known color: Primrose. HEX triplet: E5, E1 and 8D. RGB value is (229,225,141). Sum of RGB (Red+Green+Blue) = 229+225+141=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E18D is #1A1E72. Grayscale: #D8D8D8. Windows color (decimal): -1711731 or 9298405. OLE color: 9298405.
HSL color Cylindrical-coordinate representation of color #E5E18D: hue angle of 57.27º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5E18D is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 141 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.10 |
| HSL | 57.27º | 0.63% | 0.73% | - |
| HSV(B) | 57.27º | 0.38% | 0.9% | - |
| XYZ | 64.05 | 72.43 | 35.8 | - |
| YUV | 216.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 141 | 0 | 0.02 | 0.38 | 0.10 | 57.27 | 0.63 | 0.73 |
| Hex | E5 | E1 | 8D | 0 | 2 | 26 | A | 39 | 3F | 49 |
| Octal | 345 | 341 | 215 | 0 | 2 | 46 | 12 | 71 | 77 | 111 |
| Binary | 11100101 | 11100001 | 10001101 | 0 | 10 | 100110 | 1010 | 111001 | 111111 | 1001001 |
Color Harmonies of #E5E18D
Complementary color
Monochromatic Colors of #E5E18D
Black with #E5E18D
Text Example
Text Example
White with #E5E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E18D; }
p { color: rgb(229,225,141); }
H1.HeaderClassName
{
color: #E5E18D;
}
.AnyTagClassName
{
color: #E5E18D;
}
</style>
background-color css
<style>
a { background-color: #E5E18D; }
a { background-color: rgb(229,225,141); }
div.DivClassName
{
background-color: #E5E18D;
}
.BgClassName
{
background-color: #E5E18D;
}
</style>
border-color css
<style>
span { border-color: #E5E18D; }
span { border-color: rgb(229,225,141); }
td.TdClassName
{
border-color: #E5E18D;
}
.TagClassName
{
border-color: #E5E18D;
}
</style>