Shades of Primrose #E2DD94
Tints of Primrose #E2DD94
RGB
CMYK
RGB Variations
Color information
#E2DD94 (or 0xE2DD94) is known color: Primrose. HEX triplet: E2, DD and 94. RGB value is (226,221,148). Sum of RGB (Red+Green+Blue) = 226+221+148=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DD94 is #1D226B. Grayscale: #D6D6D6. Windows color (decimal): -1909356 or 9756130. OLE color: 9756130.
HSL color Cylindrical-coordinate representation of color #E2DD94: hue angle of 56.15º 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 #E2DD94 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 148 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.11 |
| HSL | 56.15º | 0.57% | 0.73% | - |
| HSV(B) | 56.15º | 0.35% | 0.89% | - |
| XYZ | 62.57 | 70.02 | 38.23 | - |
| YUV | 214.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 148 | 0 | 0.02 | 0.35 | 0.11 | 56.15 | 0.57 | 0.73 |
| Hex | E2 | DD | 94 | 0 | 2 | 23 | B | 38 | 39 | 49 |
| Octal | 342 | 335 | 224 | 0 | 2 | 43 | 13 | 70 | 71 | 111 |
| Binary | 11100010 | 11011101 | 10010100 | 0 | 10 | 100011 | 1011 | 111000 | 111001 | 1001001 |
Color Harmonies of #E2DD94
Complementary color
Monochromatic Colors of #E2DD94
Black with #E2DD94
Text Example
Text Example
White with #E2DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD94; }
p { color: rgb(226,221,148); }
H1.HeaderClassName
{
color: #E2DD94;
}
.AnyTagClassName
{
color: #E2DD94;
}
</style>
background-color css
<style>
a { background-color: #E2DD94; }
a { background-color: rgb(226,221,148); }
div.DivClassName
{
background-color: #E2DD94;
}
.BgClassName
{
background-color: #E2DD94;
}
</style>
border-color css
<style>
span { border-color: #E2DD94; }
span { border-color: rgb(226,221,148); }
td.TdClassName
{
border-color: #E2DD94;
}
.TagClassName
{
border-color: #E2DD94;
}
</style>