Shades of Primrose #E1DB95
Tints of Primrose #E1DB95
RGB
CMYK
RGB Variations
Color information
#E1DB95 (or 0xE1DB95) is known color: Primrose. HEX triplet: E1, DB and 95. RGB value is (225,219,149). Sum of RGB (Red+Green+Blue) = 225+219+149=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB95 is #1E246A. Grayscale: #D5D5D5. Windows color (decimal): -1975403 or 9821153. OLE color: 9821153.
HSL color Cylindrical-coordinate representation of color #E1DB95: hue angle of 55.26º 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 #E1DB95 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 149 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.12 |
| HSL | 55.26º | 0.56% | 0.73% | - |
| HSV(B) | 55.26º | 0.34% | 0.88% | - |
| XYZ | 61.81 | 68.84 | 38.46 | - |
| YUV | 212.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 149 | 0 | 0.03 | 0.34 | 0.12 | 55.26 | 0.56 | 0.73 |
| Hex | E1 | DB | 95 | 0 | 3 | 22 | C | 37 | 38 | 49 |
| Octal | 341 | 333 | 225 | 0 | 3 | 42 | 14 | 67 | 70 | 111 |
| Binary | 11100001 | 11011011 | 10010101 | 0 | 11 | 100010 | 1100 | 110111 | 111000 | 1001001 |
Color Harmonies of #E1DB95
Complementary color
Monochromatic Colors of #E1DB95
Black with #E1DB95
Text Example
Text Example
White with #E1DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB95; }
p { color: rgb(225,219,149); }
H1.HeaderClassName
{
color: #E1DB95;
}
.AnyTagClassName
{
color: #E1DB95;
}
</style>
background-color css
<style>
a { background-color: #E1DB95; }
a { background-color: rgb(225,219,149); }
div.DivClassName
{
background-color: #E1DB95;
}
.BgClassName
{
background-color: #E1DB95;
}
</style>
border-color css
<style>
span { border-color: #E1DB95; }
span { border-color: rgb(225,219,149); }
td.TdClassName
{
border-color: #E1DB95;
}
.TagClassName
{
border-color: #E1DB95;
}
</style>