#E2F294

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

Shades of Jonquil #E2F294

Tints of Jonquil #E2F294

Color information

#E2F294 (or 0xE2F294) is unknown color: approx Jonquil. HEX triplet: E2, F2 and 94. RGB value is (226,242,148). Sum of RGB (Red+Green+Blue) = 226+242+148=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F294 is #1D0D6B. Grayscale: #E2E2E2. Windows color (decimal): -1903980 or 9761506. OLE color: 9761506.

HSL color Cylindrical-coordinate representation of color #E2F294: hue angle of 70.21º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2F294 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB226242148-
CMYK0.0700.390.05
HSL70.21º78.33%76.47%-
HSV(B)70.21º38.84%94.9%-
XYZ68.4681.8140.2-
YUV226.583.7127.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.69%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 148 (58.20% from 255) = 24.03%
R=36.69%
G=39.29%
B=24.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262421480.0700.390.0570.2178.3376.47
HexE2F29470275464e4c
Octal34236222470475106116114
Binary1110001011110010100101001110100111101100011010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F294; }

 p { color: rgb(226,242,148); }

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

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

 a { background-color: rgb(226,242,148); }

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

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

 span { border-color: rgb(226,242,148); }

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