#E1E097

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

Shades of Primrose #E1E097

Tints of Primrose #E1E097

Color information

#E1E097 (or 0xE1E097) is unknown color: approx Primrose. HEX triplet: E1, E0 and 97. RGB value is (225,224,151). Sum of RGB (Red+Green+Blue) = 225+224+151=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E097 is #1E1F68. Grayscale: #D8D8D8. Windows color (decimal): -1974121 or 9953505. OLE color: 9953505.

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

Color convert

RGB225224151-
CMYK00.000.330.12
HSL59.19º55.22%73.73%-
HSV(B)59.19º32.89%88.24%-
XYZ63.2971.5539.75-
YUV215.9891.33134.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 151 (59.38% from 255) = 25.17%
R=37.5%
G=37.33%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522415100.000.330.1259.1955.2273.73
HexE1E0970021C3b374a
Octal3413402270041147367112
Binary1110000111100000100101110010000111001110111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E097; }

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

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

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

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

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

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

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

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