Shades of Primrose #E5DC91
Tints of Primrose #E5DC91
RGB
CMYK
RGB Variations
Color information
#E5DC91 (or 0xE5DC91) is known color: Primrose. HEX triplet: E5, DC and 91. RGB value is (229,220,145). Sum of RGB (Red+Green+Blue) = 229+220+145=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC91 is #1A236E. Grayscale: #D6D6D6. Windows color (decimal): -1713007 or 9559269. OLE color: 9559269.
HSL color Cylindrical-coordinate representation of color #E5DC91: hue angle of 53.57º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5DC91 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 145 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.10 |
| HSL | 53.57º | 0.62% | 0.73% | - |
| HSV(B) | 53.57º | 0.37% | 0.9% | - |
| XYZ | 63.02 | 69.89 | 36.96 | - |
| YUV | 214.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 145 | 0 | 0.04 | 0.37 | 0.10 | 53.57 | 0.62 | 0.73 |
| Hex | E5 | DC | 91 | 0 | 4 | 25 | A | 36 | 3E | 49 |
| Octal | 345 | 334 | 221 | 0 | 4 | 45 | 12 | 66 | 76 | 111 |
| Binary | 11100101 | 11011100 | 10010001 | 0 | 100 | 100101 | 1010 | 110110 | 111110 | 1001001 |
Color Harmonies of #E5DC91
Complementary color
Monochromatic Colors of #E5DC91
Black with #E5DC91
Text Example
Text Example
White with #E5DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC91; }
p { color: rgb(229,220,145); }
H1.HeaderClassName
{
color: #E5DC91;
}
.AnyTagClassName
{
color: #E5DC91;
}
</style>
background-color css
<style>
a { background-color: #E5DC91; }
a { background-color: rgb(229,220,145); }
div.DivClassName
{
background-color: #E5DC91;
}
.BgClassName
{
background-color: #E5DC91;
}
</style>
border-color css
<style>
span { border-color: #E5DC91; }
span { border-color: rgb(229,220,145); }
td.TdClassName
{
border-color: #E5DC91;
}
.TagClassName
{
border-color: #E5DC91;
}
</style>