Shades of Primrose #E4DC94
Tints of Primrose #E4DC94
RGB
CMYK
RGB Variations
Color information
#E4DC94 (or 0xE4DC94) is known color: Primrose. HEX triplet: E4, DC and 94. RGB value is (228,220,148). Sum of RGB (Red+Green+Blue) = 228+220+148=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DC94 is #1B236B. Grayscale: #D6D6D6. Windows color (decimal): -1778540 or 9755876. OLE color: 9755876.
HSL color Cylindrical-coordinate representation of color #E4DC94: hue angle of 54º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E4DC94 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 148 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.11 |
| HSL | 54º | 0.6% | 0.74% | - |
| HSV(B) | 54º | 0.35% | 0.89% | - |
| XYZ | 62.93 | 69.82 | 38.18 | - |
| YUV | 214.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 148 | 0 | 0.04 | 0.35 | 0.11 | 54 | 0.6 | 0.74 |
| Hex | E4 | DC | 94 | 0 | 4 | 23 | B | 36 | 3C | 4A |
| Octal | 344 | 334 | 224 | 0 | 4 | 43 | 13 | 66 | 74 | 112 |
| Binary | 11100100 | 11011100 | 10010100 | 0 | 100 | 100011 | 1011 | 110110 | 111100 | 1001010 |
Color Harmonies of #E4DC94
Complementary color
Monochromatic Colors of #E4DC94
Black with #E4DC94
Text Example
Text Example
White with #E4DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DC94; }
p { color: rgb(228,220,148); }
H1.HeaderClassName
{
color: #E4DC94;
}
.AnyTagClassName
{
color: #E4DC94;
}
</style>
background-color css
<style>
a { background-color: #E4DC94; }
a { background-color: rgb(228,220,148); }
div.DivClassName
{
background-color: #E4DC94;
}
.BgClassName
{
background-color: #E4DC94;
}
</style>
border-color css
<style>
span { border-color: #E4DC94; }
span { border-color: rgb(228,220,148); }
td.TdClassName
{
border-color: #E4DC94;
}
.TagClassName
{
border-color: #E4DC94;
}
</style>