Shades of Primrose #E1DB93
Tints of Primrose #E1DB93
RGB
CMYK
RGB Variations
Color information
#E1DB93 (or 0xE1DB93) is known color: Primrose. HEX triplet: E1, DB and 93. RGB value is (225,219,147). Sum of RGB (Red+Green+Blue) = 225+219+147=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB93 is #1E246C. Grayscale: #D4D4D4. Windows color (decimal): -1975405 or 9690081. OLE color: 9690081.
HSL color Cylindrical-coordinate representation of color #E1DB93: hue angle of 55.38º 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 #E1DB93 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 147 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.12 |
| HSL | 55.38º | 0.57% | 0.73% | - |
| HSV(B) | 55.38º | 0.35% | 0.88% | - |
| XYZ | 61.65 | 68.78 | 37.63 | - |
| YUV | 212.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 147 | 0 | 0.03 | 0.35 | 0.12 | 55.38 | 0.57 | 0.73 |
| Hex | E1 | DB | 93 | 0 | 3 | 23 | C | 37 | 39 | 49 |
| Octal | 341 | 333 | 223 | 0 | 3 | 43 | 14 | 67 | 71 | 111 |
| Binary | 11100001 | 11011011 | 10010011 | 0 | 11 | 100011 | 1100 | 110111 | 111001 | 1001001 |
Color Harmonies of #E1DB93
Complementary color
Monochromatic Colors of #E1DB93
Black with #E1DB93
Text Example
Text Example
White with #E1DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB93; }
p { color: rgb(225,219,147); }
H1.HeaderClassName
{
color: #E1DB93;
}
.AnyTagClassName
{
color: #E1DB93;
}
</style>
background-color css
<style>
a { background-color: #E1DB93; }
a { background-color: rgb(225,219,147); }
div.DivClassName
{
background-color: #E1DB93;
}
.BgClassName
{
background-color: #E1DB93;
}
</style>
border-color css
<style>
span { border-color: #E1DB93; }
span { border-color: rgb(225,219,147); }
td.TdClassName
{
border-color: #E1DB93;
}
.TagClassName
{
border-color: #E1DB93;
}
</style>