#E4DC89

Color #E4DC89 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #E4DC89

Tints of Primrose #E4DC89

Color information

#E4DC89 (or 0xE4DC89) is unknown color: approx 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

RGB228220137-
CMYK00.040.400.11
HSL54.73º62.76%71.57%-
HSV(B)54.73º39.91%89.41%-
XYZ62.169.4933.81-
YUV212.9385.15138.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 38.97%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 137 (53.91% from 255) = 23.42%
R=38.97%
G=37.61%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822013700.040.400.1154.7362.7671.57
HexE4DC890428B373f48
Octal3443342110450136777110
Binary111001001101110010001001010010100010111101111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>