#E1E091

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

Shades of Primrose #E1E091

Tints of Primrose #E1E091

Color information

#E1E091 (or 0xE1E091) is unknown color: approx Primrose. HEX triplet: E1, E0 and 91. RGB value is (225,224,145). Sum of RGB (Red+Green+Blue) = 225+224+145=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E091 is #1E1F6E. Grayscale: #D7D7D7. Windows color (decimal): -1974127 or 9560289. OLE color: 9560289.

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

Color convert

RGB225224145-
CMYK00.000.360.12
HSL59.25º57.14%72.55%-
HSV(B)59.25º35.56%88.24%-
XYZ62.8271.3637.25-
YUV215.2988.33134.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 224 (87.89% from 255) = 37.71%
BLUE value IS 145 (57.03% from 255) = 24.41%
R=37.88%
G=37.71%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522414500.000.360.1259.2557.1472.55
HexE1E0910024C3b3949
Octal3413402210044147371111
Binary1110000111100000100100010010010011001110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E091; }

 p { color: rgb(225,224,145); }

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

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

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

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

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

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

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