Shades of Primrose #E1E390
Tints of Primrose #E1E390
RGB
CMYK
RGB Variations
Color information
#E1E390 (or 0xE1E390) is known color: Primrose. HEX triplet: E1, E3 and 90. RGB value is (225,227,144). Sum of RGB (Red+Green+Blue) = 225+227+144=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E390 is #1E1C6F. Grayscale: #D9D9D9. Windows color (decimal): -1973360 or 9495521. OLE color: 9495521.
HSL color Cylindrical-coordinate representation of color #E1E390: hue angle of 61.45º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1E390 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 144 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.11 |
| HSL | 61.45º | 0.6% | 0.73% | - |
| HSV(B) | 61.45º | 0.37% | 0.89% | - |
| XYZ | 63.55 | 72.96 | 37.12 | - |
| YUV | 216.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 144 | 0.01 | 0 | 0.37 | 0.11 | 61.45 | 0.6 | 0.73 |
| Hex | E1 | E3 | 90 | 1 | 0 | 25 | B | 3D | 3C | 49 |
| Octal | 341 | 343 | 220 | 1 | 0 | 45 | 13 | 75 | 74 | 111 |
| Binary | 11100001 | 11100011 | 10010000 | 1 | 0 | 100101 | 1011 | 111101 | 111100 | 1001001 |
Color Harmonies of #E1E390
Complementary color
Monochromatic Colors of #E1E390
Black with #E1E390
Text Example
Text Example
White with #E1E390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E390; }
p { color: rgb(225,227,144); }
H1.HeaderClassName
{
color: #E1E390;
}
.AnyTagClassName
{
color: #E1E390;
}
</style>
background-color css
<style>
a { background-color: #E1E390; }
a { background-color: rgb(225,227,144); }
div.DivClassName
{
background-color: #E1E390;
}
.BgClassName
{
background-color: #E1E390;
}
</style>
border-color css
<style>
span { border-color: #E1E390; }
span { border-color: rgb(225,227,144); }
td.TdClassName
{
border-color: #E1E390;
}
.TagClassName
{
border-color: #E1E390;
}
</style>