#E2E58E

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

Shades of Primrose #E2E58E

Tints of Primrose #E2E58E

Color information

#E2E58E (or 0xE2E58E) is unknown color: approx Primrose. HEX triplet: E2, E5 and 8E. RGB value is (226,229,142). Sum of RGB (Red+Green+Blue) = 226+229+142=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 142 (55.86% from 255 or 23.79% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E58E is #1D1A71. Grayscale: #DADADA. Windows color (decimal): -1907314 or 9364962. OLE color: 9364962.

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

Color convert

RGB226229142-
CMYK0.0100.380.10
HSL62.07º62.59%72.75%-
HSV(B)62.07º37.99%89.8%-
XYZ64.2774.1636.52-
YUV218.1885.01133.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.86%
GREEN value IS 229 (89.84% from 255) = 38.36%
BLUE value IS 142 (55.86% from 255) = 23.79%
R=37.86%
G=38.36%
B=23.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262291420.0100.380.1062.0762.5972.75
HexE2E58E1026A3e3f49
Octal3423452161046127677111
Binary1110001011100101100011101010011010101111101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E58E; }

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

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

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

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

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

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

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

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