Shades of Primrose #E2E48C
Tints of Primrose #E2E48C
RGB
CMYK
RGB Variations
Color information
#E2E48C (or 0xE2E48C) is known color: Primrose. HEX triplet: E2, E4 and 8C. RGB value is (226,228,140). Sum of RGB (Red+Green+Blue) = 226+228+140=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E48C is #1D1B73. Grayscale: #D9D9D9. Windows color (decimal): -1907572 or 9233634. OLE color: 9233634.
HSL color Cylindrical-coordinate representation of color #E2E48C: hue angle of 61.36º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2E48C is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 140 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.11 |
| HSL | 61.36º | 0.62% | 0.72% | - |
| HSV(B) | 61.36º | 0.39% | 0.89% | - |
| XYZ | 63.84 | 73.55 | 35.64 | - |
| YUV | 217.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 140 | 0.01 | 0 | 0.39 | 0.11 | 61.36 | 0.62 | 0.72 |
| Hex | E2 | E4 | 8C | 1 | 0 | 27 | B | 3D | 3E | 48 |
| Octal | 342 | 344 | 214 | 1 | 0 | 47 | 13 | 75 | 76 | 110 |
| Binary | 11100010 | 11100100 | 10001100 | 1 | 0 | 100111 | 1011 | 111101 | 111110 | 1001000 |
Color Harmonies of #E2E48C
Complementary color
Monochromatic Colors of #E2E48C
Black with #E2E48C
Text Example
Text Example
White with #E2E48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E48C; }
p { color: rgb(226,228,140); }
H1.HeaderClassName
{
color: #E2E48C;
}
.AnyTagClassName
{
color: #E2E48C;
}
</style>
background-color css
<style>
a { background-color: #E2E48C; }
a { background-color: rgb(226,228,140); }
div.DivClassName
{
background-color: #E2E48C;
}
.BgClassName
{
background-color: #E2E48C;
}
</style>
border-color css
<style>
span { border-color: #E2E48C; }
span { border-color: rgb(226,228,140); }
td.TdClassName
{
border-color: #E2E48C;
}
.TagClassName
{
border-color: #E2E48C;
}
</style>