#E0EF94

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

Shades of Jonquil #E0EF94

Tints of Jonquil #E0EF94

Color information

#E0EF94 (or 0xE0EF94) is unknown color: approx Jonquil. HEX triplet: E0, EF and 94. RGB value is (224,239,148). Sum of RGB (Red+Green+Blue) = 224+239+148=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EF94 is #1F106B. Grayscale: #E0E0E0. Windows color (decimal): -2035820 or 9760736. OLE color: 9760736.

HSL color Cylindrical-coordinate representation of color #E0EF94: hue angle of 69.89º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0EF94 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB224239148-
CMYK0.0600.380.06
HSL69.89º73.98%75.88%-
HSV(B)69.89º38.08%93.73%-
XYZ66.9579.7239.88-
YUV224.1485.03127.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.66%
GREEN value IS 239 (93.75% from 255) = 39.12%
BLUE value IS 148 (58.20% from 255) = 24.22%
R=36.66%
G=39.12%
B=24.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242391480.0600.380.0669.8973.9875.88
HexE0EF9460266464a4c
Octal34035722460466106112114
Binary1110000011101111100101001100100110110100011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EF94; }

 p { color: rgb(224,239,148); }

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

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

 a { background-color: rgb(224,239,148); }

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

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

 span { border-color: rgb(224,239,148); }

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