#E2E392

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

Shades of Primrose #E2E392

Tints of Primrose #E2E392

Color information

#E2E392 (or 0xE2E392) is unknown color: approx Primrose. HEX triplet: E2, E3 and 92. RGB value is (226,227,146). Sum of RGB (Red+Green+Blue) = 226+227+146=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E392 is #1D1C6D. Grayscale: #D9D9D9. Windows color (decimal): -1907822 or 9626594. OLE color: 9626594.

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

Color convert

RGB226227146-
CMYK0.0000.360.11
HSL60.74º59.12%73.14%-
HSV(B)60.74º35.68%89.02%-
XYZ64.0273.1837.95-
YUV217.4787.67134.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.73%
GREEN value IS 227 (89.06% from 255) = 37.90%
BLUE value IS 146 (57.42% from 255) = 24.37%
R=37.73%
G=37.90%
B=24.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262271460.0000.360.1160.7459.1273.14
HexE2E3920024B3d3b49
Octal3423432220044137573111
Binary1110001011100011100100100010010010111111011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E392; }

 p { color: rgb(226,227,146); }

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

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

 a { background-color: rgb(226,227,146); }

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

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

 span { border-color: rgb(226,227,146); }

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