Shades of Primrose #E2E586
Tints of Primrose #E2E586
RGB
CMYK
RGB Variations
Color information
#E2E586 (or 0xE2E586) is known color: Primrose. HEX triplet: E2, E5 and 86. RGB value is (226,229,134). Sum of RGB (Red+Green+Blue) = 226+229+134=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E586 is #1D1A79. Grayscale: #D9D9D9. Windows color (decimal): -1907322 or 8840674. OLE color: 8840674.
HSL color Cylindrical-coordinate representation of color #E2E586: hue angle of 61.89º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2E586 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 134 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.10 |
| HSL | 61.89º | 0.65% | 0.71% | - |
| HSV(B) | 61.89º | 0.41% | 0.9% | - |
| XYZ | 63.69 | 73.93 | 33.47 | - |
| YUV | 217.27 | 81.01 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 134 | 0.01 | 0 | 0.41 | 0.10 | 61.89 | 0.65 | 0.71 |
| Hex | E2 | E5 | 86 | 1 | 0 | 29 | A | 3E | 41 | 47 |
| Octal | 342 | 345 | 206 | 1 | 0 | 51 | 12 | 76 | 101 | 107 |
| Binary | 11100010 | 11100101 | 10000110 | 1 | 0 | 101001 | 1010 | 111110 | 1000001 | 1000111 |
Color Harmonies of #E2E586
Complementary color
Monochromatic Colors of #E2E586
Black with #E2E586
Text Example
Text Example
White with #E2E586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E586; }
p { color: rgb(226,229,134); }
H1.HeaderClassName
{
color: #E2E586;
}
.AnyTagClassName
{
color: #E2E586;
}
</style>
background-color css
<style>
a { background-color: #E2E586; }
a { background-color: rgb(226,229,134); }
div.DivClassName
{
background-color: #E2E586;
}
.BgClassName
{
background-color: #E2E586;
}
</style>
border-color css
<style>
span { border-color: #E2E586; }
span { border-color: rgb(226,229,134); }
td.TdClassName
{
border-color: #E2E586;
}
.TagClassName
{
border-color: #E2E586;
}
</style>