#E2E88B

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

Shades of Primrose #E2E88B

Tints of Primrose #E2E88B

Color information

#E2E88B (or 0xE2E88B) is unknown color: approx Primrose. HEX triplet: E2, E8 and 8B. RGB value is (226,232,139). Sum of RGB (Red+Green+Blue) = 226+232+139=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E88B is #1D1774. Grayscale: #DBDBDB. Windows color (decimal): -1906549 or 9169122. OLE color: 9169122.

HSL color Cylindrical-coordinate representation of color #E2E88B: hue angle of 63.87º degrees, saturation: 0.67, 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 #E2E88B is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB226232139-
CMYK0.0300.400.09
HSL63.87º66.91%72.75%-
HSV(B)63.87º40.09%90.98%-
XYZ64.8875.7535.63-
YUV219.682.51132.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.86%
GREEN value IS 232 (91.02% from 255) = 38.86%
BLUE value IS 139 (54.69% from 255) = 23.28%
R=37.86%
G=38.86%
B=23.28%

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
Decimal2262321390.0300.400.0963.8766.9172.75
HexE2E88B30289404349
Octal342350213305011100103111
Binary1110001011101000100010111101010001001100000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E88B; }

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

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

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

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

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

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

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

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