#E2E98C

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

Shades of Primrose #E2E98C

Tints of Primrose #E2E98C

Color information

#E2E98C (or 0xE2E98C) is unknown color: approx Primrose. HEX triplet: E2, E9 and 8C. RGB value is (226,233,140). Sum of RGB (Red+Green+Blue) = 226+233+140=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E98C is #1D1673. Grayscale: #DCDCDC. Windows color (decimal): -1906292 or 9234914. OLE color: 9234914.

HSL color Cylindrical-coordinate representation of color #E2E98C: hue angle of 64.52º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2E98C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB226233140-
CMYK0.0300.400.09
HSL64.52º67.88%73.14%-
HSV(B)64.52º39.91%91.37%-
XYZ65.2476.3436.11-
YUV220.382.68132.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.73%
GREEN value IS 233 (91.41% from 255) = 38.90%
BLUE value IS 140 (55.08% from 255) = 23.37%
R=37.73%
G=38.90%
B=23.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262331400.0300.400.0964.5267.8873.14
HexE2E98C30289414449
Octal342351214305011101104111
Binary1110001011101001100011001101010001001100000110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E98C; }

 p { color: rgb(226,233,140); }

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

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

 a { background-color: rgb(226,233,140); }

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

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

 span { border-color: rgb(226,233,140); }

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