Shades of Primrose #E4DC87
Tints of Primrose #E4DC87
RGB
CMYK
RGB Variations
Color information
#E4DC87 (or 0xE4DC87) is known color: Primrose. HEX triplet: E4, DC and 87. RGB value is (228,220,135). Sum of RGB (Red+Green+Blue) = 228+220+135=583 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.11% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DC87 is #1B2378. Grayscale: #D5D5D5. Windows color (decimal): -1778553 or 8903908. OLE color: 8903908.
HSL color Cylindrical-coordinate representation of color #E4DC87: hue angle of 54.84º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E4DC87 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 135 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.11 |
| HSL | 54.84º | 0.63% | 0.71% | - |
| HSV(B) | 54.84º | 0.41% | 0.89% | - |
| XYZ | 61.96 | 69.43 | 33.06 | - |
| YUV | 212.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 135 | 0 | 0.04 | 0.41 | 0.11 | 54.84 | 0.63 | 0.71 |
| Hex | E4 | DC | 87 | 0 | 4 | 29 | B | 37 | 3F | 47 |
| Octal | 344 | 334 | 207 | 0 | 4 | 51 | 13 | 67 | 77 | 107 |
| Binary | 11100100 | 11011100 | 10000111 | 0 | 100 | 101001 | 1011 | 110111 | 111111 | 1000111 |
Color Harmonies of #E4DC87
Complementary color
Monochromatic Colors of #E4DC87
Black with #E4DC87
Text Example
Text Example
White with #E4DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DC87; }
p { color: rgb(228,220,135); }
H1.HeaderClassName
{
color: #E4DC87;
}
.AnyTagClassName
{
color: #E4DC87;
}
</style>
background-color css
<style>
a { background-color: #E4DC87; }
a { background-color: rgb(228,220,135); }
div.DivClassName
{
background-color: #E4DC87;
}
.BgClassName
{
background-color: #E4DC87;
}
</style>
border-color css
<style>
span { border-color: #E4DC87; }
span { border-color: rgb(228,220,135); }
td.TdClassName
{
border-color: #E4DC87;
}
.TagClassName
{
border-color: #E4DC87;
}
</style>