Shades of Primrose #E2E19D
Tints of Primrose #E2E19D
RGB
CMYK
RGB Variations
Color information
#E2E19D (or 0xE2E19D) is known color: Primrose. HEX triplet: E2, E1 and 9D. RGB value is (226,225,157). Sum of RGB (Red+Green+Blue) = 226+225+157=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E19D is #1D1E62. Grayscale: #D9D9D9. Windows color (decimal): -1908323 or 10346978. OLE color: 10346978.
HSL color Cylindrical-coordinate representation of color #E2E19D: hue angle of 59.13º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2E19D is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 157 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.11 |
| HSL | 59.13º | 0.54% | 0.75% | - |
| HSV(B) | 59.13º | 0.31% | 0.89% | - |
| XYZ | 64.38 | 72.45 | 42.49 | - |
| YUV | 217.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 157 | 0 | 0.00 | 0.31 | 0.11 | 59.13 | 0.54 | 0.75 |
| Hex | E2 | E1 | 9D | 0 | 0 | 1F | B | 3B | 36 | 4B |
| Octal | 342 | 341 | 235 | 0 | 0 | 37 | 13 | 73 | 66 | 113 |
| Binary | 11100010 | 11100001 | 10011101 | 0 | 0 | 11111 | 1011 | 111011 | 110110 | 1001011 |
Color Harmonies of #E2E19D
Complementary color
Monochromatic Colors of #E2E19D
Black with #E2E19D
Text Example
Text Example
White with #E2E19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E19D; }
p { color: rgb(226,225,157); }
H1.HeaderClassName
{
color: #E2E19D;
}
.AnyTagClassName
{
color: #E2E19D;
}
</style>
background-color css
<style>
a { background-color: #E2E19D; }
a { background-color: rgb(226,225,157); }
div.DivClassName
{
background-color: #E2E19D;
}
.BgClassName
{
background-color: #E2E19D;
}
</style>
border-color css
<style>
span { border-color: #E2E19D; }
span { border-color: rgb(226,225,157); }
td.TdClassName
{
border-color: #E2E19D;
}
.TagClassName
{
border-color: #E2E19D;
}
</style>