Shades of Primrose #E5DD9B
Tints of Primrose #E5DD9B
RGB
CMYK
RGB Variations
Color information
#E5DD9B (or 0xE5DD9B) is known color: Primrose. HEX triplet: E5, DD and 9B. RGB value is (229,221,155). Sum of RGB (Red+Green+Blue) = 229+221+155=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD9B is #1A2264. Grayscale: #D8D8D8. Windows color (decimal): -1712741 or 10214885. OLE color: 10214885.
HSL color Cylindrical-coordinate representation of color #E5DD9B: hue angle of 53.51º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5DD9B is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 155 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.10 |
| HSL | 53.51º | 0.59% | 0.75% | - |
| HSV(B) | 53.51º | 0.32% | 0.9% | - |
| XYZ | 64.09 | 70.74 | 41.29 | - |
| YUV | 215.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 155 | 0 | 0.03 | 0.32 | 0.10 | 53.51 | 0.59 | 0.75 |
| Hex | E5 | DD | 9B | 0 | 3 | 20 | A | 36 | 3B | 4B |
| Octal | 345 | 335 | 233 | 0 | 3 | 40 | 12 | 66 | 73 | 113 |
| Binary | 11100101 | 11011101 | 10011011 | 0 | 11 | 100000 | 1010 | 110110 | 111011 | 1001011 |
Color Harmonies of #E5DD9B
Complementary color
Monochromatic Colors of #E5DD9B
Black with #E5DD9B
Text Example
Text Example
White with #E5DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD9B; }
p { color: rgb(229,221,155); }
H1.HeaderClassName
{
color: #E5DD9B;
}
.AnyTagClassName
{
color: #E5DD9B;
}
</style>
background-color css
<style>
a { background-color: #E5DD9B; }
a { background-color: rgb(229,221,155); }
div.DivClassName
{
background-color: #E5DD9B;
}
.BgClassName
{
background-color: #E5DD9B;
}
</style>
border-color css
<style>
span { border-color: #E5DD9B; }
span { border-color: rgb(229,221,155); }
td.TdClassName
{
border-color: #E5DD9B;
}
.TagClassName
{
border-color: #E5DD9B;
}
</style>