#EDF194

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

Shades of Jonquil #EDF194

Tints of Jonquil #EDF194

Color information

#EDF194 (or 0xEDF194) is unknown color: approx Jonquil. HEX triplet: ED, F1 and 94. RGB value is (237,241,148). Sum of RGB (Red+Green+Blue) = 237+241+148=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 148 (58.20% from 255 or 23.64% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF194 is #120E6B. Grayscale: #E5E5E5. Windows color (decimal): -1183340 or 9761261. OLE color: 9761261.

HSL color Cylindrical-coordinate representation of color #EDF194: hue angle of 62.58º degrees, saturation: 0.77, 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 #EDF194 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB237241148-
CMYK0.0200.390.05
HSL62.58º76.86%76.27%-
HSV(B)62.58º38.59%94.51%-
XYZ71.7383.0540.27-
YUV229.282.17133.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 148 (58.20% from 255) = 23.64%
R=37.86%
G=38.50%
B=23.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411480.0200.390.0562.5876.8676.27
HexEDF194202753f4d4c
Octal3553612242047577115114
Binary11101101111100011001010010010011110111111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF194; }

 p { color: rgb(237,241,148); }

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

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

 a { background-color: rgb(237,241,148); }

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

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

 span { border-color: rgb(237,241,148); }

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