#EDF697

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

Shades of Jonquil #EDF697

Tints of Jonquil #EDF697

Color information

#EDF697 (or 0xEDF697) is unknown color: approx Jonquil. HEX triplet: ED, F6 and 97. RGB value is (237,246,151). Sum of RGB (Red+Green+Blue) = 237+246+151=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 151 (59.38% from 255 or 23.82% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF697 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF697 is #120968. Grayscale: #E8E8E8. Windows color (decimal): -1182057 or 9959149. OLE color: 9959149.

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

Color convert

RGB237246151-
CMYK0.0400.390.04
HSL65.68º84.07%77.84%-
HSV(B)65.68º38.62%96.47%-
XYZ73.4786.1542.03-
YUV232.4882.02131.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 246 (96.48% from 255) = 38.80%
BLUE value IS 151 (59.38% from 255) = 23.82%
R=37.38%
G=38.80%
B=23.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461510.0400.390.0465.6884.0777.84
HexEDF6974027442544e
Octal35536622740474102124116
Binary1110110111110110100101111000100111100100001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF697; }

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

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

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

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

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

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

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

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