Shades of Primrose #E9DC91
Tints of Primrose #E9DC91
RGB
CMYK
RGB Variations
Color information
#E9DC91 (or 0xE9DC91) is known color: Primrose. HEX triplet: E9, DC and 91. RGB value is (233,220,145). Sum of RGB (Red+Green+Blue) = 233+220+145=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC91 is #16236E. Grayscale: #D7D7D7. Windows color (decimal): -1450863 or 9559273. OLE color: 9559273.
HSL color Cylindrical-coordinate representation of color #E9DC91: hue angle of 51.14º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E9DC91 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 145 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.09 |
| HSL | 51.14º | 0.67% | 0.74% | - |
| HSV(B) | 51.14º | 0.38% | 0.91% | - |
| XYZ | 64.31 | 70.55 | 37.02 | - |
| YUV | 215.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 145 | 0 | 0.06 | 0.38 | 0.09 | 51.14 | 0.67 | 0.74 |
| Hex | E9 | DC | 91 | 0 | 6 | 26 | 9 | 33 | 43 | 4A |
| Octal | 351 | 334 | 221 | 0 | 6 | 46 | 11 | 63 | 103 | 112 |
| Binary | 11101001 | 11011100 | 10010001 | 0 | 110 | 100110 | 1001 | 110011 | 1000011 | 1001010 |
Color Harmonies of #E9DC91
Complementary color
Monochromatic Colors of #E9DC91
Black with #E9DC91
Text Example
Text Example
White with #E9DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC91; }
p { color: rgb(233,220,145); }
H1.HeaderClassName
{
color: #E9DC91;
}
.AnyTagClassName
{
color: #E9DC91;
}
</style>
background-color css
<style>
a { background-color: #E9DC91; }
a { background-color: rgb(233,220,145); }
div.DivClassName
{
background-color: #E9DC91;
}
.BgClassName
{
background-color: #E9DC91;
}
</style>
border-color css
<style>
span { border-color: #E9DC91; }
span { border-color: rgb(233,220,145); }
td.TdClassName
{
border-color: #E9DC91;
}
.TagClassName
{
border-color: #E9DC91;
}
</style>