Shades of Primrose #E2E78D
Tints of Primrose #E2E78D
RGB
CMYK
RGB Variations
Color information
#E2E78D (or 0xE2E78D) is known color: Primrose. HEX triplet: E2, E7 and 8D. RGB value is (226,231,141). Sum of RGB (Red+Green+Blue) = 226+231+141=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E78D is #1D1872. Grayscale: #DBDBDB. Windows color (decimal): -1906803 or 9299938. OLE color: 9299938.
HSL color Cylindrical-coordinate representation of color #E2E78D: hue angle of 63.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2E78D is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 141 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.09 |
| HSL | 63.33º | 0.65% | 0.73% | - |
| HSV(B) | 63.33º | 0.39% | 0.91% | - |
| XYZ | 64.75 | 75.24 | 36.31 | - |
| YUV | 219.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 141 | 0.02 | 0 | 0.39 | 0.09 | 63.33 | 0.65 | 0.73 |
| Hex | E2 | E7 | 8D | 2 | 0 | 27 | 9 | 3F | 41 | 49 |
| Octal | 342 | 347 | 215 | 2 | 0 | 47 | 11 | 77 | 101 | 111 |
| Binary | 11100010 | 11100111 | 10001101 | 10 | 0 | 100111 | 1001 | 111111 | 1000001 | 1001001 |
Color Harmonies of #E2E78D
Complementary color
Monochromatic Colors of #E2E78D
Black with #E2E78D
Text Example
Text Example
White with #E2E78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E78D; }
p { color: rgb(226,231,141); }
H1.HeaderClassName
{
color: #E2E78D;
}
.AnyTagClassName
{
color: #E2E78D;
}
</style>
background-color css
<style>
a { background-color: #E2E78D; }
a { background-color: rgb(226,231,141); }
div.DivClassName
{
background-color: #E2E78D;
}
.BgClassName
{
background-color: #E2E78D;
}
</style>
border-color css
<style>
span { border-color: #E2E78D; }
span { border-color: rgb(226,231,141); }
td.TdClassName
{
border-color: #E2E78D;
}
.TagClassName
{
border-color: #E2E78D;
}
</style>