Shades of Primrose #E9DC90
Tints of Primrose #E9DC90
RGB
CMYK
RGB Variations
Color information
#E9DC90 (or 0xE9DC90) is known color: Primrose. HEX triplet: E9, DC and 90. RGB value is (233,220,144). Sum of RGB (Red+Green+Blue) = 233+220+144=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC90 is #16236F. Grayscale: #D7D7D7. Windows color (decimal): -1450864 or 9493737. OLE color: 9493737.
HSL color Cylindrical-coordinate representation of color #E9DC90: hue angle of 51.24º 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 #E9DC90 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 144 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.09 |
| HSL | 51.24º | 0.67% | 0.74% | - |
| HSV(B) | 51.24º | 0.38% | 0.91% | - |
| XYZ | 64.23 | 70.52 | 36.61 | - |
| YUV | 215.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 144 | 0 | 0.06 | 0.38 | 0.09 | 51.24 | 0.67 | 0.74 |
| Hex | E9 | DC | 90 | 0 | 6 | 26 | 9 | 33 | 43 | 4A |
| Octal | 351 | 334 | 220 | 0 | 6 | 46 | 11 | 63 | 103 | 112 |
| Binary | 11101001 | 11011100 | 10010000 | 0 | 110 | 100110 | 1001 | 110011 | 1000011 | 1001010 |
Color Harmonies of #E9DC90
Complementary color
Monochromatic Colors of #E9DC90
Black with #E9DC90
Text Example
Text Example
White with #E9DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC90; }
p { color: rgb(233,220,144); }
H1.HeaderClassName
{
color: #E9DC90;
}
.AnyTagClassName
{
color: #E9DC90;
}
</style>
background-color css
<style>
a { background-color: #E9DC90; }
a { background-color: rgb(233,220,144); }
div.DivClassName
{
background-color: #E9DC90;
}
.BgClassName
{
background-color: #E9DC90;
}
</style>
border-color css
<style>
span { border-color: #E9DC90; }
span { border-color: rgb(233,220,144); }
td.TdClassName
{
border-color: #E9DC90;
}
.TagClassName
{
border-color: #E9DC90;
}
</style>