#E4DC94

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

Shades of Primrose #E4DC94

Tints of Primrose #E4DC94

Color information

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

RGB228220148-
CMYK00.040.350.11
HSL54º59.7%73.73%-
HSV(B)54º35.09%89.41%-
XYZ62.9369.8238.18-
YUV214.1890.65137.85-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.26%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 148 (58.20% from 255) = 24.83%
R=38.26%
G=36.91%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822014800.040.350.115459.773.73
HexE4DC940423B363c4a
Octal3443342240443136674112
Binary111001001101110010010100010010001110111101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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