Shades of Primrose #E2E78C
Tints of Primrose #E2E78C
RGB
CMYK
RGB Variations
Color information
#E2E78C (or 0xE2E78C) is known color: Primrose. HEX triplet: E2, E7 and 8C. RGB value is (226,231,140). Sum of RGB (Red+Green+Blue) = 226+231+140=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E78C is #1D1873. Grayscale: #DBDBDB. Windows color (decimal): -1906804 or 9234402. OLE color: 9234402.
HSL color Cylindrical-coordinate representation of color #E2E78C: hue angle of 63.3º 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 #E2E78C is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 140 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.09 |
| HSL | 63.3º | 0.65% | 0.73% | - |
| HSV(B) | 63.3º | 0.39% | 0.91% | - |
| XYZ | 64.67 | 75.21 | 35.92 | - |
| YUV | 219.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 140 | 0.02 | 0 | 0.39 | 0.09 | 63.3 | 0.65 | 0.73 |
| Hex | E2 | E7 | 8C | 2 | 0 | 27 | 9 | 3F | 41 | 49 |
| Octal | 342 | 347 | 214 | 2 | 0 | 47 | 11 | 77 | 101 | 111 |
| Binary | 11100010 | 11100111 | 10001100 | 10 | 0 | 100111 | 1001 | 111111 | 1000001 | 1001001 |
Color Harmonies of #E2E78C
Complementary color
Monochromatic Colors of #E2E78C
Black with #E2E78C
Text Example
Text Example
White with #E2E78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E78C; }
p { color: rgb(226,231,140); }
H1.HeaderClassName
{
color: #E2E78C;
}
.AnyTagClassName
{
color: #E2E78C;
}
</style>
background-color css
<style>
a { background-color: #E2E78C; }
a { background-color: rgb(226,231,140); }
div.DivClassName
{
background-color: #E2E78C;
}
.BgClassName
{
background-color: #E2E78C;
}
</style>
border-color css
<style>
span { border-color: #E2E78C; }
span { border-color: rgb(226,231,140); }
td.TdClassName
{
border-color: #E2E78C;
}
.TagClassName
{
border-color: #E2E78C;
}
</style>