#E2E58C

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

Shades of Primrose #E2E58C

Tints of Primrose #E2E58C

Color information

#E2E58C (or 0xE2E58C) is unknown color: approx Primrose. HEX triplet: E2, E5 and 8C. RGB value is (226,229,140). Sum of RGB (Red+Green+Blue) = 226+229+140=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E58C is #1D1A73. Grayscale: #DADADA. Windows color (decimal): -1907316 or 9233890. OLE color: 9233890.

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

Color convert

RGB226229140-
CMYK0.0100.390.10
HSL62.02º63.12%72.35%-
HSV(B)62.02º38.86%89.8%-
XYZ64.1274.135.73-
YUV217.9684.01133.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 229 (89.84% from 255) = 38.49%
BLUE value IS 140 (55.08% from 255) = 23.53%
R=37.98%
G=38.49%
B=23.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262291400.0100.390.1062.0263.1272.35
HexE2E58C1027A3e3f48
Octal3423452141047127677110
Binary1110001011100101100011001010011110101111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E58C; }

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

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

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

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

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

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

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

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