Shades of Primrose #E5E298
Tints of Primrose #E5E298
RGB
CMYK
RGB Variations
Color information
#E5E298 (or 0xE5E298) is known color: Primrose. HEX triplet: E5, E2 and 98. RGB value is (229,226,152). Sum of RGB (Red+Green+Blue) = 229+226+152=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E298 is #1A1D67. Grayscale: #DADADA. Windows color (decimal): -1711464 or 10019557. OLE color: 10019557.
HSL color Cylindrical-coordinate representation of color #E5E298: hue angle of 57.66º 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 #E5E298 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 152 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.10 |
| HSL | 57.66º | 0.6% | 0.75% | - |
| HSV(B) | 57.66º | 0.34% | 0.9% | - |
| XYZ | 65.18 | 73.32 | 40.42 | - |
| YUV | 218.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 152 | 0 | 0.01 | 0.34 | 0.10 | 57.66 | 0.6 | 0.75 |
| Hex | E5 | E2 | 98 | 0 | 1 | 22 | A | 3A | 3C | 4B |
| Octal | 345 | 342 | 230 | 0 | 1 | 42 | 12 | 72 | 74 | 113 |
| Binary | 11100101 | 11100010 | 10011000 | 0 | 1 | 100010 | 1010 | 111010 | 111100 | 1001011 |
Color Harmonies of #E5E298
Complementary color
Monochromatic Colors of #E5E298
Black with #E5E298
Text Example
Text Example
White with #E5E298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E298; }
p { color: rgb(229,226,152); }
H1.HeaderClassName
{
color: #E5E298;
}
.AnyTagClassName
{
color: #E5E298;
}
</style>
background-color css
<style>
a { background-color: #E5E298; }
a { background-color: rgb(229,226,152); }
div.DivClassName
{
background-color: #E5E298;
}
.BgClassName
{
background-color: #E5E298;
}
</style>
border-color css
<style>
span { border-color: #E5E298; }
span { border-color: rgb(229,226,152); }
td.TdClassName
{
border-color: #E5E298;
}
.TagClassName
{
border-color: #E5E298;
}
</style>