#EDF29D

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

Shades of Jonquil #EDF29D

Tints of Jonquil #EDF29D

Color information

#EDF29D (or 0xEDF29D) is unknown color: approx Jonquil. HEX triplet: ED, F2 and 9D. RGB value is (237,242,157). Sum of RGB (Red+Green+Blue) = 237+242+157=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 157 (61.72% from 255 or 24.69% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF29D is #120D62. Grayscale: #E7E7E7. Windows color (decimal): -1183075 or 10351341. OLE color: 10351341.

HSL color Cylindrical-coordinate representation of color #EDF29D: hue angle of 63.53º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDF29D is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB237242157-
CMYK0.0200.350.05
HSL63.53º76.58%78.24%-
HSV(B)63.53º35.12%94.9%-
XYZ72.7683.9444.27-
YUV230.8286.34132.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 242 (94.92% from 255) = 38.05%
BLUE value IS 157 (61.72% from 255) = 24.69%
R=37.26%
G=38.05%
B=24.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421570.0200.350.0563.5376.5878.24
HexEDF29D20235404d4e
Octal35536223520435100115116
Binary111011011111001010011101100100011101100000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF29D; }

 p { color: rgb(237,242,157); }

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

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

 a { background-color: rgb(237,242,157); }

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

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

 span { border-color: rgb(237,242,157); }

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