#EDF594

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

Shades of Jonquil #EDF594

Tints of Jonquil #EDF594

Color information

#EDF594 (or 0xEDF594) is unknown color: approx Jonquil. HEX triplet: ED, F5 and 94. RGB value is (237,245,148). Sum of RGB (Red+Green+Blue) = 237+245+148=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 148 (58.20% from 255 or 23.49% from 630); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF594 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF594 is #120A6B. Grayscale: #E7E7E7. Windows color (decimal): -1182316 or 9762285. OLE color: 9762285.

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

Color convert

RGB237245148-
CMYK0.0300.400.04
HSL64.95º82.91%77.06%-
HSV(B)64.95º39.59%96.08%-
XYZ72.9285.4540.67-
YUV231.5580.85131.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 245 (96.09% from 255) = 38.89%
BLUE value IS 148 (58.20% from 255) = 23.49%
R=37.62%
G=38.89%
B=23.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372451480.0300.400.0464.9582.9177.06
HexEDF5943028441534d
Octal35536522430504101123115
Binary111011011111010110010100110101000100100000110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF594; }

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

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

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

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

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

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

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

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