Shades of Primrose #E0E28D
Tints of Primrose #E0E28D
RGB
CMYK
RGB Variations
Color information
#E0E28D (or 0xE0E28D) is known color: Primrose. HEX triplet: E0, E2 and 8D. RGB value is (224,226,141). Sum of RGB (Red+Green+Blue) = 224+226+141=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E28D is #1F1D72. Grayscale: #D8D8D8. Windows color (decimal): -2039155 or 9298656. OLE color: 9298656.
HSL color Cylindrical-coordinate representation of color #E0E28D: hue angle of 61.41º degrees, saturation: 0.59, 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 #E0E28D is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 141 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.11 |
| HSL | 61.41º | 0.59% | 0.72% | - |
| HSV(B) | 61.41º | 0.38% | 0.89% | - |
| XYZ | 62.74 | 72.16 | 35.82 | - |
| YUV | 215.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 141 | 0.01 | 0 | 0.38 | 0.11 | 61.41 | 0.59 | 0.72 |
| Hex | E0 | E2 | 8D | 1 | 0 | 26 | B | 3D | 3B | 48 |
| Octal | 340 | 342 | 215 | 1 | 0 | 46 | 13 | 75 | 73 | 110 |
| Binary | 11100000 | 11100010 | 10001101 | 1 | 0 | 100110 | 1011 | 111101 | 111011 | 1001000 |
Color Harmonies of #E0E28D
Complementary color
Monochromatic Colors of #E0E28D
Black with #E0E28D
Text Example
Text Example
White with #E0E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E28D; }
p { color: rgb(224,226,141); }
H1.HeaderClassName
{
color: #E0E28D;
}
.AnyTagClassName
{
color: #E0E28D;
}
</style>
background-color css
<style>
a { background-color: #E0E28D; }
a { background-color: rgb(224,226,141); }
div.DivClassName
{
background-color: #E0E28D;
}
.BgClassName
{
background-color: #E0E28D;
}
</style>
border-color css
<style>
span { border-color: #E0E28D; }
span { border-color: rgb(224,226,141); }
td.TdClassName
{
border-color: #E0E28D;
}
.TagClassName
{
border-color: #E0E28D;
}
</style>