#EDF09A

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

Shades of Jonquil #EDF09A

Tints of Jonquil #EDF09A

Color information

#EDF09A (or 0xEDF09A) is unknown color: approx Jonquil. HEX triplet: ED, F0 and 9A. RGB value is (237,240,154). Sum of RGB (Red+Green+Blue) = 237+240+154=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF09A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF09A is #120F65. Grayscale: #E5E5E5. Windows color (decimal): -1183590 or 10154221. OLE color: 10154221.

HSL color Cylindrical-coordinate representation of color #EDF09A: hue angle of 62.09º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDF09A is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB237240154-
CMYK0.0100.360.06
HSL62.09º74.14%77.25%-
HSV(B)62.09º35.83%94.12%-
XYZ71.9282.6642.74-
YUV229.385.51133.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 240 (94.14% from 255) = 38.03%
BLUE value IS 154 (60.55% from 255) = 24.41%
R=37.56%
G=38.03%
B=24.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401540.0100.360.0662.0974.1477.25
HexEDF09A102463e4a4d
Octal3553602321044676112115
Binary1110110111110000100110101010010011011111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF09A; }

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

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

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

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

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

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

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

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