#E2E788

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

Shades of Primrose #E2E788

Tints of Primrose #E2E788

Color information

#E2E788 (or 0xE2E788) is unknown color: approx Primrose. HEX triplet: E2, E7 and 88. RGB value is (226,231,136). Sum of RGB (Red+Green+Blue) = 226+231+136=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E788 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E788 is #1D1877. Grayscale: #DBDBDB. Windows color (decimal): -1906808 or 8972258. OLE color: 8972258.

HSL color Cylindrical-coordinate representation of color #E2E788: hue angle of 63.16º degrees, saturation: 0.66, 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 #E2E788 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB226231136-
CMYK0.0200.410.09
HSL63.16º66.43%71.96%-
HSV(B)63.16º41.13%90.59%-
XYZ64.3875.134.39-
YUV218.6881.34133.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 231 (90.62% from 255) = 38.95%
BLUE value IS 136 (53.52% from 255) = 22.93%
R=38.11%
G=38.95%
B=22.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262311360.0200.410.0963.1666.4371.96
HexE2E788202993f4248
Octal34234721020511177102110
Binary111000101110011110001000100101001100111111110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E788; }

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

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

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

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

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

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

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

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