Shades of Primrose #E2DF8D
Tints of Primrose #E2DF8D
RGB
CMYK
RGB Variations
Color information
#E2DF8D (or 0xE2DF8D) is known color: Primrose. HEX triplet: E2, DF and 8D. RGB value is (226,223,141). Sum of RGB (Red+Green+Blue) = 226+223+141=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DF8D is #1D2072. Grayscale: #D6D6D6. Windows color (decimal): -1908851 or 9297890. OLE color: 9297890.
HSL color Cylindrical-coordinate representation of color #E2DF8D: hue angle of 57.88º 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 #E2DF8D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 141 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.11 |
| HSL | 57.88º | 0.59% | 0.72% | - |
| HSV(B) | 57.88º | 0.38% | 0.89% | - |
| XYZ | 62.56 | 70.87 | 35.58 | - |
| YUV | 214.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 141 | 0 | 0.01 | 0.38 | 0.11 | 57.88 | 0.59 | 0.72 |
| Hex | E2 | DF | 8D | 0 | 1 | 26 | B | 3A | 3B | 48 |
| Octal | 342 | 337 | 215 | 0 | 1 | 46 | 13 | 72 | 73 | 110 |
| Binary | 11100010 | 11011111 | 10001101 | 0 | 1 | 100110 | 1011 | 111010 | 111011 | 1001000 |
Color Harmonies of #E2DF8D
Complementary color
Monochromatic Colors of #E2DF8D
Black with #E2DF8D
Text Example
Text Example
White with #E2DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF8D; }
p { color: rgb(226,223,141); }
H1.HeaderClassName
{
color: #E2DF8D;
}
.AnyTagClassName
{
color: #E2DF8D;
}
</style>
background-color css
<style>
a { background-color: #E2DF8D; }
a { background-color: rgb(226,223,141); }
div.DivClassName
{
background-color: #E2DF8D;
}
.BgClassName
{
background-color: #E2DF8D;
}
</style>
border-color css
<style>
span { border-color: #E2DF8D; }
span { border-color: rgb(226,223,141); }
td.TdClassName
{
border-color: #E2DF8D;
}
.TagClassName
{
border-color: #E2DF8D;
}
</style>