Shades of Primrose #E2E789
Tints of Primrose #E2E789
RGB
CMYK
RGB Variations
Color information
#E2E789 (or 0xE2E789) is known color: Primrose. HEX triplet: E2, E7 and 89. RGB value is (226,231,137). Sum of RGB (Red+Green+Blue) = 226+231+137=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E789 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E789 is #1D1876. Grayscale: #DBDBDB. Windows color (decimal): -1906807 or 9037794. OLE color: 9037794.
HSL color Cylindrical-coordinate representation of color #E2E789: hue angle of 63.19º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2E789 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 137 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.09 |
| HSL | 63.19º | 0.66% | 0.72% | - |
| HSV(B) | 63.19º | 0.41% | 0.91% | - |
| XYZ | 64.46 | 75.13 | 34.77 | - |
| YUV | 218.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 137 | 0.02 | 0 | 0.41 | 0.09 | 63.19 | 0.66 | 0.72 |
| Hex | E2 | E7 | 89 | 2 | 0 | 29 | 9 | 3F | 42 | 48 |
| Octal | 342 | 347 | 211 | 2 | 0 | 51 | 11 | 77 | 102 | 110 |
| Binary | 11100010 | 11100111 | 10001001 | 10 | 0 | 101001 | 1001 | 111111 | 1000010 | 1001000 |
Color Harmonies of #E2E789
Complementary color
Monochromatic Colors of #E2E789
Black with #E2E789
Text Example
Text Example
White with #E2E789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E789; }
p { color: rgb(226,231,137); }
H1.HeaderClassName
{
color: #E2E789;
}
.AnyTagClassName
{
color: #E2E789;
}
</style>
background-color css
<style>
a { background-color: #E2E789; }
a { background-color: rgb(226,231,137); }
div.DivClassName
{
background-color: #E2E789;
}
.BgClassName
{
background-color: #E2E789;
}
</style>
border-color css
<style>
span { border-color: #E2E789; }
span { border-color: rgb(226,231,137); }
td.TdClassName
{
border-color: #E2E789;
}
.TagClassName
{
border-color: #E2E789;
}
</style>