#E1DF94

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

Shades of Primrose #E1DF94

Tints of Primrose #E1DF94

Color information

#E1DF94 (or 0xE1DF94) is unknown color: approx Primrose. HEX triplet: E1, DF and 94. RGB value is (225,223,148). Sum of RGB (Red+Green+Blue) = 225+223+148=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF94 is #1E206B. Grayscale: #D7D7D7. Windows color (decimal): -1974380 or 9756641. OLE color: 9756641.

HSL color Cylindrical-coordinate representation of color #E1DF94: hue angle of 58.44º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1DF94 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225223148-
CMYK00.010.340.12
HSL58.44º56.2%73.14%-
HSV(B)58.44º34.22%88.24%-
XYZ62.7870.9238.4-
YUV215.0590.16135.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 148 (58.20% from 255) = 24.83%
R=37.75%
G=37.42%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522314800.010.340.1258.4456.273.14
HexE1DF940122C3a3849
Octal3413372240142147270111
Binary1110000111011111100101000110001011001110101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DF94; }

 p { color: rgb(225,223,148); }

 H1.HeaderClassName
 {
   color: #E1DF94;
 }
 .AnyTagClassName
 {
   color: #E1DF94;
 }
</style>
background-color css

<style>
 a { background-color: #E1DF94; }

 a { background-color: rgb(225,223,148); }

 div.DivClassName
 {
   background-color: #E1DF94;
 }
 .BgClassName
 {
   background-color: #E1DF94;
 }
</style>
border-color css

<style>
 span { border-color: #E1DF94; }

 span { border-color: rgb(225,223,148); }

 td.TdClassName
 {
   border-color: #E1DF94;
 }
 .TagClassName
 {
   border-color: #E1DF94;
 }
</style>