Shades of Primrose #E2E493
Tints of Primrose #E2E493
RGB
CMYK
RGB Variations
Color information
#E2E493 (or 0xE2E493) is known color: Primrose. HEX triplet: E2, E4 and 93. RGB value is (226,228,147). Sum of RGB (Red+Green+Blue) = 226+228+147=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E493 is #1D1B6C. Grayscale: #DADADA. Windows color (decimal): -1907565 or 9692386. OLE color: 9692386.
HSL color Cylindrical-coordinate representation of color #E2E493: hue angle of 61.48º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2E493 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 147 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.11 |
| HSL | 61.48º | 0.6% | 0.74% | - |
| HSV(B) | 61.48º | 0.36% | 0.89% | - |
| XYZ | 64.37 | 73.76 | 38.45 | - |
| YUV | 218.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 147 | 0.01 | 0 | 0.36 | 0.11 | 61.48 | 0.6 | 0.74 |
| Hex | E2 | E4 | 93 | 1 | 0 | 24 | B | 3D | 3C | 4A |
| Octal | 342 | 344 | 223 | 1 | 0 | 44 | 13 | 75 | 74 | 112 |
| Binary | 11100010 | 11100100 | 10010011 | 1 | 0 | 100100 | 1011 | 111101 | 111100 | 1001010 |
Color Harmonies of #E2E493
Complementary color
Monochromatic Colors of #E2E493
Black with #E2E493
Text Example
Text Example
White with #E2E493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E493; }
p { color: rgb(226,228,147); }
H1.HeaderClassName
{
color: #E2E493;
}
.AnyTagClassName
{
color: #E2E493;
}
</style>
background-color css
<style>
a { background-color: #E2E493; }
a { background-color: rgb(226,228,147); }
div.DivClassName
{
background-color: #E2E493;
}
.BgClassName
{
background-color: #E2E493;
}
</style>
border-color css
<style>
span { border-color: #E2E493; }
span { border-color: rgb(226,228,147); }
td.TdClassName
{
border-color: #E2E493;
}
.TagClassName
{
border-color: #E2E493;
}
</style>