#E1E397

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

Shades of Primrose #E1E397

Tints of Primrose #E1E397

Color information

#E1E397 (or 0xE1E397) is unknown color: approx Primrose. HEX triplet: E1, E3 and 97. RGB value is (225,227,151). Sum of RGB (Red+Green+Blue) = 225+227+151=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E397 is #1E1C68. Grayscale: #DADADA. Windows color (decimal): -1973353 or 9954273. OLE color: 9954273.

HSL color Cylindrical-coordinate representation of color #E1E397: hue angle of 61.58º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1E397 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB225227151-
CMYK0.0100.330.11
HSL61.58º57.58%74.12%-
HSV(B)61.58º33.48%89.02%-
XYZ64.1173.1840.02-
YUV217.7490.34133.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 151 (59.38% from 255) = 25.04%
R=37.31%
G=37.65%
B=25.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252271510.0100.330.1161.5857.5874.12
HexE1E3971021B3e3a4a
Octal3413432271041137672112
Binary1110000111100011100101111010000110111111101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E397; }

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

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

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

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

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

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

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

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