Shades of Primrose #E5DD96
Tints of Primrose #E5DD96
RGB
CMYK
RGB Variations
Color information
#E5DD96 (or 0xE5DD96) is known color: Primrose. HEX triplet: E5, DD and 96. RGB value is (229,221,150). Sum of RGB (Red+Green+Blue) = 229+221+150=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD96 is #1A2269. Grayscale: #D7D7D7. Windows color (decimal): -1712746 or 9887205. OLE color: 9887205.
HSL color Cylindrical-coordinate representation of color #E5DD96: hue angle of 53.92º 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 #E5DD96 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 150 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.10 |
| HSL | 53.92º | 0.6% | 0.74% | - |
| HSV(B) | 53.92º | 0.34% | 0.9% | - |
| XYZ | 63.67 | 70.57 | 39.12 | - |
| YUV | 215.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 150 | 0 | 0.03 | 0.34 | 0.10 | 53.92 | 0.6 | 0.74 |
| Hex | E5 | DD | 96 | 0 | 3 | 22 | A | 36 | 3C | 4A |
| Octal | 345 | 335 | 226 | 0 | 3 | 42 | 12 | 66 | 74 | 112 |
| Binary | 11100101 | 11011101 | 10010110 | 0 | 11 | 100010 | 1010 | 110110 | 111100 | 1001010 |
Color Harmonies of #E5DD96
Complementary color
Monochromatic Colors of #E5DD96
Black with #E5DD96
Text Example
Text Example
White with #E5DD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD96; }
p { color: rgb(229,221,150); }
H1.HeaderClassName
{
color: #E5DD96;
}
.AnyTagClassName
{
color: #E5DD96;
}
</style>
background-color css
<style>
a { background-color: #E5DD96; }
a { background-color: rgb(229,221,150); }
div.DivClassName
{
background-color: #E5DD96;
}
.BgClassName
{
background-color: #E5DD96;
}
</style>
border-color css
<style>
span { border-color: #E5DD96; }
span { border-color: rgb(229,221,150); }
td.TdClassName
{
border-color: #E5DD96;
}
.TagClassName
{
border-color: #E5DD96;
}
</style>