#E1E188

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

Shades of Primrose #E1E188

Tints of Primrose #E1E188

Color information

#E1E188 (or 0xE1E188) is unknown color: approx Primrose. HEX triplet: E1, E1 and 88. RGB value is (225,225,136). Sum of RGB (Red+Green+Blue) = 225+225+136=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E188 is #1E1E77. Grayscale: #D7D7D7. Windows color (decimal): -1973880 or 8970721. OLE color: 8970721.

HSL color Cylindrical-coordinate representation of color #E1E188: hue angle of 60º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1E188 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225225136-
CMYK000.400.12
HSL60º59.73%70.78%-
HSV(B)60º39.56%88.24%-
XYZ62.4271.6433.83-
YUV214.8583.5135.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 136 (53.52% from 255) = 23.21%
R=38.40%
G=38.40%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225225136000.400.126059.7370.78
HexE1E1880028C3c3c47
Octal3413412100050147474107
Binary1110000111100001100010000010100011001111001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E188; }

 p { color: rgb(225,225,136); }

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

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

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

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

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

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

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