Shades of Primrose #E2E596
Tints of Primrose #E2E596
RGB
CMYK
RGB Variations
Color information
#E2E596 (or 0xE2E596) is known color: Primrose. HEX triplet: E2, E5 and 96. RGB value is (226,229,150). Sum of RGB (Red+Green+Blue) = 226+229+150=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E596 is #1D1A69. Grayscale: #DBDBDB. Windows color (decimal): -1907306 or 9889250. OLE color: 9889250.
HSL color Cylindrical-coordinate representation of color #E2E596: hue angle of 62.28º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2E596 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 150 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.10 |
| HSL | 62.28º | 0.6% | 0.74% | - |
| HSV(B) | 62.28º | 0.34% | 0.9% | - |
| XYZ | 64.89 | 74.41 | 39.8 | - |
| YUV | 219.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 150 | 0.01 | 0 | 0.34 | 0.10 | 62.28 | 0.6 | 0.74 |
| Hex | E2 | E5 | 96 | 1 | 0 | 22 | A | 3E | 3C | 4A |
| Octal | 342 | 345 | 226 | 1 | 0 | 42 | 12 | 76 | 74 | 112 |
| Binary | 11100010 | 11100101 | 10010110 | 1 | 0 | 100010 | 1010 | 111110 | 111100 | 1001010 |
Color Harmonies of #E2E596
Complementary color
Monochromatic Colors of #E2E596
Black with #E2E596
Text Example
Text Example
White with #E2E596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E596; }
p { color: rgb(226,229,150); }
H1.HeaderClassName
{
color: #E2E596;
}
.AnyTagClassName
{
color: #E2E596;
}
</style>
background-color css
<style>
a { background-color: #E2E596; }
a { background-color: rgb(226,229,150); }
div.DivClassName
{
background-color: #E2E596;
}
.BgClassName
{
background-color: #E2E596;
}
</style>
border-color css
<style>
span { border-color: #E2E596; }
span { border-color: rgb(226,229,150); }
td.TdClassName
{
border-color: #E2E596;
}
.TagClassName
{
border-color: #E2E596;
}
</style>