Shades of Primrose #E2E494
Tints of Primrose #E2E494
RGB
CMYK
RGB Variations
Color information
#E2E494 (or 0xE2E494) is known color: Primrose. HEX triplet: E2, E4 and 94. RGB value is (226,228,148). Sum of RGB (Red+Green+Blue) = 226+228+148=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E494 is #1D1B6B. Grayscale: #DADADA. Windows color (decimal): -1907564 or 9757922. OLE color: 9757922.
HSL color Cylindrical-coordinate representation of color #E2E494: hue angle of 61.5º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2E494 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 148 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.11 |
| HSL | 61.5º | 0.6% | 0.74% | - |
| HSV(B) | 61.5º | 0.35% | 0.89% | - |
| XYZ | 64.45 | 73.79 | 38.86 | - |
| YUV | 218.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 148 | 0.01 | 0 | 0.35 | 0.11 | 61.5 | 0.6 | 0.74 |
| Hex | E2 | E4 | 94 | 1 | 0 | 23 | B | 3E | 3C | 4A |
| Octal | 342 | 344 | 224 | 1 | 0 | 43 | 13 | 76 | 74 | 112 |
| Binary | 11100010 | 11100100 | 10010100 | 1 | 0 | 100011 | 1011 | 111110 | 111100 | 1001010 |
Color Harmonies of #E2E494
Complementary color
Monochromatic Colors of #E2E494
Black with #E2E494
Text Example
Text Example
White with #E2E494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E494; }
p { color: rgb(226,228,148); }
H1.HeaderClassName
{
color: #E2E494;
}
.AnyTagClassName
{
color: #E2E494;
}
</style>
background-color css
<style>
a { background-color: #E2E494; }
a { background-color: rgb(226,228,148); }
div.DivClassName
{
background-color: #E2E494;
}
.BgClassName
{
background-color: #E2E494;
}
</style>
border-color css
<style>
span { border-color: #E2E494; }
span { border-color: rgb(226,228,148); }
td.TdClassName
{
border-color: #E2E494;
}
.TagClassName
{
border-color: #E2E494;
}
</style>