#EDF89A

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

Shades of Jonquil #EDF89A

Tints of Jonquil #EDF89A

Color information

#EDF89A (or 0xEDF89A) is unknown color: approx Jonquil. HEX triplet: ED, F8 and 9A. RGB value is (237,248,154). Sum of RGB (Red+Green+Blue) = 237+248+154=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 154 (60.55% from 255 or 24.10% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF89A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF89A is #120765. Grayscale: #EAEAEA. Windows color (decimal): -1181542 or 10156269. OLE color: 10156269.

HSL color Cylindrical-coordinate representation of color #EDF89A: hue angle of 67.02º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDF89A is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB237248154-
CMYK0.0400.380.03
HSL67.02º87.04%78.82%-
HSV(B)67.02º37.9%97.25%-
XYZ74.3387.4743.54-
YUV23482.86130.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 248 (97.27% from 255) = 38.81%
BLUE value IS 154 (60.55% from 255) = 24.10%
R=37.09%
G=38.81%
B=24.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481540.0400.380.0367.0287.0478.82
HexEDF89A4026343574f
Octal35537023240463103127117
Binary111011011111100010011010100010011011100001110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF89A; }

 p { color: rgb(237,248,154); }

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

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

 a { background-color: rgb(237,248,154); }

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

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

 span { border-color: rgb(237,248,154); }

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