Shades of Primrose #E5DD8D
Tints of Primrose #E5DD8D
RGB
CMYK
RGB Variations
Color information
#E5DD8D (or 0xE5DD8D) is known color: Primrose. HEX triplet: E5, DD and 8D. RGB value is (229,221,141). Sum of RGB (Red+Green+Blue) = 229+221+141=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD8D is #1A2272. Grayscale: #D6D6D6. Windows color (decimal): -1712755 or 9297381. OLE color: 9297381.
HSL color Cylindrical-coordinate representation of color #E5DD8D: hue angle of 54.55º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5DD8D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 141 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.10 |
| HSL | 54.55º | 0.63% | 0.73% | - |
| HSV(B) | 54.55º | 0.38% | 0.9% | - |
| XYZ | 62.98 | 70.29 | 35.45 | - |
| YUV | 214.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 141 | 0 | 0.03 | 0.38 | 0.10 | 54.55 | 0.63 | 0.73 |
| Hex | E5 | DD | 8D | 0 | 3 | 26 | A | 37 | 3F | 49 |
| Octal | 345 | 335 | 215 | 0 | 3 | 46 | 12 | 67 | 77 | 111 |
| Binary | 11100101 | 11011101 | 10001101 | 0 | 11 | 100110 | 1010 | 110111 | 111111 | 1001001 |
Color Harmonies of #E5DD8D
Complementary color
Monochromatic Colors of #E5DD8D
Black with #E5DD8D
Text Example
Text Example
White with #E5DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD8D; }
p { color: rgb(229,221,141); }
H1.HeaderClassName
{
color: #E5DD8D;
}
.AnyTagClassName
{
color: #E5DD8D;
}
</style>
background-color css
<style>
a { background-color: #E5DD8D; }
a { background-color: rgb(229,221,141); }
div.DivClassName
{
background-color: #E5DD8D;
}
.BgClassName
{
background-color: #E5DD8D;
}
</style>
border-color css
<style>
span { border-color: #E5DD8D; }
span { border-color: rgb(229,221,141); }
td.TdClassName
{
border-color: #E5DD8D;
}
.TagClassName
{
border-color: #E5DD8D;
}
</style>