Shades of Primrose #E4E194
Tints of Primrose #E4E194
RGB
CMYK
RGB Variations
Color information
#E4E194 (or 0xE4E194) is known color: Primrose. HEX triplet: E4, E1 and 94. RGB value is (228,225,148). Sum of RGB (Red+Green+Blue) = 228+225+148=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E194 is #1B1E6B. Grayscale: #D9D9D9. Windows color (decimal): -1777260 or 9757156. OLE color: 9757156.
HSL color Cylindrical-coordinate representation of color #E4E194: hue angle of 57.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E4E194 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 225 | 148 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.11 |
| HSL | 57.75º | 0.6% | 0.74% | - |
| HSV(B) | 57.75º | 0.35% | 0.89% | - |
| XYZ | 64.27 | 72.48 | 38.62 | - |
| YUV | 217.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 225 | 148 | 0 | 0.01 | 0.35 | 0.11 | 57.75 | 0.6 | 0.74 |
| Hex | E4 | E1 | 94 | 0 | 1 | 23 | B | 3A | 3C | 4A |
| Octal | 344 | 341 | 224 | 0 | 1 | 43 | 13 | 72 | 74 | 112 |
| Binary | 11100100 | 11100001 | 10010100 | 0 | 1 | 100011 | 1011 | 111010 | 111100 | 1001010 |
Color Harmonies of #E4E194
Complementary color
Monochromatic Colors of #E4E194
Black with #E4E194
Text Example
Text Example
White with #E4E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E194; }
p { color: rgb(228,225,148); }
H1.HeaderClassName
{
color: #E4E194;
}
.AnyTagClassName
{
color: #E4E194;
}
</style>
background-color css
<style>
a { background-color: #E4E194; }
a { background-color: rgb(228,225,148); }
div.DivClassName
{
background-color: #E4E194;
}
.BgClassName
{
background-color: #E4E194;
}
</style>
border-color css
<style>
span { border-color: #E4E194; }
span { border-color: rgb(228,225,148); }
td.TdClassName
{
border-color: #E4E194;
}
.TagClassName
{
border-color: #E4E194;
}
</style>