Shades of Primrose #E1E392
Tints of Primrose #E1E392
RGB
CMYK
RGB Variations
Color information
#E1E392 (or 0xE1E392) is known color: Primrose. HEX triplet: E1, E3 and 92. RGB value is (225,227,146). Sum of RGB (Red+Green+Blue) = 225+227+146=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E392 is #1E1C6D. Grayscale: #D9D9D9. Windows color (decimal): -1973358 or 9626593. OLE color: 9626593.
HSL color Cylindrical-coordinate representation of color #E1E392: hue angle of 61.48º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1E392 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 146 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.11 |
| HSL | 61.48º | 0.59% | 0.73% | - |
| HSV(B) | 61.48º | 0.36% | 0.89% | - |
| XYZ | 63.71 | 73.02 | 37.93 | - |
| YUV | 217.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 146 | 0.01 | 0 | 0.36 | 0.11 | 61.48 | 0.59 | 0.73 |
| Hex | E1 | E3 | 92 | 1 | 0 | 24 | B | 3D | 3B | 49 |
| Octal | 341 | 343 | 222 | 1 | 0 | 44 | 13 | 75 | 73 | 111 |
| Binary | 11100001 | 11100011 | 10010010 | 1 | 0 | 100100 | 1011 | 111101 | 111011 | 1001001 |
Color Harmonies of #E1E392
Complementary color
Monochromatic Colors of #E1E392
Black with #E1E392
Text Example
Text Example
White with #E1E392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E392; }
p { color: rgb(225,227,146); }
H1.HeaderClassName
{
color: #E1E392;
}
.AnyTagClassName
{
color: #E1E392;
}
</style>
background-color css
<style>
a { background-color: #E1E392; }
a { background-color: rgb(225,227,146); }
div.DivClassName
{
background-color: #E1E392;
}
.BgClassName
{
background-color: #E1E392;
}
</style>
border-color css
<style>
span { border-color: #E1E392; }
span { border-color: rgb(225,227,146); }
td.TdClassName
{
border-color: #E1E392;
}
.TagClassName
{
border-color: #E1E392;
}
</style>