#E2E595

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

Shades of Primrose #E2E595

Tints of Primrose #E2E595

Color information

#E2E595 (or 0xE2E595) is unknown color: approx Primrose. HEX triplet: E2, E5 and 95. RGB value is (226,229,149). Sum of RGB (Red+Green+Blue) = 226+229+149=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E595 is #1D1A6A. Grayscale: #DBDBDB. Windows color (decimal): -1907307 or 9823714. OLE color: 9823714.

HSL color Cylindrical-coordinate representation of color #E2E595: hue angle of 62.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2E595 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB226229149-
CMYK0.0100.350.10
HSL62.25º60.61%74.12%-
HSV(B)62.25º34.93%89.8%-
XYZ64.8174.3839.37-
YUV218.9888.51133-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.42%
GREEN value IS 229 (89.84% from 255) = 37.91%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=37.42%
G=37.91%
B=24.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262291490.0100.350.1062.2560.6174.12
HexE2E5951023A3e3d4a
Octal3423452251043127675112
Binary1110001011100101100101011010001110101111101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E595; }

 p { color: rgb(226,229,149); }

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

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

 a { background-color: rgb(226,229,149); }

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

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

 span { border-color: rgb(226,229,149); }

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