Shades of Primrose #E1DF92
Tints of Primrose #E1DF92
RGB
CMYK
RGB Variations
Color information
#E1DF92 (or 0xE1DF92) is known color: Primrose. HEX triplet: E1, DF and 92. RGB value is (225,223,146). Sum of RGB (Red+Green+Blue) = 225+223+146=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF92 is #1E206D. Grayscale: #D7D7D7. Windows color (decimal): -1974382 or 9625569. OLE color: 9625569.
HSL color Cylindrical-coordinate representation of color #E1DF92: hue angle of 58.48º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1DF92 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 146 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.12 |
| HSL | 58.48º | 0.57% | 0.73% | - |
| HSV(B) | 58.48º | 0.35% | 0.88% | - |
| XYZ | 62.63 | 70.86 | 37.57 | - |
| YUV | 214.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 146 | 0 | 0.01 | 0.35 | 0.12 | 58.48 | 0.57 | 0.73 |
| Hex | E1 | DF | 92 | 0 | 1 | 23 | C | 3A | 39 | 49 |
| Octal | 341 | 337 | 222 | 0 | 1 | 43 | 14 | 72 | 71 | 111 |
| Binary | 11100001 | 11011111 | 10010010 | 0 | 1 | 100011 | 1100 | 111010 | 111001 | 1001001 |
Color Harmonies of #E1DF92
Complementary color
Monochromatic Colors of #E1DF92
Black with #E1DF92
Text Example
Text Example
White with #E1DF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF92; }
p { color: rgb(225,223,146); }
H1.HeaderClassName
{
color: #E1DF92;
}
.AnyTagClassName
{
color: #E1DF92;
}
</style>
background-color css
<style>
a { background-color: #E1DF92; }
a { background-color: rgb(225,223,146); }
div.DivClassName
{
background-color: #E1DF92;
}
.BgClassName
{
background-color: #E1DF92;
}
</style>
border-color css
<style>
span { border-color: #E1DF92; }
span { border-color: rgb(225,223,146); }
td.TdClassName
{
border-color: #E1DF92;
}
.TagClassName
{
border-color: #E1DF92;
}
</style>