#E2E19C

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

Shades of Primrose #E2E19C

Tints of Primrose #E2E19C

Color information

#E2E19C (or 0xE2E19C) is unknown color: approx Primrose. HEX triplet: E2, E1 and 9C. RGB value is (226,225,156). Sum of RGB (Red+Green+Blue) = 226+225+156=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E19C is #1D1E63. Grayscale: #D9D9D9. Windows color (decimal): -1908324 or 10281442. OLE color: 10281442.

HSL color Cylindrical-coordinate representation of color #E2E19C: hue angle of 59.14º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2E19C is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226225156-
CMYK00.000.310.11
HSL59.14º54.69%74.9%-
HSV(B)59.14º30.97%88.63%-
XYZ64.2972.4242.04-
YUV217.4393.33134.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 156 (61.33% from 255) = 25.70%
R=37.23%
G=37.07%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622515600.000.310.1159.1454.6974.9
HexE2E19C001FB3b374b
Octal3423412340037137367113
Binary111000101110000110011100001111110111110111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E19C; }

 p { color: rgb(226,225,156); }

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

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

 a { background-color: rgb(226,225,156); }

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

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

 span { border-color: rgb(226,225,156); }

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