Shades of Primrose #E9DC94
Tints of Primrose #E9DC94
RGB
CMYK
RGB Variations
Color information
#E9DC94 (or 0xE9DC94) is known color: Primrose. HEX triplet: E9, DC and 94. RGB value is (233,220,148). Sum of RGB (Red+Green+Blue) = 233+220+148=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC94 is #16236B. Grayscale: #D7D7D7. Windows color (decimal): -1450860 or 9755881. OLE color: 9755881.
HSL color Cylindrical-coordinate representation of color #E9DC94: hue angle of 50.82º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9DC94 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 148 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.09 |
| HSL | 50.82º | 0.66% | 0.75% | - |
| HSV(B) | 50.82º | 0.36% | 0.91% | - |
| XYZ | 64.54 | 70.65 | 38.25 | - |
| YUV | 215.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 148 | 0 | 0.06 | 0.36 | 0.09 | 50.82 | 0.66 | 0.75 |
| Hex | E9 | DC | 94 | 0 | 6 | 24 | 9 | 33 | 42 | 4B |
| Octal | 351 | 334 | 224 | 0 | 6 | 44 | 11 | 63 | 102 | 113 |
| Binary | 11101001 | 11011100 | 10010100 | 0 | 110 | 100100 | 1001 | 110011 | 1000010 | 1001011 |
Color Harmonies of #E9DC94
Complementary color
Monochromatic Colors of #E9DC94
Black with #E9DC94
Text Example
Text Example
White with #E9DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC94; }
p { color: rgb(233,220,148); }
H1.HeaderClassName
{
color: #E9DC94;
}
.AnyTagClassName
{
color: #E9DC94;
}
</style>
background-color css
<style>
a { background-color: #E9DC94; }
a { background-color: rgb(233,220,148); }
div.DivClassName
{
background-color: #E9DC94;
}
.BgClassName
{
background-color: #E9DC94;
}
</style>
border-color css
<style>
span { border-color: #E9DC94; }
span { border-color: rgb(233,220,148); }
td.TdClassName
{
border-color: #E9DC94;
}
.TagClassName
{
border-color: #E9DC94;
}
</style>