Shades of Primrose #E1E794
Tints of Primrose #E1E794
RGB
CMYK
RGB Variations
Color information
#E1E794 (or 0xE1E794) is known color: Primrose. HEX triplet: E1, E7 and 94. RGB value is (225,231,148). Sum of RGB (Red+Green+Blue) = 225+231+148=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E794 is #1E186B. Grayscale: #DCDCDC. Windows color (decimal): -1972332 or 9758689. OLE color: 9758689.
HSL color Cylindrical-coordinate representation of color #E1E794: hue angle of 64.34º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1E794 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 231 | 148 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.09 |
| HSL | 64.34º | 0.63% | 0.74% | - |
| HSV(B) | 64.34º | 0.36% | 0.91% | - |
| XYZ | 64.97 | 75.3 | 39.13 | - |
| YUV | 219.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 231 | 148 | 0.03 | 0 | 0.36 | 0.09 | 64.34 | 0.63 | 0.74 |
| Hex | E1 | E7 | 94 | 3 | 0 | 24 | 9 | 40 | 3F | 4A |
| Octal | 341 | 347 | 224 | 3 | 0 | 44 | 11 | 100 | 77 | 112 |
| Binary | 11100001 | 11100111 | 10010100 | 11 | 0 | 100100 | 1001 | 1000000 | 111111 | 1001010 |
Color Harmonies of #E1E794
Complementary color
Monochromatic Colors of #E1E794
Black with #E1E794
Text Example
Text Example
White with #E1E794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E794; }
p { color: rgb(225,231,148); }
H1.HeaderClassName
{
color: #E1E794;
}
.AnyTagClassName
{
color: #E1E794;
}
</style>
background-color css
<style>
a { background-color: #E1E794; }
a { background-color: rgb(225,231,148); }
div.DivClassName
{
background-color: #E1E794;
}
.BgClassName
{
background-color: #E1E794;
}
</style>
border-color css
<style>
span { border-color: #E1E794; }
span { border-color: rgb(225,231,148); }
td.TdClassName
{
border-color: #E1E794;
}
.TagClassName
{
border-color: #E1E794;
}
</style>