#EDFA99

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

Shades of Jonquil #EDFA99

Tints of Jonquil #EDFA99

Color information

#EDFA99 (or 0xEDFA99) is unknown color: approx Jonquil. HEX triplet: ED, FA and 99. RGB value is (237,250,153). Sum of RGB (Red+Green+Blue) = 237+250+153=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 153 (60.16% from 255 or 23.91% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFA99 is #120566. Grayscale: #EBEBEB. Windows color (decimal): -1181031 or 10091245. OLE color: 10091245.

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

Color convert

RGB237250153-
CMYK0.0500.390.02
HSL68.04º90.65%79.02%-
HSV(B)68.04º38.8%98.04%-
XYZ74.8688.6843.31-
YUV235.0681.69129.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 153 (60.16% from 255) = 23.91%
R=37.03%
G=39.06%
B=23.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501530.0500.390.0268.0490.6579.02
HexEDFA9950272445b4f
Octal35537223150472104133117
Binary111011011111101010011001101010011110100010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA99; }

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

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

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

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

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

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

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

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