Shades of Primrose #E2E59D
Tints of Primrose #E2E59D
RGB
CMYK
RGB Variations
Color information
#E2E59D (or 0xE2E59D) is known color: Primrose. HEX triplet: E2, E5 and 9D. RGB value is (226,229,157). Sum of RGB (Red+Green+Blue) = 226+229+157=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E59D is #1D1A62. Grayscale: #DCDCDC. Windows color (decimal): -1907299 or 10348002. OLE color: 10348002.
HSL color Cylindrical-coordinate representation of color #E2E59D: hue angle of 62.5º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2E59D is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 157 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.10 |
| HSL | 62.5º | 0.58% | 0.76% | - |
| HSV(B) | 62.5º | 0.31% | 0.9% | - |
| XYZ | 65.47 | 74.64 | 42.85 | - |
| YUV | 219.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 157 | 0.01 | 0 | 0.31 | 0.10 | 62.5 | 0.58 | 0.76 |
| Hex | E2 | E5 | 9D | 1 | 0 | 1F | A | 3F | 3A | 4C |
| Octal | 342 | 345 | 235 | 1 | 0 | 37 | 12 | 77 | 72 | 114 |
| Binary | 11100010 | 11100101 | 10011101 | 1 | 0 | 11111 | 1010 | 111111 | 111010 | 1001100 |
Color Harmonies of #E2E59D
Complementary color
Monochromatic Colors of #E2E59D
Black with #E2E59D
Text Example
Text Example
White with #E2E59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E59D; }
p { color: rgb(226,229,157); }
H1.HeaderClassName
{
color: #E2E59D;
}
.AnyTagClassName
{
color: #E2E59D;
}
</style>
background-color css
<style>
a { background-color: #E2E59D; }
a { background-color: rgb(226,229,157); }
div.DivClassName
{
background-color: #E2E59D;
}
.BgClassName
{
background-color: #E2E59D;
}
</style>
border-color css
<style>
span { border-color: #E2E59D; }
span { border-color: rgb(226,229,157); }
td.TdClassName
{
border-color: #E2E59D;
}
.TagClassName
{
border-color: #E2E59D;
}
</style>