Shades of Primrose #E9DC8D
Tints of Primrose #E9DC8D
RGB
CMYK
RGB Variations
Color information
#E9DC8D (or 0xE9DC8D) is known color: Primrose. HEX triplet: E9, DC and 8D. RGB value is (233,220,141). Sum of RGB (Red+Green+Blue) = 233+220+141=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC8D is #162372. Grayscale: #D7D7D7. Windows color (decimal): -1450867 or 9297129. OLE color: 9297129.
HSL color Cylindrical-coordinate representation of color #E9DC8D: hue angle of 51.52º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9DC8D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 141 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.09 |
| HSL | 51.52º | 0.68% | 0.73% | - |
| HSV(B) | 51.52º | 0.39% | 0.91% | - |
| XYZ | 64.01 | 70.43 | 35.42 | - |
| YUV | 214.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 141 | 0 | 0.06 | 0.39 | 0.09 | 51.52 | 0.68 | 0.73 |
| Hex | E9 | DC | 8D | 0 | 6 | 27 | 9 | 34 | 44 | 49 |
| Octal | 351 | 334 | 215 | 0 | 6 | 47 | 11 | 64 | 104 | 111 |
| Binary | 11101001 | 11011100 | 10001101 | 0 | 110 | 100111 | 1001 | 110100 | 1000100 | 1001001 |
Color Harmonies of #E9DC8D
Complementary color
Monochromatic Colors of #E9DC8D
Black with #E9DC8D
Text Example
Text Example
White with #E9DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC8D; }
p { color: rgb(233,220,141); }
H1.HeaderClassName
{
color: #E9DC8D;
}
.AnyTagClassName
{
color: #E9DC8D;
}
</style>
background-color css
<style>
a { background-color: #E9DC8D; }
a { background-color: rgb(233,220,141); }
div.DivClassName
{
background-color: #E9DC8D;
}
.BgClassName
{
background-color: #E9DC8D;
}
</style>
border-color css
<style>
span { border-color: #E9DC8D; }
span { border-color: rgb(233,220,141); }
td.TdClassName
{
border-color: #E9DC8D;
}
.TagClassName
{
border-color: #E9DC8D;
}
</style>