#EDF492

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

Shades of Jonquil #EDF492

Tints of Jonquil #EDF492

Color information

#EDF492 (or 0xEDF492) is unknown color: approx Jonquil. HEX triplet: ED, F4 and 92. RGB value is (237,244,146). Sum of RGB (Red+Green+Blue) = 237+244+146=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 146 (57.42% from 255 or 23.29% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF492 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF492 is #120B6D. Grayscale: #E7E7E7. Windows color (decimal): -1182574 or 9630957. OLE color: 9630957.

HSL color Cylindrical-coordinate representation of color #EDF492: hue angle of 64.29º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF492 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB237244146-
CMYK0.0300.400.04
HSL64.29º81.67%76.47%-
HSV(B)64.29º40.16%95.69%-
XYZ72.4684.7839.74-
YUV230.7480.18132.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 244 (95.70% from 255) = 38.92%
BLUE value IS 146 (57.42% from 255) = 23.29%
R=37.80%
G=38.92%
B=23.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441460.0300.400.0464.2981.6776.47
HexEDF4923028440524c
Octal35536422230504100122114
Binary111011011111010010010010110101000100100000010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF492; }

 p { color: rgb(237,244,146); }

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

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

 a { background-color: rgb(237,244,146); }

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

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

 span { border-color: rgb(237,244,146); }

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