#E4E196

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

Shades of Primrose #E4E196

Tints of Primrose #E4E196

Color information

#E4E196 (or 0xE4E196) is unknown color: approx Primrose. HEX triplet: E4, E1 and 96. RGB value is (228,225,150). Sum of RGB (Red+Green+Blue) = 228+225+150=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E196 is #1B1E69. Grayscale: #D9D9D9. Windows color (decimal): -1777258 or 9888228. OLE color: 9888228.

HSL color Cylindrical-coordinate representation of color #E4E196: hue angle of 57.69º degrees, saturation: 0.59, 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 #E4E196 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB228225150-
CMYK00.010.340.11
HSL57.69º59.09%74.12%-
HSV(B)57.69º34.21%89.41%-
XYZ64.4372.5539.46-
YUV217.3589.99135.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.81%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 150 (58.98% from 255) = 24.88%
R=37.81%
G=37.31%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822515000.010.340.1157.6959.0974.12
HexE4E1960122B3a3b4a
Octal3443412260142137273112
Binary1110010011100001100101100110001010111110101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E196; }

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

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

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

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

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

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

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

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