Shades of Primrose #E1E689
Tints of Primrose #E1E689
RGB
CMYK
RGB Variations
Color information
#E1E689 (or 0xE1E689) is known color: Primrose. HEX triplet: E1, E6 and 89. RGB value is (225,230,137). Sum of RGB (Red+Green+Blue) = 225+230+137=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 137 (53.91% from 255 or 23.14% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E689 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E689 is #1E1976. Grayscale: #DADADA. Windows color (decimal): -1972599 or 9037537. OLE color: 9037537.
HSL color Cylindrical-coordinate representation of color #E1E689: hue angle of 63.23º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1E689 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 137 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.10 |
| HSL | 63.23º | 0.65% | 0.72% | - |
| HSV(B) | 63.23º | 0.4% | 0.9% | - |
| XYZ | 63.86 | 74.41 | 34.66 | - |
| YUV | 217.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 137 | 0.02 | 0 | 0.40 | 0.10 | 63.23 | 0.65 | 0.72 |
| Hex | E1 | E6 | 89 | 2 | 0 | 28 | A | 3F | 41 | 48 |
| Octal | 341 | 346 | 211 | 2 | 0 | 50 | 12 | 77 | 101 | 110 |
| Binary | 11100001 | 11100110 | 10001001 | 10 | 0 | 101000 | 1010 | 111111 | 1000001 | 1001000 |
Color Harmonies of #E1E689
Complementary color
Monochromatic Colors of #E1E689
Black with #E1E689
Text Example
Text Example
White with #E1E689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E689; }
p { color: rgb(225,230,137); }
H1.HeaderClassName
{
color: #E1E689;
}
.AnyTagClassName
{
color: #E1E689;
}
</style>
background-color css
<style>
a { background-color: #E1E689; }
a { background-color: rgb(225,230,137); }
div.DivClassName
{
background-color: #E1E689;
}
.BgClassName
{
background-color: #E1E689;
}
</style>
border-color css
<style>
span { border-color: #E1E689; }
span { border-color: rgb(225,230,137); }
td.TdClassName
{
border-color: #E1E689;
}
.TagClassName
{
border-color: #E1E689;
}
</style>