#E1E88C

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

Shades of Primrose #E1E88C

Tints of Primrose #E1E88C

Color information

#E1E88C (or 0xE1E88C) is unknown color: approx Primrose. HEX triplet: E1, E8 and 8C. RGB value is (225,232,140). Sum of RGB (Red+Green+Blue) = 225+232+140=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #E1E88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E88C is #1E1773. Grayscale: #DBDBDB. Windows color (decimal): -1972084 or 9234657. OLE color: 9234657.

HSL color Cylindrical-coordinate representation of color #E1E88C: hue angle of 64.57º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1E88C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB225232140-
CMYK0.0300.400.09
HSL64.57º66.67%72.94%-
HSV(B)64.57º39.66%90.98%-
XYZ64.6475.6136-
YUV219.4283.18131.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 232 (91.02% from 255) = 38.86%
BLUE value IS 140 (55.08% from 255) = 23.45%
R=37.69%
G=38.86%
B=23.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252321400.0300.400.0964.5766.6772.94
HexE1E88C30289414349
Octal341350214305011101103111
Binary1110000111101000100011001101010001001100000110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E88C; }

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

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

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

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

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

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

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

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