Shades of Primrose #E4D996
Tints of Primrose #E4D996
RGB
CMYK
RGB Variations
Color information
#E4D996 (or 0xE4D996) is known color: Primrose. HEX triplet: E4, D9 and 96. RGB value is (228,217,150). Sum of RGB (Red+Green+Blue) = 228+217+150=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D996 is #1B2669. Grayscale: #D4D4D4. Windows color (decimal): -1779306 or 9886180. OLE color: 9886180.
HSL color Cylindrical-coordinate representation of color #E4D996: hue angle of 51.54º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4D996 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 217 | 150 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.11 |
| HSL | 51.54º | 0.59% | 0.74% | - |
| HSV(B) | 51.54º | 0.34% | 0.89% | - |
| XYZ | 62.31 | 68.32 | 38.76 | - |
| YUV | 212.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 217 | 150 | 0 | 0.05 | 0.34 | 0.11 | 51.54 | 0.59 | 0.74 |
| Hex | E4 | D9 | 96 | 0 | 5 | 22 | B | 34 | 3B | 4A |
| Octal | 344 | 331 | 226 | 0 | 5 | 42 | 13 | 64 | 73 | 112 |
| Binary | 11100100 | 11011001 | 10010110 | 0 | 101 | 100010 | 1011 | 110100 | 111011 | 1001010 |
Color Harmonies of #E4D996
Complementary color
Monochromatic Colors of #E4D996
Black with #E4D996
Text Example
Text Example
White with #E4D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D996; }
p { color: rgb(228,217,150); }
H1.HeaderClassName
{
color: #E4D996;
}
.AnyTagClassName
{
color: #E4D996;
}
</style>
background-color css
<style>
a { background-color: #E4D996; }
a { background-color: rgb(228,217,150); }
div.DivClassName
{
background-color: #E4D996;
}
.BgClassName
{
background-color: #E4D996;
}
</style>
border-color css
<style>
span { border-color: #E4D996; }
span { border-color: rgb(228,217,150); }
td.TdClassName
{
border-color: #E4D996;
}
.TagClassName
{
border-color: #E4D996;
}
</style>