#EDF69D

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

Shades of Jonquil #EDF69D

Tints of Jonquil #EDF69D

Color information

#EDF69D (or 0xEDF69D) is unknown color: approx Jonquil. HEX triplet: ED, F6 and 9D. RGB value is (237,246,157). Sum of RGB (Red+Green+Blue) = 237+246+157=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 157 (61.72% from 255 or 24.53% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF69D is #120962. Grayscale: #E9E9E9. Windows color (decimal): -1182051 or 10352365. OLE color: 10352365.

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

Color convert

RGB237246157-
CMYK0.0400.360.04
HSL66.07º83.18%79.02%-
HSV(B)66.07º36.18%96.47%-
XYZ73.9786.3544.67-
YUV233.1685.02130.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 246 (96.48% from 255) = 38.44%
BLUE value IS 157 (61.72% from 255) = 24.53%
R=37.03%
G=38.44%
B=24.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461570.0400.360.0466.0783.1879.02
HexEDF69D4024442534f
Octal35536623540444102123117
Binary1110110111110110100111011000100100100100001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF69D; }

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

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

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

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

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

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

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

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