Shades of Primrose #E1E193
Tints of Primrose #E1E193
RGB
CMYK
RGB Variations
Color information
#E1E193 (or 0xE1E193) is known color: Primrose. HEX triplet: E1, E1 and 93. RGB value is (225,225,147). Sum of RGB (Red+Green+Blue) = 225+225+147=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E193 is #1E1E6C. Grayscale: #D8D8D8. Windows color (decimal): -1973869 or 9691617. OLE color: 9691617.
HSL color Cylindrical-coordinate representation of color #E1E193: hue angle of 60º 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 #E1E193 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 147 | - |
| CMYK | 0 | 0 | 0.35 | 0.12 |
| HSL | 60º | 0.57% | 0.73% | - |
| HSV(B) | 60º | 0.35% | 0.88% | - |
| XYZ | 63.24 | 71.96 | 38.16 | - |
| YUV | 216.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 147 | 0 | 0 | 0.35 | 0.12 | 60 | 0.57 | 0.73 |
| Hex | E1 | E1 | 93 | 0 | 0 | 23 | C | 3C | 39 | 49 |
| Octal | 341 | 341 | 223 | 0 | 0 | 43 | 14 | 74 | 71 | 111 |
| Binary | 11100001 | 11100001 | 10010011 | 0 | 0 | 100011 | 1100 | 111100 | 111001 | 1001001 |
Color Harmonies of #E1E193
Complementary color
Monochromatic Colors of #E1E193
Black with #E1E193
Text Example
Text Example
White with #E1E193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E193; }
p { color: rgb(225,225,147); }
H1.HeaderClassName
{
color: #E1E193;
}
.AnyTagClassName
{
color: #E1E193;
}
</style>
background-color css
<style>
a { background-color: #E1E193; }
a { background-color: rgb(225,225,147); }
div.DivClassName
{
background-color: #E1E193;
}
.BgClassName
{
background-color: #E1E193;
}
</style>
border-color css
<style>
span { border-color: #E1E193; }
span { border-color: rgb(225,225,147); }
td.TdClassName
{
border-color: #E1E193;
}
.TagClassName
{
border-color: #E1E193;
}
</style>