Shades of Primrose #E0E498
Tints of Primrose #E0E498
RGB
CMYK
RGB Variations
Color information
#E0E498 (or 0xE0E498) is known color: Primrose. HEX triplet: E0, E4 and 98. RGB value is (224,228,152). Sum of RGB (Red+Green+Blue) = 224+228+152=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E498 is #1F1B67. Grayscale: #DADADA. Windows color (decimal): -2038632 or 10020064. OLE color: 10020064.
HSL color Cylindrical-coordinate representation of color #E0E498: hue angle of 63.16º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0E498 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 152 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.11 |
| HSL | 63.16º | 0.58% | 0.75% | - |
| HSV(B) | 63.16º | 0.33% | 0.89% | - |
| XYZ | 64.15 | 73.6 | 40.53 | - |
| YUV | 218.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 152 | 0.02 | 0 | 0.33 | 0.11 | 63.16 | 0.58 | 0.75 |
| Hex | E0 | E4 | 98 | 2 | 0 | 21 | B | 3F | 3A | 4B |
| Octal | 340 | 344 | 230 | 2 | 0 | 41 | 13 | 77 | 72 | 113 |
| Binary | 11100000 | 11100100 | 10011000 | 10 | 0 | 100001 | 1011 | 111111 | 111010 | 1001011 |
Color Harmonies of #E0E498
Complementary color
Monochromatic Colors of #E0E498
Black with #E0E498
Text Example
Text Example
White with #E0E498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E498; }
p { color: rgb(224,228,152); }
H1.HeaderClassName
{
color: #E0E498;
}
.AnyTagClassName
{
color: #E0E498;
}
</style>
background-color css
<style>
a { background-color: #E0E498; }
a { background-color: rgb(224,228,152); }
div.DivClassName
{
background-color: #E0E498;
}
.BgClassName
{
background-color: #E0E498;
}
</style>
border-color css
<style>
span { border-color: #E0E498; }
span { border-color: rgb(224,228,152); }
td.TdClassName
{
border-color: #E0E498;
}
.TagClassName
{
border-color: #E0E498;
}
</style>