Shades of Primrose #E2E18F
Tints of Primrose #E2E18F
RGB
CMYK
RGB Variations
Color information
#E2E18F (or 0xE2E18F) is known color: Primrose. HEX triplet: E2, E1 and 8F. RGB value is (226,225,143). Sum of RGB (Red+Green+Blue) = 226+225+143=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E18F is #1D1E70. Grayscale: #D8D8D8. Windows color (decimal): -1908337 or 9429474. OLE color: 9429474.
HSL color Cylindrical-coordinate representation of color #E2E18F: hue angle of 59.28º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2E18F is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 143 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.11 |
| HSL | 59.28º | 0.59% | 0.72% | - |
| HSV(B) | 59.28º | 0.37% | 0.89% | - |
| XYZ | 63.25 | 72 | 36.55 | - |
| YUV | 215.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 143 | 0 | 0.00 | 0.37 | 0.11 | 59.28 | 0.59 | 0.72 |
| Hex | E2 | E1 | 8F | 0 | 0 | 25 | B | 3B | 3B | 48 |
| Octal | 342 | 341 | 217 | 0 | 0 | 45 | 13 | 73 | 73 | 110 |
| Binary | 11100010 | 11100001 | 10001111 | 0 | 0 | 100101 | 1011 | 111011 | 111011 | 1001000 |
Color Harmonies of #E2E18F
Complementary color
Monochromatic Colors of #E2E18F
Black with #E2E18F
Text Example
Text Example
White with #E2E18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E18F; }
p { color: rgb(226,225,143); }
H1.HeaderClassName
{
color: #E2E18F;
}
.AnyTagClassName
{
color: #E2E18F;
}
</style>
background-color css
<style>
a { background-color: #E2E18F; }
a { background-color: rgb(226,225,143); }
div.DivClassName
{
background-color: #E2E18F;
}
.BgClassName
{
background-color: #E2E18F;
}
</style>
border-color css
<style>
span { border-color: #E2E18F; }
span { border-color: rgb(226,225,143); }
td.TdClassName
{
border-color: #E2E18F;
}
.TagClassName
{
border-color: #E2E18F;
}
</style>