#E2E095

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

Shades of Primrose #E2E095

Tints of Primrose #E2E095

Color information

#E2E095 (or 0xE2E095) is unknown color: approx Primrose. HEX triplet: E2, E0 and 95. RGB value is (226,224,149). Sum of RGB (Red+Green+Blue) = 226+224+149=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E095 is #1D1F6A. Grayscale: #D8D8D8. Windows color (decimal): -1908587 or 9822434. OLE color: 9822434.

HSL color Cylindrical-coordinate representation of color #E2E095: hue angle of 58.44º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2E095 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB226224149-
CMYK00.010.340.11
HSL58.44º57.04%73.53%-
HSV(B)58.44º34.07%88.63%-
XYZ63.4471.6538.92-
YUV216.0590.16135.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.73%
GREEN value IS 224 (87.89% from 255) = 37.40%
BLUE value IS 149 (58.59% from 255) = 24.87%
R=37.73%
G=37.40%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622414900.010.340.1158.4457.0473.53
HexE2E0950122B3a394a
Octal3423402250142137271112
Binary1110001011100000100101010110001010111110101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E095; }

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

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

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

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

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

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

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

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