#E2E888

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

Shades of Primrose #E2E888

Tints of Primrose #E2E888

Color information

#E2E888 (or 0xE2E888) is unknown color: approx Primrose. HEX triplet: E2, E8 and 88. RGB value is (226,232,136). Sum of RGB (Red+Green+Blue) = 226+232+136=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 136 (53.52% from 255 or 22.90% from 594); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E888 is #1D1777. Grayscale: #DBDBDB. Windows color (decimal): -1906552 or 8972514. OLE color: 8972514.

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

Color convert

RGB226232136-
CMYK0.0300.410.09
HSL63.75º67.61%72.16%-
HSV(B)63.75º41.38%90.98%-
XYZ64.6675.6634.49-
YUV219.2681.01132.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.05%
GREEN value IS 232 (91.02% from 255) = 39.06%
BLUE value IS 136 (53.52% from 255) = 22.90%
R=38.05%
G=39.06%
B=22.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262321360.0300.410.0963.7567.6172.16
HexE2E88830299404448
Octal342350210305111100104110
Binary1110001011101000100010001101010011001100000010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E888; }

 p { color: rgb(226,232,136); }

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

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

 a { background-color: rgb(226,232,136); }

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

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

 span { border-color: rgb(226,232,136); }

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