#E2E196

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

Shades of Primrose #E2E196

Tints of Primrose #E2E196

Color information

#E2E196 (or 0xE2E196) is unknown color: approx Primrose. HEX triplet: E2, E1 and 96. RGB value is (226,225,150). Sum of RGB (Red+Green+Blue) = 226+225+150=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E196 is #1D1E69. Grayscale: #D9D9D9. Windows color (decimal): -1908330 or 9888226. OLE color: 9888226.

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

Color convert

RGB226225150-
CMYK00.000.340.11
HSL59.21º56.72%73.73%-
HSV(B)59.21º33.63%88.63%-
XYZ63.7972.2239.43-
YUV216.7590.33134.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 150 (58.98% from 255) = 24.96%
R=37.60%
G=37.44%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622515000.000.340.1159.2156.7273.73
HexE2E1960022B3b394a
Octal3423412260042137371112
Binary1110001011100001100101100010001010111110111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E196; }

 p { color: rgb(226,225,150); }

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

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

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

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

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

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

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