#EDF190

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

Shades of Jonquil #EDF190

Tints of Jonquil #EDF190

Color information

#EDF190 (or 0xEDF190) is unknown color: approx Jonquil. HEX triplet: ED, F1 and 90. RGB value is (237,241,144). Sum of RGB (Red+Green+Blue) = 237+241+144=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 144 (56.64% from 255 or 23.15% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF190 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF190 is #120E6F. Grayscale: #E5E5E5. Windows color (decimal): -1183344 or 9499117. OLE color: 9499117.

HSL color Cylindrical-coordinate representation of color #EDF190: hue angle of 62.47º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF190 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB237241144-
CMYK0.0200.400.05
HSL62.47º77.6%75.49%-
HSV(B)62.47º40.25%94.51%-
XYZ71.4182.9338.63-
YUV228.7580.17133.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 144 (56.64% from 255) = 23.15%
R=38.10%
G=38.75%
B=23.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411440.0200.400.0562.4777.675.49
HexEDF190202853e4e4b
Octal3553612202050576116113
Binary11101101111100011001000010010100010111111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF190; }

 p { color: rgb(237,241,144); }

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

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

 a { background-color: rgb(237,241,144); }

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

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

 span { border-color: rgb(237,241,144); }

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