Shades of Primrose #E4E598
Tints of Primrose #E4E598
RGB
CMYK
RGB Variations
Color information
#E4E598 (or 0xE4E598) is known color: Primrose. HEX triplet: E4, E5 and 98. RGB value is (228,229,152). Sum of RGB (Red+Green+Blue) = 228+229+152=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #E4E598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E598 is #1B1A67. Grayscale: #DCDCDC. Windows color (decimal): -1776232 or 10020324. OLE color: 10020324.
HSL color Cylindrical-coordinate representation of color #E4E598: hue angle of 60.78º degrees, saturation: 0.6, 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 #E4E598 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 229 | 152 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.10 |
| HSL | 60.78º | 0.6% | 0.75% | - |
| HSV(B) | 60.78º | 0.34% | 0.9% | - |
| XYZ | 65.68 | 74.8 | 40.68 | - |
| YUV | 219.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 229 | 152 | 0.00 | 0 | 0.34 | 0.10 | 60.78 | 0.6 | 0.75 |
| Hex | E4 | E5 | 98 | 0 | 0 | 22 | A | 3D | 3C | 4B |
| Octal | 344 | 345 | 230 | 0 | 0 | 42 | 12 | 75 | 74 | 113 |
| Binary | 11100100 | 11100101 | 10011000 | 0 | 0 | 100010 | 1010 | 111101 | 111100 | 1001011 |
Color Harmonies of #E4E598
Complementary color
Monochromatic Colors of #E4E598
Black with #E4E598
Text Example
Text Example
White with #E4E598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E598; }
p { color: rgb(228,229,152); }
H1.HeaderClassName
{
color: #E4E598;
}
.AnyTagClassName
{
color: #E4E598;
}
</style>
background-color css
<style>
a { background-color: #E4E598; }
a { background-color: rgb(228,229,152); }
div.DivClassName
{
background-color: #E4E598;
}
.BgClassName
{
background-color: #E4E598;
}
</style>
border-color css
<style>
span { border-color: #E4E598; }
span { border-color: rgb(228,229,152); }
td.TdClassName
{
border-color: #E4E598;
}
.TagClassName
{
border-color: #E4E598;
}
</style>