Shades of Primrose #E2E09C
Tints of Primrose #E2E09C
RGB
CMYK
RGB Variations
Color information
#E2E09C (or 0xE2E09C) is known color: Primrose. HEX triplet: E2, E0 and 9C. RGB value is (226,224,156). Sum of RGB (Red+Green+Blue) = 226+224+156=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E09C is #1D1F63. Grayscale: #D9D9D9. Windows color (decimal): -1908580 or 10281186. OLE color: 10281186.
HSL color Cylindrical-coordinate representation of color #E2E09C: hue angle of 58.29º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2E09C is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 156 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.11 |
| HSL | 58.29º | 0.55% | 0.75% | - |
| HSV(B) | 58.29º | 0.31% | 0.89% | - |
| XYZ | 64.02 | 71.88 | 41.95 | - |
| YUV | 216.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 156 | 0 | 0.01 | 0.31 | 0.11 | 58.29 | 0.55 | 0.75 |
| Hex | E2 | E0 | 9C | 0 | 1 | 1F | B | 3A | 37 | 4B |
| Octal | 342 | 340 | 234 | 0 | 1 | 37 | 13 | 72 | 67 | 113 |
| Binary | 11100010 | 11100000 | 10011100 | 0 | 1 | 11111 | 1011 | 111010 | 110111 | 1001011 |
Color Harmonies of #E2E09C
Complementary color
Monochromatic Colors of #E2E09C
Black with #E2E09C
Text Example
Text Example
White with #E2E09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E09C; }
p { color: rgb(226,224,156); }
H1.HeaderClassName
{
color: #E2E09C;
}
.AnyTagClassName
{
color: #E2E09C;
}
</style>
background-color css
<style>
a { background-color: #E2E09C; }
a { background-color: rgb(226,224,156); }
div.DivClassName
{
background-color: #E2E09C;
}
.BgClassName
{
background-color: #E2E09C;
}
</style>
border-color css
<style>
span { border-color: #E2E09C; }
span { border-color: rgb(226,224,156); }
td.TdClassName
{
border-color: #E2E09C;
}
.TagClassName
{
border-color: #E2E09C;
}
</style>