#EDF19A

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

Shades of Jonquil #EDF19A

Tints of Jonquil #EDF19A

Color information

#EDF19A (or 0xEDF19A) is unknown color: approx Jonquil. HEX triplet: ED, F1 and 9A. RGB value is (237,241,154). Sum of RGB (Red+Green+Blue) = 237+241+154=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 154 (60.55% from 255 or 24.37% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF19A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF19A is #120E65. Grayscale: #E6E6E6. Windows color (decimal): -1183334 or 10154477. OLE color: 10154477.

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

Color convert

RGB237241154-
CMYK0.0200.360.05
HSL62.76º75.65%77.45%-
HSV(B)62.76º36.1%94.51%-
XYZ72.2183.2542.83-
YUV229.8985.17133.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 154 (60.55% from 255) = 24.37%
R=37.5%
G=38.13%
B=24.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411540.0200.360.0562.7675.6577.45
HexEDF19A202453f4c4d
Octal3553612322044577114115
Binary11101101111100011001101010010010010111111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF19A; }

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

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

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

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

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

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

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

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