Shades of Primrose #E2D991
Tints of Primrose #E2D991
RGB
CMYK
RGB Variations
Color information
#E2D991 (or 0xE2D991) is known color: Primrose. HEX triplet: E2, D9 and 91. RGB value is (226,217,145). Sum of RGB (Red+Green+Blue) = 226+217+145=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D991 is #1D266E. Grayscale: #D3D3D3. Windows color (decimal): -1910383 or 9558498. OLE color: 9558498.
HSL color Cylindrical-coordinate representation of color #E2D991: hue angle of 53.33º degrees, saturation: 0.58, 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 #E2D991 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 145 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.11 |
| HSL | 53.33º | 0.58% | 0.73% | - |
| HSV(B) | 53.33º | 0.36% | 0.89% | - |
| XYZ | 61.29 | 67.84 | 36.65 | - |
| YUV | 211.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 145 | 0 | 0.04 | 0.36 | 0.11 | 53.33 | 0.58 | 0.73 |
| Hex | E2 | D9 | 91 | 0 | 4 | 24 | B | 35 | 3A | 49 |
| Octal | 342 | 331 | 221 | 0 | 4 | 44 | 13 | 65 | 72 | 111 |
| Binary | 11100010 | 11011001 | 10010001 | 0 | 100 | 100100 | 1011 | 110101 | 111010 | 1001001 |
Color Harmonies of #E2D991
Complementary color
Monochromatic Colors of #E2D991
Black with #E2D991
Text Example
Text Example
White with #E2D991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D991; }
p { color: rgb(226,217,145); }
H1.HeaderClassName
{
color: #E2D991;
}
.AnyTagClassName
{
color: #E2D991;
}
</style>
background-color css
<style>
a { background-color: #E2D991; }
a { background-color: rgb(226,217,145); }
div.DivClassName
{
background-color: #E2D991;
}
.BgClassName
{
background-color: #E2D991;
}
</style>
border-color css
<style>
span { border-color: #E2D991; }
span { border-color: rgb(226,217,145); }
td.TdClassName
{
border-color: #E2D991;
}
.TagClassName
{
border-color: #E2D991;
}
</style>