#EDF998

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

Shades of Jonquil #EDF998

Tints of Jonquil #EDF998

Color information

#EDF998 (or 0xEDF998) is unknown color: approx Jonquil. HEX triplet: ED, F9 and 98. RGB value is (237,249,152). Sum of RGB (Red+Green+Blue) = 237+249+152=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 152 (59.77% from 255 or 23.82% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF998 is #120667. Grayscale: #EAEAEA. Windows color (decimal): -1181288 or 10025453. OLE color: 10025453.

HSL color Cylindrical-coordinate representation of color #EDF998: hue angle of 67.42º degrees, saturation: 0.89, 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 #EDF998 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB237249152-
CMYK0.0500.390.02
HSL67.42º88.99%78.63%-
HSV(B)67.42º38.96%97.65%-
XYZ74.4788.0242.77-
YUV234.3581.52129.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 249 (97.66% from 255) = 39.03%
BLUE value IS 152 (59.77% from 255) = 23.82%
R=37.15%
G=39.03%
B=23.82%

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
Decimal2372491520.0500.390.0267.4288.9978.63
HexEDF9985027243594f
Octal35537123050472103131117
Binary111011011111100110011000101010011110100001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF998; }

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

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

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

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

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

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

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

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