Shades of Primrose #E2D895
Tints of Primrose #E2D895
RGB
CMYK
RGB Variations
Color information
#E2D895 (or 0xE2D895) is known color: Primrose. HEX triplet: E2, D8 and 95. RGB value is (226,216,149). Sum of RGB (Red+Green+Blue) = 226+216+149=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D895 is #1D276A. Grayscale: #D3D3D3. Windows color (decimal): -1910635 or 9820386. OLE color: 9820386.
HSL color Cylindrical-coordinate representation of color #E2D895: hue angle of 52.21º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2D895 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 149 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.11 |
| HSL | 52.21º | 0.57% | 0.74% | - |
| HSV(B) | 52.21º | 0.34% | 0.89% | - |
| XYZ | 61.34 | 67.45 | 38.22 | - |
| YUV | 211.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 149 | 0 | 0.04 | 0.34 | 0.11 | 52.21 | 0.57 | 0.74 |
| Hex | E2 | D8 | 95 | 0 | 4 | 22 | B | 34 | 39 | 4A |
| Octal | 342 | 330 | 225 | 0 | 4 | 42 | 13 | 64 | 71 | 112 |
| Binary | 11100010 | 11011000 | 10010101 | 0 | 100 | 100010 | 1011 | 110100 | 111001 | 1001010 |
Color Harmonies of #E2D895
Complementary color
Monochromatic Colors of #E2D895
Black with #E2D895
Text Example
Text Example
White with #E2D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D895; }
p { color: rgb(226,216,149); }
H1.HeaderClassName
{
color: #E2D895;
}
.AnyTagClassName
{
color: #E2D895;
}
</style>
background-color css
<style>
a { background-color: #E2D895; }
a { background-color: rgb(226,216,149); }
div.DivClassName
{
background-color: #E2D895;
}
.BgClassName
{
background-color: #E2D895;
}
</style>
border-color css
<style>
span { border-color: #E2D895; }
span { border-color: rgb(226,216,149); }
td.TdClassName
{
border-color: #E2D895;
}
.TagClassName
{
border-color: #E2D895;
}
</style>