Shades of Primrose #E1E18E
Tints of Primrose #E1E18E
RGB
CMYK
RGB Variations
Color information
#E1E18E (or 0xE1E18E) is known color: Primrose. HEX triplet: E1, E1 and 8E. RGB value is (225,225,142). Sum of RGB (Red+Green+Blue) = 225+225+142=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E18E is #1E1E71. Grayscale: #D7D7D7. Windows color (decimal): -1973874 or 9363937. OLE color: 9363937.
HSL color Cylindrical-coordinate representation of color #E1E18E: hue angle of 60º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1E18E is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 142 | - |
| CMYK | 0 | 0 | 0.37 | 0.12 |
| HSL | 60º | 0.58% | 0.72% | - |
| HSV(B) | 60º | 0.37% | 0.88% | - |
| XYZ | 62.86 | 71.81 | 36.14 | - |
| YUV | 215.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 142 | 0 | 0 | 0.37 | 0.12 | 60 | 0.58 | 0.72 |
| Hex | E1 | E1 | 8E | 0 | 0 | 25 | C | 3C | 3A | 48 |
| Octal | 341 | 341 | 216 | 0 | 0 | 45 | 14 | 74 | 72 | 110 |
| Binary | 11100001 | 11100001 | 10001110 | 0 | 0 | 100101 | 1100 | 111100 | 111010 | 1001000 |
Color Harmonies of #E1E18E
Complementary color
Monochromatic Colors of #E1E18E
Black with #E1E18E
Text Example
Text Example
White with #E1E18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E18E; }
p { color: rgb(225,225,142); }
H1.HeaderClassName
{
color: #E1E18E;
}
.AnyTagClassName
{
color: #E1E18E;
}
</style>
background-color css
<style>
a { background-color: #E1E18E; }
a { background-color: rgb(225,225,142); }
div.DivClassName
{
background-color: #E1E18E;
}
.BgClassName
{
background-color: #E1E18E;
}
</style>
border-color css
<style>
span { border-color: #E1E18E; }
span { border-color: rgb(225,225,142); }
td.TdClassName
{
border-color: #E1E18E;
}
.TagClassName
{
border-color: #E1E18E;
}
</style>