Shades of Primrose #E1D694
Tints of Primrose #E1D694
RGB
CMYK
RGB Variations
Color information
#E1D694 (or 0xE1D694) is known color: Primrose. HEX triplet: E1, D6 and 94. RGB value is (225,214,148). Sum of RGB (Red+Green+Blue) = 225+214+148=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D694 is #1E296B. Grayscale: #D2D2D2. Windows color (decimal): -1976684 or 9754337. OLE color: 9754337.
HSL color Cylindrical-coordinate representation of color #E1D694: hue angle of 51.43º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1D694 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 148 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.12 |
| HSL | 51.43º | 0.56% | 0.73% | - |
| HSV(B) | 51.43º | 0.34% | 0.88% | - |
| XYZ | 60.44 | 66.24 | 37.62 | - |
| YUV | 209.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 148 | 0 | 0.05 | 0.34 | 0.12 | 51.43 | 0.56 | 0.73 |
| Hex | E1 | D6 | 94 | 0 | 5 | 22 | C | 33 | 38 | 49 |
| Octal | 341 | 326 | 224 | 0 | 5 | 42 | 14 | 63 | 70 | 111 |
| Binary | 11100001 | 11010110 | 10010100 | 0 | 101 | 100010 | 1100 | 110011 | 111000 | 1001001 |
Color Harmonies of #E1D694
Complementary color
Monochromatic Colors of #E1D694
Black with #E1D694
Text Example
Text Example
White with #E1D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D694; }
p { color: rgb(225,214,148); }
H1.HeaderClassName
{
color: #E1D694;
}
.AnyTagClassName
{
color: #E1D694;
}
</style>
background-color css
<style>
a { background-color: #E1D694; }
a { background-color: rgb(225,214,148); }
div.DivClassName
{
background-color: #E1D694;
}
.BgClassName
{
background-color: #E1D694;
}
</style>
border-color css
<style>
span { border-color: #E1D694; }
span { border-color: rgb(225,214,148); }
td.TdClassName
{
border-color: #E1D694;
}
.TagClassName
{
border-color: #E1D694;
}
</style>