Shades of Primrose #E0E698
Tints of Primrose #E0E698
RGB
CMYK
RGB Variations
Color information
#E0E698 (or 0xE0E698) is known color: Primrose. HEX triplet: E0, E6 and 98. RGB value is (224,230,152). Sum of RGB (Red+Green+Blue) = 224+230+152=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 152 (59.77% from 255 or 25.08% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E698 is #1F1967. Grayscale: #DBDBDB. Windows color (decimal): -2038120 or 10020576. OLE color: 10020576.
HSL color Cylindrical-coordinate representation of color #E0E698: hue angle of 64.62º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0E698 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 230 | 152 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.10 |
| HSL | 64.62º | 0.61% | 0.75% | - |
| HSV(B) | 64.62º | 0.34% | 0.9% | - |
| XYZ | 64.7 | 74.71 | 40.72 | - |
| YUV | 219.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 152 | 0.03 | 0 | 0.34 | 0.10 | 64.62 | 0.61 | 0.75 |
| Hex | E0 | E6 | 98 | 3 | 0 | 22 | A | 41 | 3D | 4B |
| Octal | 340 | 346 | 230 | 3 | 0 | 42 | 12 | 101 | 75 | 113 |
| Binary | 11100000 | 11100110 | 10011000 | 11 | 0 | 100010 | 1010 | 1000001 | 111101 | 1001011 |
Color Harmonies of #E0E698
Complementary color
Monochromatic Colors of #E0E698
Black with #E0E698
Text Example
Text Example
White with #E0E698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E698; }
p { color: rgb(224,230,152); }
H1.HeaderClassName
{
color: #E0E698;
}
.AnyTagClassName
{
color: #E0E698;
}
</style>
background-color css
<style>
a { background-color: #E0E698; }
a { background-color: rgb(224,230,152); }
div.DivClassName
{
background-color: #E0E698;
}
.BgClassName
{
background-color: #E0E698;
}
</style>
border-color css
<style>
span { border-color: #E0E698; }
span { border-color: rgb(224,230,152); }
td.TdClassName
{
border-color: #E0E698;
}
.TagClassName
{
border-color: #E0E698;
}
</style>