#EDF69A

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

Shades of Jonquil #EDF69A

Tints of Jonquil #EDF69A

Color information

#EDF69A (or 0xEDF69A) is unknown color: approx Jonquil. HEX triplet: ED, F6 and 9A. RGB value is (237,246,154). Sum of RGB (Red+Green+Blue) = 237+246+154=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 154 (60.55% from 255 or 24.18% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF69A is #120965. Grayscale: #E9E9E9. Windows color (decimal): -1182054 or 10155757. OLE color: 10155757.

HSL color Cylindrical-coordinate representation of color #EDF69A: hue angle of 65.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDF69A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB237246154-
CMYK0.0400.370.04
HSL65.87º83.64%78.43%-
HSV(B)65.87º37.4%96.47%-
XYZ73.7186.2543.33-
YUV232.8283.52130.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 246 (96.48% from 255) = 38.62%
BLUE value IS 154 (60.55% from 255) = 24.18%
R=37.21%
G=38.62%
B=24.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461540.0400.370.0465.8783.6478.43
HexEDF69A4025442544e
Octal35536623240454102124116
Binary1110110111110110100110101000100101100100001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF69A; }

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

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

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

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

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

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

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

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