Shades of Primrose #E5DC89
Tints of Primrose #E5DC89
RGB
CMYK
RGB Variations
Color information
#E5DC89 (or 0xE5DC89) is known color: Primrose. HEX triplet: E5, DC and 89. RGB value is (229,220,137). Sum of RGB (Red+Green+Blue) = 229+220+137=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 137 (53.91% from 255 or 23.38% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC89 is #1A2376. Grayscale: #D5D5D5. Windows color (decimal): -1713015 or 9034981. OLE color: 9034981.
HSL color Cylindrical-coordinate representation of color #E5DC89: hue angle of 54.13º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5DC89 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 137 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.10 |
| HSL | 54.13º | 0.64% | 0.72% | - |
| HSV(B) | 54.13º | 0.4% | 0.9% | - |
| XYZ | 62.42 | 69.65 | 33.82 | - |
| YUV | 213.23 | 84.98 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 137 | 0 | 0.04 | 0.40 | 0.10 | 54.13 | 0.64 | 0.72 |
| Hex | E5 | DC | 89 | 0 | 4 | 28 | A | 36 | 40 | 48 |
| Octal | 345 | 334 | 211 | 0 | 4 | 50 | 12 | 66 | 100 | 110 |
| Binary | 11100101 | 11011100 | 10001001 | 0 | 100 | 101000 | 1010 | 110110 | 1000000 | 1001000 |
Color Harmonies of #E5DC89
Complementary color
Monochromatic Colors of #E5DC89
Black with #E5DC89
Text Example
Text Example
White with #E5DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC89; }
p { color: rgb(229,220,137); }
H1.HeaderClassName
{
color: #E5DC89;
}
.AnyTagClassName
{
color: #E5DC89;
}
</style>
background-color css
<style>
a { background-color: #E5DC89; }
a { background-color: rgb(229,220,137); }
div.DivClassName
{
background-color: #E5DC89;
}
.BgClassName
{
background-color: #E5DC89;
}
</style>
border-color css
<style>
span { border-color: #E5DC89; }
span { border-color: rgb(229,220,137); }
td.TdClassName
{
border-color: #E5DC89;
}
.TagClassName
{
border-color: #E5DC89;
}
</style>