Shades of Primrose #E1D784
Tints of Primrose #E1D784
RGB
CMYK
RGB Variations
Color information
#E1D784 (or 0xE1D784) is known color: Primrose. HEX triplet: E1, D7 and 84. RGB value is (225,215,132). Sum of RGB (Red+Green+Blue) = 225+215+132=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D784 is #1E287B. Grayscale: #D0D0D0. Windows color (decimal): -1976444 or 8706017. OLE color: 8706017.
HSL color Cylindrical-coordinate representation of color #E1D784: hue angle of 53.55º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1D784 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 132 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.12 |
| HSL | 53.55º | 0.61% | 0.7% | - |
| HSV(B) | 53.55º | 0.41% | 0.88% | - |
| XYZ | 59.52 | 66.27 | 31.49 | - |
| YUV | 208.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 132 | 0 | 0.04 | 0.41 | 0.12 | 53.55 | 0.61 | 0.7 |
| Hex | E1 | D7 | 84 | 0 | 4 | 29 | C | 36 | 3D | 46 |
| Octal | 341 | 327 | 204 | 0 | 4 | 51 | 14 | 66 | 75 | 106 |
| Binary | 11100001 | 11010111 | 10000100 | 0 | 100 | 101001 | 1100 | 110110 | 111101 | 1000110 |
Color Harmonies of #E1D784
Complementary color
Monochromatic Colors of #E1D784
Black with #E1D784
Text Example
Text Example
White with #E1D784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D784; }
p { color: rgb(225,215,132); }
H1.HeaderClassName
{
color: #E1D784;
}
.AnyTagClassName
{
color: #E1D784;
}
</style>
background-color css
<style>
a { background-color: #E1D784; }
a { background-color: rgb(225,215,132); }
div.DivClassName
{
background-color: #E1D784;
}
.BgClassName
{
background-color: #E1D784;
}
</style>
border-color css
<style>
span { border-color: #E1D784; }
span { border-color: rgb(225,215,132); }
td.TdClassName
{
border-color: #E1D784;
}
.TagClassName
{
border-color: #E1D784;
}
</style>