#E1DA8C

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

Shades of Primrose #E1DA8C

Tints of Primrose #E1DA8C

Color information

#E1DA8C (or 0xE1DA8C) is unknown color: approx Primrose. HEX triplet: E1, DA and 8C. RGB value is (225,218,140). Sum of RGB (Red+Green+Blue) = 225+218+140=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA8C is #1E2573. Grayscale: #D3D3D3. Windows color (decimal): -1975668 or 9231073. OLE color: 9231073.

HSL color Cylindrical-coordinate representation of color #E1DA8C: hue angle of 55.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1DA8C is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225218140-
CMYK00.030.380.12
HSL55.06º58.62%71.57%-
HSV(B)55.06º37.78%88.24%-
XYZ60.8668.0434.74-
YUV211.287.82137.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 140 (55.08% from 255) = 24.01%
R=38.59%
G=37.39%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521814000.030.380.1255.0658.6271.57
HexE1DA8C0326C373b48
Octal3413322140346146773110
Binary11100001110110101000110001110011011001101111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DA8C; }

 p { color: rgb(225,218,140); }

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

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

 a { background-color: rgb(225,218,140); }

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

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

 span { border-color: rgb(225,218,140); }

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