Shades of Primrose #E1E290
Tints of Primrose #E1E290
RGB
CMYK
RGB Variations
Color information
#E1E290 (or 0xE1E290) is known color: Primrose. HEX triplet: E1, E2 and 90. RGB value is (225,226,144). Sum of RGB (Red+Green+Blue) = 225+226+144=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E290 is #1E1D6F. Grayscale: #D8D8D8. Windows color (decimal): -1973616 or 9495265. OLE color: 9495265.
HSL color Cylindrical-coordinate representation of color #E1E290: hue angle of 60.73º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1E290 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 144 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.11 |
| HSL | 60.73º | 0.59% | 0.73% | - |
| HSV(B) | 60.73º | 0.36% | 0.89% | - |
| XYZ | 63.28 | 72.41 | 37.03 | - |
| YUV | 216.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 144 | 0.00 | 0 | 0.36 | 0.11 | 60.73 | 0.59 | 0.73 |
| Hex | E1 | E2 | 90 | 0 | 0 | 24 | B | 3D | 3B | 49 |
| Octal | 341 | 342 | 220 | 0 | 0 | 44 | 13 | 75 | 73 | 111 |
| Binary | 11100001 | 11100010 | 10010000 | 0 | 0 | 100100 | 1011 | 111101 | 111011 | 1001001 |
Color Harmonies of #E1E290
Complementary color
Monochromatic Colors of #E1E290
Black with #E1E290
Text Example
Text Example
White with #E1E290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E290; }
p { color: rgb(225,226,144); }
H1.HeaderClassName
{
color: #E1E290;
}
.AnyTagClassName
{
color: #E1E290;
}
</style>
background-color css
<style>
a { background-color: #E1E290; }
a { background-color: rgb(225,226,144); }
div.DivClassName
{
background-color: #E1E290;
}
.BgClassName
{
background-color: #E1E290;
}
</style>
border-color css
<style>
span { border-color: #E1E290; }
span { border-color: rgb(225,226,144); }
td.TdClassName
{
border-color: #E1E290;
}
.TagClassName
{
border-color: #E1E290;
}
</style>