Shades of Primrose #E4DC89
Tints of Primrose #E4DC89
RGB
CMYK
RGB Variations
Color information
#E4DC89 (or 0xE4DC89) is known color: Primrose. HEX triplet: E4, DC and 89. RGB value is (228,220,137). Sum of RGB (Red+Green+Blue) = 228+220+137=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 137 (53.91% from 255 or 23.42% from 585); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DC89 is #1B2376. Grayscale: #D5D5D5. Windows color (decimal): -1778551 or 9034980. OLE color: 9034980.
HSL color Cylindrical-coordinate representation of color #E4DC89: hue angle of 54.73º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E4DC89 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 137 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.11 |
| HSL | 54.73º | 0.63% | 0.72% | - |
| HSV(B) | 54.73º | 0.4% | 0.89% | - |
| XYZ | 62.1 | 69.49 | 33.81 | - |
| YUV | 212.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 137 | 0 | 0.04 | 0.40 | 0.11 | 54.73 | 0.63 | 0.72 |
| Hex | E4 | DC | 89 | 0 | 4 | 28 | B | 37 | 3F | 48 |
| Octal | 344 | 334 | 211 | 0 | 4 | 50 | 13 | 67 | 77 | 110 |
| Binary | 11100100 | 11011100 | 10001001 | 0 | 100 | 101000 | 1011 | 110111 | 111111 | 1001000 |
Color Harmonies of #E4DC89
Complementary color
Monochromatic Colors of #E4DC89
Black with #E4DC89
Text Example
Text Example
White with #E4DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DC89; }
p { color: rgb(228,220,137); }
H1.HeaderClassName
{
color: #E4DC89;
}
.AnyTagClassName
{
color: #E4DC89;
}
</style>
background-color css
<style>
a { background-color: #E4DC89; }
a { background-color: rgb(228,220,137); }
div.DivClassName
{
background-color: #E4DC89;
}
.BgClassName
{
background-color: #E4DC89;
}
</style>
border-color css
<style>
span { border-color: #E4DC89; }
span { border-color: rgb(228,220,137); }
td.TdClassName
{
border-color: #E4DC89;
}
.TagClassName
{
border-color: #E4DC89;
}
</style>