#EDF59A

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

Shades of Jonquil #EDF59A

Tints of Jonquil #EDF59A

Color information

#EDF59A (or 0xEDF59A) is unknown color: approx Jonquil. HEX triplet: ED, F5 and 9A. RGB value is (237,245,154). Sum of RGB (Red+Green+Blue) = 237+245+154=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 154 (60.55% from 255 or 24.21% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF59A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF59A is #120A65. Grayscale: #E8E8E8. Windows color (decimal): -1182310 or 10155501. OLE color: 10155501.

HSL color Cylindrical-coordinate representation of color #EDF59A: hue angle of 65.27º degrees, saturation: 0.82, 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 #EDF59A is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB237245154-
CMYK0.0300.370.04
HSL65.27º81.98%78.24%-
HSV(B)65.27º37.14%96.08%-
XYZ73.4185.6443.23-
YUV232.2383.85131.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 245 (96.09% from 255) = 38.52%
BLUE value IS 154 (60.55% from 255) = 24.21%
R=37.26%
G=38.52%
B=24.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372451540.0300.370.0465.2781.9878.24
HexEDF59A3025441524e
Octal35536523230454101122116
Binary111011011111010110011010110100101100100000110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF59A; }

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

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

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

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

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

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

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

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