#EDF098

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

Shades of Jonquil #EDF098

Tints of Jonquil #EDF098

Color information

#EDF098 (or 0xEDF098) is unknown color: approx Jonquil. HEX triplet: ED, F0 and 98. RGB value is (237,240,152). Sum of RGB (Red+Green+Blue) = 237+240+152=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 152 (59.77% from 255 or 24.17% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF098 is #120F67. Grayscale: #E5E5E5. Windows color (decimal): -1183592 or 10023149. OLE color: 10023149.

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

Color convert

RGB237240152-
CMYK0.0100.370.06
HSL62.05º74.58%76.86%-
HSV(B)62.05º36.67%94.12%-
XYZ71.7582.5941.87-
YUV229.0784.51133.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 152 (59.77% from 255) = 24.17%
R=37.68%
G=38.16%
B=24.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401520.0100.370.0662.0574.5876.86
HexEDF098102563e4b4d
Octal3553602301045676113115
Binary1110110111110000100110001010010111011111010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF098; }

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

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

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

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

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

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

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

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