#EDFA9B

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

Shades of Jonquil #EDFA9B

Tints of Jonquil #EDFA9B

Color information

#EDFA9B (or 0xEDFA9B) is unknown color: approx Jonquil. HEX triplet: ED, FA and 9B. RGB value is (237,250,155). Sum of RGB (Red+Green+Blue) = 237+250+155=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 155 (60.94% from 255 or 24.14% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFA9B is #120564. Grayscale: #EBEBEB. Windows color (decimal): -1181029 or 10222317. OLE color: 10222317.

HSL color Cylindrical-coordinate representation of color #EDFA9B: hue angle of 68.21º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDFA9B is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB237250155-
CMYK0.0500.380.02
HSL68.21º90.48%79.41%-
HSV(B)68.21º38%98.04%-
XYZ75.0388.7444.18-
YUV235.2882.69129.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 155 (60.94% from 255) = 24.14%
R=36.92%
G=38.94%
B=24.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501550.0500.380.0268.2190.4879.41
HexEDFA9B50262445a4f
Octal35537223350462104132117
Binary111011011111101010011011101010011010100010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA9B; }

 p { color: rgb(237,250,155); }

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

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

 a { background-color: rgb(237,250,155); }

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

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

 span { border-color: rgb(237,250,155); }

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