Shades of Primrose #E1E19B
Tints of Primrose #E1E19B
RGB
CMYK
RGB Variations
Color information
#E1E19B (or 0xE1E19B) is known color: Primrose. HEX triplet: E1, E1 and 9B. RGB value is (225,225,155). Sum of RGB (Red+Green+Blue) = 225+225+155=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E19B is #1E1E64. Grayscale: #D9D9D9. Windows color (decimal): -1973861 or 10215905. OLE color: 10215905.
HSL color Cylindrical-coordinate representation of color #E1E19B: hue angle of 60º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1E19B is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 155 | - |
| CMYK | 0 | 0 | 0.31 | 0.12 |
| HSL | 60º | 0.54% | 0.75% | - |
| HSV(B) | 60º | 0.31% | 0.88% | - |
| XYZ | 63.89 | 72.22 | 41.58 | - |
| YUV | 217.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 155 | 0 | 0 | 0.31 | 0.12 | 60 | 0.54 | 0.75 |
| Hex | E1 | E1 | 9B | 0 | 0 | 1F | C | 3C | 36 | 4B |
| Octal | 341 | 341 | 233 | 0 | 0 | 37 | 14 | 74 | 66 | 113 |
| Binary | 11100001 | 11100001 | 10011011 | 0 | 0 | 11111 | 1100 | 111100 | 110110 | 1001011 |
Color Harmonies of #E1E19B
Complementary color
Monochromatic Colors of #E1E19B
Black with #E1E19B
Text Example
Text Example
White with #E1E19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E19B; }
p { color: rgb(225,225,155); }
H1.HeaderClassName
{
color: #E1E19B;
}
.AnyTagClassName
{
color: #E1E19B;
}
</style>
background-color css
<style>
a { background-color: #E1E19B; }
a { background-color: rgb(225,225,155); }
div.DivClassName
{
background-color: #E1E19B;
}
.BgClassName
{
background-color: #E1E19B;
}
</style>
border-color css
<style>
span { border-color: #E1E19B; }
span { border-color: rgb(225,225,155); }
td.TdClassName
{
border-color: #E1E19B;
}
.TagClassName
{
border-color: #E1E19B;
}
</style>