Shades of Primrose #E2E096
Tints of Primrose #E2E096
RGB
CMYK
RGB Variations
Color information
#E2E096 (or 0xE2E096) is known color: Primrose. HEX triplet: E2, E0 and 96. RGB value is (226,224,150). Sum of RGB (Red+Green+Blue) = 226+224+150=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E096 is #1D1F69. Grayscale: #D8D8D8. Windows color (decimal): -1908586 or 9887970. OLE color: 9887970.
HSL color Cylindrical-coordinate representation of color #E2E096: hue angle of 58.42º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2E096 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 150 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.11 |
| HSL | 58.42º | 0.57% | 0.74% | - |
| HSV(B) | 58.42º | 0.34% | 0.89% | - |
| XYZ | 63.52 | 71.68 | 39.34 | - |
| YUV | 216.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 150 | 0 | 0.01 | 0.34 | 0.11 | 58.42 | 0.57 | 0.74 |
| Hex | E2 | E0 | 96 | 0 | 1 | 22 | B | 3A | 39 | 4A |
| Octal | 342 | 340 | 226 | 0 | 1 | 42 | 13 | 72 | 71 | 112 |
| Binary | 11100010 | 11100000 | 10010110 | 0 | 1 | 100010 | 1011 | 111010 | 111001 | 1001010 |
Color Harmonies of #E2E096
Complementary color
Monochromatic Colors of #E2E096
Black with #E2E096
Text Example
Text Example
White with #E2E096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E096; }
p { color: rgb(226,224,150); }
H1.HeaderClassName
{
color: #E2E096;
}
.AnyTagClassName
{
color: #E2E096;
}
</style>
background-color css
<style>
a { background-color: #E2E096; }
a { background-color: rgb(226,224,150); }
div.DivClassName
{
background-color: #E2E096;
}
.BgClassName
{
background-color: #E2E096;
}
</style>
border-color css
<style>
span { border-color: #E2E096; }
span { border-color: rgb(226,224,150); }
td.TdClassName
{
border-color: #E2E096;
}
.TagClassName
{
border-color: #E2E096;
}
</style>