Shades of Primrose #E2D994
Tints of Primrose #E2D994
RGB
CMYK
RGB Variations
Color information
#E2D994 (or 0xE2D994) is known color: Primrose. HEX triplet: E2, D9 and 94. RGB value is (226,217,148). Sum of RGB (Red+Green+Blue) = 226+217+148=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D994 is #1D266B. Grayscale: #D4D4D4. Windows color (decimal): -1910380 or 9755106. OLE color: 9755106.
HSL color Cylindrical-coordinate representation of color #E2D994: hue angle of 53.08º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2D994 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 148 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.11 |
| HSL | 53.08º | 0.57% | 0.73% | - |
| HSV(B) | 53.08º | 0.35% | 0.89% | - |
| XYZ | 61.52 | 67.93 | 37.89 | - |
| YUV | 211.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 148 | 0 | 0.04 | 0.35 | 0.11 | 53.08 | 0.57 | 0.73 |
| Hex | E2 | D9 | 94 | 0 | 4 | 23 | B | 35 | 39 | 49 |
| Octal | 342 | 331 | 224 | 0 | 4 | 43 | 13 | 65 | 71 | 111 |
| Binary | 11100010 | 11011001 | 10010100 | 0 | 100 | 100011 | 1011 | 110101 | 111001 | 1001001 |
Color Harmonies of #E2D994
Complementary color
Monochromatic Colors of #E2D994
Black with #E2D994
Text Example
Text Example
White with #E2D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D994; }
p { color: rgb(226,217,148); }
H1.HeaderClassName
{
color: #E2D994;
}
.AnyTagClassName
{
color: #E2D994;
}
</style>
background-color css
<style>
a { background-color: #E2D994; }
a { background-color: rgb(226,217,148); }
div.DivClassName
{
background-color: #E2D994;
}
.BgClassName
{
background-color: #E2D994;
}
</style>
border-color css
<style>
span { border-color: #E2D994; }
span { border-color: rgb(226,217,148); }
td.TdClassName
{
border-color: #E2D994;
}
.TagClassName
{
border-color: #E2D994;
}
</style>