#EDF093

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

Shades of Jonquil #EDF093

Tints of Jonquil #EDF093

Color information

#EDF093 (or 0xEDF093) is unknown color: approx Jonquil. HEX triplet: ED, F0 and 93. RGB value is (237,240,147). Sum of RGB (Red+Green+Blue) = 237+240+147=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 147 (57.81% from 255 or 23.56% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF093 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF093 is #120F6C. Grayscale: #E4E4E4. Windows color (decimal): -1183597 or 9695469. OLE color: 9695469.

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

Color convert

RGB237240147-
CMYK0.0100.390.06
HSL61.94º75.61%75.88%-
HSV(B)61.94º38.75%94.12%-
XYZ71.3582.4339.75-
YUV228.582.01134.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 240 (94.14% from 255) = 38.46%
BLUE value IS 147 (57.81% from 255) = 23.56%
R=37.98%
G=38.46%
B=23.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401470.0100.390.0661.9475.6175.88
HexEDF093102763e4c4c
Octal3553602231047676114114
Binary1110110111110000100100111010011111011111010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF093; }

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

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

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

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

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

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

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

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