#E1E096

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

Shades of Primrose #E1E096

Tints of Primrose #E1E096

Color information

#E1E096 (or 0xE1E096) is unknown color: approx Primrose. HEX triplet: E1, E0 and 96. RGB value is (225,224,150). Sum of RGB (Red+Green+Blue) = 225+224+150=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E096 is #1E1F69. Grayscale: #D8D8D8. Windows color (decimal): -1974122 or 9887969. OLE color: 9887969.

HSL color Cylindrical-coordinate representation of color #E1E096: hue angle of 59.2º degrees, saturation: 0.56, 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 #E1E096 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225224150-
CMYK00.000.330.12
HSL59.2º55.56%73.53%-
HSV(B)59.2º33.33%88.24%-
XYZ63.2171.5239.33-
YUV215.8690.83134.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 224 (87.89% from 255) = 37.40%
BLUE value IS 150 (58.98% from 255) = 25.04%
R=37.56%
G=37.40%
B=25.04%

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
Decimal22522415000.000.330.1259.255.5673.53
HexE1E0960021C3b384a
Octal3413402260041147370112
Binary1110000111100000100101100010000111001110111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E096; }

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

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

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

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

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

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

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

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