Shades of Primrose #E0E290
Tints of Primrose #E0E290
RGB
CMYK
RGB Variations
Color information
#E0E290 (or 0xE0E290) is known color: Primrose. HEX triplet: E0, E2 and 90. RGB value is (224,226,144). Sum of RGB (Red+Green+Blue) = 224+226+144=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E290 is #1F1D6F. Grayscale: #D8D8D8. Windows color (decimal): -2039152 or 9495264. OLE color: 9495264.
HSL color Cylindrical-coordinate representation of color #E0E290: hue angle of 61.46º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0E290 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 144 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.11 |
| HSL | 61.46º | 0.59% | 0.73% | - |
| HSV(B) | 61.46º | 0.36% | 0.89% | - |
| XYZ | 62.97 | 72.25 | 37.01 | - |
| YUV | 216.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 144 | 0.01 | 0 | 0.36 | 0.11 | 61.46 | 0.59 | 0.73 |
| Hex | E0 | E2 | 90 | 1 | 0 | 24 | B | 3D | 3B | 49 |
| Octal | 340 | 342 | 220 | 1 | 0 | 44 | 13 | 75 | 73 | 111 |
| Binary | 11100000 | 11100010 | 10010000 | 1 | 0 | 100100 | 1011 | 111101 | 111011 | 1001001 |
Color Harmonies of #E0E290
Complementary color
Monochromatic Colors of #E0E290
Black with #E0E290
Text Example
Text Example
White with #E0E290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E290; }
p { color: rgb(224,226,144); }
H1.HeaderClassName
{
color: #E0E290;
}
.AnyTagClassName
{
color: #E0E290;
}
</style>
background-color css
<style>
a { background-color: #E0E290; }
a { background-color: rgb(224,226,144); }
div.DivClassName
{
background-color: #E0E290;
}
.BgClassName
{
background-color: #E0E290;
}
</style>
border-color css
<style>
span { border-color: #E0E290; }
span { border-color: rgb(224,226,144); }
td.TdClassName
{
border-color: #E0E290;
}
.TagClassName
{
border-color: #E0E290;
}
</style>