Shades of Primrose #E1E29E
Tints of Primrose #E1E29E
RGB
CMYK
RGB Variations
Color information
#E1E29E (or 0xE1E29E) is known color: Primrose. HEX triplet: E1, E2 and 9E. RGB value is (225,226,158). Sum of RGB (Red+Green+Blue) = 225+226+158=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E29E is #1E1D61. Grayscale: #DADADA. Windows color (decimal): -1973602 or 10412769. OLE color: 10412769.
HSL color Cylindrical-coordinate representation of color #E1E29E: hue angle of 60.88º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1E29E is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 158 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.11 |
| HSL | 60.88º | 0.54% | 0.75% | - |
| HSV(B) | 60.88º | 0.3% | 0.89% | - |
| XYZ | 64.42 | 72.87 | 43.02 | - |
| YUV | 217.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 158 | 0.00 | 0 | 0.30 | 0.11 | 60.88 | 0.54 | 0.75 |
| Hex | E1 | E2 | 9E | 0 | 0 | 1E | B | 3D | 36 | 4B |
| Octal | 341 | 342 | 236 | 0 | 0 | 36 | 13 | 75 | 66 | 113 |
| Binary | 11100001 | 11100010 | 10011110 | 0 | 0 | 11110 | 1011 | 111101 | 110110 | 1001011 |
Color Harmonies of #E1E29E
Complementary color
Monochromatic Colors of #E1E29E
Black with #E1E29E
Text Example
Text Example
White with #E1E29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E29E; }
p { color: rgb(225,226,158); }
H1.HeaderClassName
{
color: #E1E29E;
}
.AnyTagClassName
{
color: #E1E29E;
}
</style>
background-color css
<style>
a { background-color: #E1E29E; }
a { background-color: rgb(225,226,158); }
div.DivClassName
{
background-color: #E1E29E;
}
.BgClassName
{
background-color: #E1E29E;
}
</style>
border-color css
<style>
span { border-color: #E1E29E; }
span { border-color: rgb(225,226,158); }
td.TdClassName
{
border-color: #E1E29E;
}
.TagClassName
{
border-color: #E1E29E;
}
</style>