Shades of Primrose #E2E094
Tints of Primrose #E2E094
RGB
CMYK
RGB Variations
Color information
#E2E094 (or 0xE2E094) is known color: Primrose. HEX triplet: E2, E0 and 94. RGB value is (226,224,148). Sum of RGB (Red+Green+Blue) = 226+224+148=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E094 is #1D1F6B. Grayscale: #D8D8D8. Windows color (decimal): -1908588 or 9756898. OLE color: 9756898.
HSL color Cylindrical-coordinate representation of color #E2E094: hue angle of 58.46º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2E094 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 148 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.11 |
| HSL | 58.46º | 0.57% | 0.73% | - |
| HSV(B) | 58.46º | 0.35% | 0.89% | - |
| XYZ | 63.36 | 71.62 | 38.5 | - |
| YUV | 215.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 148 | 0 | 0.01 | 0.35 | 0.11 | 58.46 | 0.57 | 0.73 |
| Hex | E2 | E0 | 94 | 0 | 1 | 23 | B | 3A | 39 | 49 |
| Octal | 342 | 340 | 224 | 0 | 1 | 43 | 13 | 72 | 71 | 111 |
| Binary | 11100010 | 11100000 | 10010100 | 0 | 1 | 100011 | 1011 | 111010 | 111001 | 1001001 |
Color Harmonies of #E2E094
Complementary color
Monochromatic Colors of #E2E094
Black with #E2E094
Text Example
Text Example
White with #E2E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E094; }
p { color: rgb(226,224,148); }
H1.HeaderClassName
{
color: #E2E094;
}
.AnyTagClassName
{
color: #E2E094;
}
</style>
background-color css
<style>
a { background-color: #E2E094; }
a { background-color: rgb(226,224,148); }
div.DivClassName
{
background-color: #E2E094;
}
.BgClassName
{
background-color: #E2E094;
}
</style>
border-color css
<style>
span { border-color: #E2E094; }
span { border-color: rgb(226,224,148); }
td.TdClassName
{
border-color: #E2E094;
}
.TagClassName
{
border-color: #E2E094;
}
</style>