Shades of Primrose #E2D987
Tints of Primrose #E2D987
RGB
CMYK
RGB Variations
Color information
#E2D987 (or 0xE2D987) is known color: Primrose. HEX triplet: E2, D9 and 87. RGB value is (226,217,135). Sum of RGB (Red+Green+Blue) = 226+217+135=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D987 is #1D2678. Grayscale: #D2D2D2. Windows color (decimal): -1910393 or 8903138. OLE color: 8903138.
HSL color Cylindrical-coordinate representation of color #E2D987: hue angle of 54.07º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2D987 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 135 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.11 |
| HSL | 54.07º | 0.61% | 0.71% | - |
| HSV(B) | 54.07º | 0.4% | 0.89% | - |
| XYZ | 60.55 | 67.54 | 32.77 | - |
| YUV | 210.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 135 | 0 | 0.04 | 0.40 | 0.11 | 54.07 | 0.61 | 0.71 |
| Hex | E2 | D9 | 87 | 0 | 4 | 28 | B | 36 | 3D | 47 |
| Octal | 342 | 331 | 207 | 0 | 4 | 50 | 13 | 66 | 75 | 107 |
| Binary | 11100010 | 11011001 | 10000111 | 0 | 100 | 101000 | 1011 | 110110 | 111101 | 1000111 |
Color Harmonies of #E2D987
Complementary color
Monochromatic Colors of #E2D987
Black with #E2D987
Text Example
Text Example
White with #E2D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D987; }
p { color: rgb(226,217,135); }
H1.HeaderClassName
{
color: #E2D987;
}
.AnyTagClassName
{
color: #E2D987;
}
</style>
background-color css
<style>
a { background-color: #E2D987; }
a { background-color: rgb(226,217,135); }
div.DivClassName
{
background-color: #E2D987;
}
.BgClassName
{
background-color: #E2D987;
}
</style>
border-color css
<style>
span { border-color: #E2D987; }
span { border-color: rgb(226,217,135); }
td.TdClassName
{
border-color: #E2D987;
}
.TagClassName
{
border-color: #E2D987;
}
</style>