Shades of Primrose #E1DE95
Tints of Primrose #E1DE95
RGB
CMYK
RGB Variations
Color information
#E1DE95 (or 0xE1DE95) is known color: Primrose. HEX triplet: E1, DE and 95. RGB value is (225,222,149). Sum of RGB (Red+Green+Blue) = 225+222+149=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DE95 is #1E216A. Grayscale: #D6D6D6. Windows color (decimal): -1974635 or 9821921. OLE color: 9821921.
HSL color Cylindrical-coordinate representation of color #E1DE95: hue angle of 57.63º 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 #E1DE95 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 149 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.12 |
| HSL | 57.63º | 0.56% | 0.73% | - |
| HSV(B) | 57.63º | 0.34% | 0.88% | - |
| XYZ | 62.6 | 70.42 | 38.73 | - |
| YUV | 214.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 149 | 0 | 0.01 | 0.34 | 0.12 | 57.63 | 0.56 | 0.73 |
| Hex | E1 | DE | 95 | 0 | 1 | 22 | C | 3A | 38 | 49 |
| Octal | 341 | 336 | 225 | 0 | 1 | 42 | 14 | 72 | 70 | 111 |
| Binary | 11100001 | 11011110 | 10010101 | 0 | 1 | 100010 | 1100 | 111010 | 111000 | 1001001 |
Color Harmonies of #E1DE95
Complementary color
Monochromatic Colors of #E1DE95
Black with #E1DE95
Text Example
Text Example
White with #E1DE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DE95; }
p { color: rgb(225,222,149); }
H1.HeaderClassName
{
color: #E1DE95;
}
.AnyTagClassName
{
color: #E1DE95;
}
</style>
background-color css
<style>
a { background-color: #E1DE95; }
a { background-color: rgb(225,222,149); }
div.DivClassName
{
background-color: #E1DE95;
}
.BgClassName
{
background-color: #E1DE95;
}
</style>
border-color css
<style>
span { border-color: #E1DE95; }
span { border-color: rgb(225,222,149); }
td.TdClassName
{
border-color: #E1DE95;
}
.TagClassName
{
border-color: #E1DE95;
}
</style>