Shades of Primrose #E2D98D
Tints of Primrose #E2D98D
RGB
CMYK
RGB Variations
Color information
#E2D98D (or 0xE2D98D) is known color: Primrose. HEX triplet: E2, D9 and 8D. RGB value is (226,217,141). Sum of RGB (Red+Green+Blue) = 226+217+141=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D98D is #1D2672. Grayscale: #D3D3D3. Windows color (decimal): -1910387 or 9296354. OLE color: 9296354.
HSL color Cylindrical-coordinate representation of color #E2D98D: hue angle of 53.65º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2D98D is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 141 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.11 |
| HSL | 53.65º | 0.59% | 0.72% | - |
| HSV(B) | 53.65º | 0.38% | 0.89% | - |
| XYZ | 60.98 | 67.72 | 35.06 | - |
| YUV | 211.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 141 | 0 | 0.04 | 0.38 | 0.11 | 53.65 | 0.59 | 0.72 |
| Hex | E2 | D9 | 8D | 0 | 4 | 26 | B | 36 | 3B | 48 |
| Octal | 342 | 331 | 215 | 0 | 4 | 46 | 13 | 66 | 73 | 110 |
| Binary | 11100010 | 11011001 | 10001101 | 0 | 100 | 100110 | 1011 | 110110 | 111011 | 1001000 |
Color Harmonies of #E2D98D
Complementary color
Monochromatic Colors of #E2D98D
Black with #E2D98D
Text Example
Text Example
White with #E2D98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D98D; }
p { color: rgb(226,217,141); }
H1.HeaderClassName
{
color: #E2D98D;
}
.AnyTagClassName
{
color: #E2D98D;
}
</style>
background-color css
<style>
a { background-color: #E2D98D; }
a { background-color: rgb(226,217,141); }
div.DivClassName
{
background-color: #E2D98D;
}
.BgClassName
{
background-color: #E2D98D;
}
</style>
border-color css
<style>
span { border-color: #E2D98D; }
span { border-color: rgb(226,217,141); }
td.TdClassName
{
border-color: #E2D98D;
}
.TagClassName
{
border-color: #E2D98D;
}
</style>