Shades of Primrose #E4E794
Tints of Primrose #E4E794
RGB
CMYK
RGB Variations
Color information
#E4E794 (or 0xE4E794) is known color: Primrose. HEX triplet: E4, E7 and 94. RGB value is (228,231,148). Sum of RGB (Red+Green+Blue) = 228+231+148=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #E4E794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4E794 is #1B186B. Grayscale: #DCDCDC. Windows color (decimal): -1775724 or 9758692. OLE color: 9758692.
HSL color Cylindrical-coordinate representation of color #E4E794: hue angle of 62.17º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E4E794 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 231 | 148 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.09 |
| HSL | 62.17º | 0.63% | 0.74% | - |
| HSV(B) | 62.17º | 0.36% | 0.91% | - |
| XYZ | 65.92 | 75.78 | 39.17 | - |
| YUV | 220.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 231 | 148 | 0.01 | 0 | 0.36 | 0.09 | 62.17 | 0.63 | 0.74 |
| Hex | E4 | E7 | 94 | 1 | 0 | 24 | 9 | 3E | 3F | 4A |
| Octal | 344 | 347 | 224 | 1 | 0 | 44 | 11 | 76 | 77 | 112 |
| Binary | 11100100 | 11100111 | 10010100 | 1 | 0 | 100100 | 1001 | 111110 | 111111 | 1001010 |
Color Harmonies of #E4E794
Complementary color
Monochromatic Colors of #E4E794
Black with #E4E794
Text Example
Text Example
White with #E4E794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E794; }
p { color: rgb(228,231,148); }
H1.HeaderClassName
{
color: #E4E794;
}
.AnyTagClassName
{
color: #E4E794;
}
</style>
background-color css
<style>
a { background-color: #E4E794; }
a { background-color: rgb(228,231,148); }
div.DivClassName
{
background-color: #E4E794;
}
.BgClassName
{
background-color: #E4E794;
}
</style>
border-color css
<style>
span { border-color: #E4E794; }
span { border-color: rgb(228,231,148); }
td.TdClassName
{
border-color: #E4E794;
}
.TagClassName
{
border-color: #E4E794;
}
</style>