Shades of Primrose #E5D996
Tints of Primrose #E5D996
RGB
CMYK
RGB Variations
Color information
#E5D996 (or 0xE5D996) is known color: Primrose. HEX triplet: E5, D9 and 96. RGB value is (229,217,150). Sum of RGB (Red+Green+Blue) = 229+217+150=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D996 is #1A2669. Grayscale: #D5D5D5. Windows color (decimal): -1713770 or 9886181. OLE color: 9886181.
HSL color Cylindrical-coordinate representation of color #E5D996: hue angle of 50.89º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5D996 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 150 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.10 |
| HSL | 50.89º | 0.6% | 0.74% | - |
| HSV(B) | 50.89º | 0.34% | 0.9% | - |
| XYZ | 62.63 | 68.49 | 38.77 | - |
| YUV | 212.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 150 | 0 | 0.05 | 0.34 | 0.10 | 50.89 | 0.6 | 0.74 |
| Hex | E5 | D9 | 96 | 0 | 5 | 22 | A | 33 | 3C | 4A |
| Octal | 345 | 331 | 226 | 0 | 5 | 42 | 12 | 63 | 74 | 112 |
| Binary | 11100101 | 11011001 | 10010110 | 0 | 101 | 100010 | 1010 | 110011 | 111100 | 1001010 |
Color Harmonies of #E5D996
Complementary color
Monochromatic Colors of #E5D996
Black with #E5D996
Text Example
Text Example
White with #E5D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D996; }
p { color: rgb(229,217,150); }
H1.HeaderClassName
{
color: #E5D996;
}
.AnyTagClassName
{
color: #E5D996;
}
</style>
background-color css
<style>
a { background-color: #E5D996; }
a { background-color: rgb(229,217,150); }
div.DivClassName
{
background-color: #E5D996;
}
.BgClassName
{
background-color: #E5D996;
}
</style>
border-color css
<style>
span { border-color: #E5D996; }
span { border-color: rgb(229,217,150); }
td.TdClassName
{
border-color: #E5D996;
}
.TagClassName
{
border-color: #E5D996;
}
</style>