#E2E096

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

Shades of Primrose #E2E096

Tints of Primrose #E2E096

Color information

#E2E096 (or 0xE2E096) is unknown color: approx Primrose. HEX triplet: E2, E0 and 96. RGB value is (226,224,150). Sum of RGB (Red+Green+Blue) = 226+224+150=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E096 is #1D1F69. Grayscale: #D8D8D8. Windows color (decimal): -1908586 or 9887970. OLE color: 9887970.

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

Color convert

RGB226224150-
CMYK00.010.340.11
HSL58.42º56.72%73.73%-
HSV(B)58.42º33.63%88.63%-
XYZ63.5271.6839.34-
YUV216.1690.66135.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.67%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 150 (58.98% from 255) = 25%
R=37.67%
G=37.33%
B=25%

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
Decimal22622415000.010.340.1158.4256.7273.73
HexE2E0960122B3a394a
Octal3423402260142137271112
Binary1110001011100000100101100110001010111110101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E096; }

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

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

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

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

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

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

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

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