Shades of Primrose #E7E598
Tints of Primrose #E7E598
RGB
CMYK
RGB Variations
Color information
#E7E598 (or 0xE7E598) is known color: Primrose. HEX triplet: E7, E5 and 98. RGB value is (231,229,152). Sum of RGB (Red+Green+Blue) = 231+229+152=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E598 is #181A67. Grayscale: #DDDDDD. Windows color (decimal): -1579624 or 10020327. OLE color: 10020327.
HSL color Cylindrical-coordinate representation of color #E7E598: hue angle of 58.48º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E7E598 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 152 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.09 |
| HSL | 58.48º | 0.62% | 0.75% | - |
| HSV(B) | 58.48º | 0.34% | 0.91% | - |
| XYZ | 66.64 | 75.29 | 40.73 | - |
| YUV | 220.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 152 | 0 | 0.01 | 0.34 | 0.09 | 58.48 | 0.62 | 0.75 |
| Hex | E7 | E5 | 98 | 0 | 1 | 22 | 9 | 3A | 3E | 4B |
| Octal | 347 | 345 | 230 | 0 | 1 | 42 | 11 | 72 | 76 | 113 |
| Binary | 11100111 | 11100101 | 10011000 | 0 | 1 | 100010 | 1001 | 111010 | 111110 | 1001011 |
Color Harmonies of #E7E598
Complementary color
Monochromatic Colors of #E7E598
Black with #E7E598
Text Example
Text Example
White with #E7E598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E598; }
p { color: rgb(231,229,152); }
H1.HeaderClassName
{
color: #E7E598;
}
.AnyTagClassName
{
color: #E7E598;
}
</style>
background-color css
<style>
a { background-color: #E7E598; }
a { background-color: rgb(231,229,152); }
div.DivClassName
{
background-color: #E7E598;
}
.BgClassName
{
background-color: #E7E598;
}
</style>
border-color css
<style>
span { border-color: #E7E598; }
span { border-color: rgb(231,229,152); }
td.TdClassName
{
border-color: #E7E598;
}
.TagClassName
{
border-color: #E7E598;
}
</style>