Shades of Primrose #E2E189
Tints of Primrose #E2E189
RGB
CMYK
RGB Variations
Color information
#E2E189 (or 0xE2E189) is known color: Primrose. HEX triplet: E2, E1 and 89. RGB value is (226,225,137). Sum of RGB (Red+Green+Blue) = 226+225+137=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E189 is #1D1E76. Grayscale: #D7D7D7. Windows color (decimal): -1908343 or 9036258. OLE color: 9036258.
HSL color Cylindrical-coordinate representation of color #E2E189: hue angle of 59.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2E189 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 137 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.11 |
| HSL | 59.33º | 0.61% | 0.71% | - |
| HSV(B) | 59.33º | 0.39% | 0.89% | - |
| XYZ | 62.8 | 71.83 | 34.22 | - |
| YUV | 215.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 137 | 0 | 0.00 | 0.39 | 0.11 | 59.33 | 0.61 | 0.71 |
| Hex | E2 | E1 | 89 | 0 | 0 | 27 | B | 3B | 3D | 47 |
| Octal | 342 | 341 | 211 | 0 | 0 | 47 | 13 | 73 | 75 | 107 |
| Binary | 11100010 | 11100001 | 10001001 | 0 | 0 | 100111 | 1011 | 111011 | 111101 | 1000111 |
Color Harmonies of #E2E189
Complementary color
Monochromatic Colors of #E2E189
Black with #E2E189
Text Example
Text Example
White with #E2E189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E189; }
p { color: rgb(226,225,137); }
H1.HeaderClassName
{
color: #E2E189;
}
.AnyTagClassName
{
color: #E2E189;
}
</style>
background-color css
<style>
a { background-color: #E2E189; }
a { background-color: rgb(226,225,137); }
div.DivClassName
{
background-color: #E2E189;
}
.BgClassName
{
background-color: #E2E189;
}
</style>
border-color css
<style>
span { border-color: #E2E189; }
span { border-color: rgb(226,225,137); }
td.TdClassName
{
border-color: #E2E189;
}
.TagClassName
{
border-color: #E2E189;
}
</style>