Shades of Primrose #E4E18D
Tints of Primrose #E4E18D
RGB
CMYK
RGB Variations
Color information
#E4E18D (or 0xE4E18D) is known color: Primrose. HEX triplet: E4, E1 and 8D. RGB value is (228,225,141). Sum of RGB (Red+Green+Blue) = 228+225+141=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E18D is #1B1E72. Grayscale: #D8D8D8. Windows color (decimal): -1777267 or 9298404. OLE color: 9298404.
HSL color Cylindrical-coordinate representation of color #E4E18D: hue angle of 57.93º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E4E18D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 225 | 141 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.11 |
| HSL | 57.93º | 0.62% | 0.72% | - |
| HSV(B) | 57.93º | 0.38% | 0.89% | - |
| XYZ | 63.73 | 72.27 | 35.79 | - |
| YUV | 216.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 225 | 141 | 0 | 0.01 | 0.38 | 0.11 | 57.93 | 0.62 | 0.72 |
| Hex | E4 | E1 | 8D | 0 | 1 | 26 | B | 3A | 3E | 48 |
| Octal | 344 | 341 | 215 | 0 | 1 | 46 | 13 | 72 | 76 | 110 |
| Binary | 11100100 | 11100001 | 10001101 | 0 | 1 | 100110 | 1011 | 111010 | 111110 | 1001000 |
Color Harmonies of #E4E18D
Complementary color
Monochromatic Colors of #E4E18D
Black with #E4E18D
Text Example
Text Example
White with #E4E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E18D; }
p { color: rgb(228,225,141); }
H1.HeaderClassName
{
color: #E4E18D;
}
.AnyTagClassName
{
color: #E4E18D;
}
</style>
background-color css
<style>
a { background-color: #E4E18D; }
a { background-color: rgb(228,225,141); }
div.DivClassName
{
background-color: #E4E18D;
}
.BgClassName
{
background-color: #E4E18D;
}
</style>
border-color css
<style>
span { border-color: #E4E18D; }
span { border-color: rgb(228,225,141); }
td.TdClassName
{
border-color: #E4E18D;
}
.TagClassName
{
border-color: #E4E18D;
}
</style>