Shades of Primrose #E2E19C
Tints of Primrose #E2E19C
RGB
CMYK
RGB Variations
Color information
#E2E19C (or 0xE2E19C) is known color: Primrose. HEX triplet: E2, E1 and 9C. RGB value is (226,225,156). Sum of RGB (Red+Green+Blue) = 226+225+156=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E19C is #1D1E63. Grayscale: #D9D9D9. Windows color (decimal): -1908324 or 10281442. OLE color: 10281442.
HSL color Cylindrical-coordinate representation of color #E2E19C: hue angle of 59.14º degrees, saturation: 0.55, 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 #E2E19C is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 156 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.11 |
| HSL | 59.14º | 0.55% | 0.75% | - |
| HSV(B) | 59.14º | 0.31% | 0.89% | - |
| XYZ | 64.29 | 72.42 | 42.04 | - |
| YUV | 217.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 156 | 0 | 0.00 | 0.31 | 0.11 | 59.14 | 0.55 | 0.75 |
| Hex | E2 | E1 | 9C | 0 | 0 | 1F | B | 3B | 37 | 4B |
| Octal | 342 | 341 | 234 | 0 | 0 | 37 | 13 | 73 | 67 | 113 |
| Binary | 11100010 | 11100001 | 10011100 | 0 | 0 | 11111 | 1011 | 111011 | 110111 | 1001011 |
Color Harmonies of #E2E19C
Complementary color
Monochromatic Colors of #E2E19C
Black with #E2E19C
Text Example
Text Example
White with #E2E19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E19C; }
p { color: rgb(226,225,156); }
H1.HeaderClassName
{
color: #E2E19C;
}
.AnyTagClassName
{
color: #E2E19C;
}
</style>
background-color css
<style>
a { background-color: #E2E19C; }
a { background-color: rgb(226,225,156); }
div.DivClassName
{
background-color: #E2E19C;
}
.BgClassName
{
background-color: #E2E19C;
}
</style>
border-color css
<style>
span { border-color: #E2E19C; }
span { border-color: rgb(226,225,156); }
td.TdClassName
{
border-color: #E2E19C;
}
.TagClassName
{
border-color: #E2E19C;
}
</style>