Shades of Primrose #E2E08C
Tints of Primrose #E2E08C
RGB
CMYK
RGB Variations
Color information
#E2E08C (or 0xE2E08C) is known color: Primrose. HEX triplet: E2, E0 and 8C. RGB value is (226,224,140). Sum of RGB (Red+Green+Blue) = 226+224+140=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E08C is #1D1F73. Grayscale: #D7D7D7. Windows color (decimal): -1908596 or 9232610. OLE color: 9232610.
HSL color Cylindrical-coordinate representation of color #E2E08C: hue angle of 58.6º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2E08C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 140 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.11 |
| HSL | 58.6º | 0.6% | 0.72% | - |
| HSV(B) | 58.6º | 0.38% | 0.89% | - |
| XYZ | 62.75 | 71.37 | 35.28 | - |
| YUV | 215.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 140 | 0 | 0.01 | 0.38 | 0.11 | 58.6 | 0.6 | 0.72 |
| Hex | E2 | E0 | 8C | 0 | 1 | 26 | B | 3B | 3C | 48 |
| Octal | 342 | 340 | 214 | 0 | 1 | 46 | 13 | 73 | 74 | 110 |
| Binary | 11100010 | 11100000 | 10001100 | 0 | 1 | 100110 | 1011 | 111011 | 111100 | 1001000 |
Color Harmonies of #E2E08C
Complementary color
Monochromatic Colors of #E2E08C
Black with #E2E08C
Text Example
Text Example
White with #E2E08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E08C; }
p { color: rgb(226,224,140); }
H1.HeaderClassName
{
color: #E2E08C;
}
.AnyTagClassName
{
color: #E2E08C;
}
</style>
background-color css
<style>
a { background-color: #E2E08C; }
a { background-color: rgb(226,224,140); }
div.DivClassName
{
background-color: #E2E08C;
}
.BgClassName
{
background-color: #E2E08C;
}
</style>
border-color css
<style>
span { border-color: #E2E08C; }
span { border-color: rgb(226,224,140); }
td.TdClassName
{
border-color: #E2E08C;
}
.TagClassName
{
border-color: #E2E08C;
}
</style>