#EDF29C

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

Shades of Jonquil #EDF29C

Tints of Jonquil #EDF29C

Color information

#EDF29C (or 0xEDF29C) is unknown color: approx Jonquil. HEX triplet: ED, F2 and 9C. RGB value is (237,242,156). Sum of RGB (Red+Green+Blue) = 237+242+156=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 156 (61.33% from 255 or 24.57% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF29C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF29C is #120D63. Grayscale: #E7E7E7. Windows color (decimal): -1183076 or 10285805. OLE color: 10285805.

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

Color convert

RGB237242156-
CMYK0.0200.360.05
HSL63.49º76.79%78.04%-
HSV(B)63.49º35.54%94.9%-
XYZ72.6883.9143.82-
YUV230.785.84132.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 242 (94.92% from 255) = 38.11%
BLUE value IS 156 (61.33% from 255) = 24.57%
R=37.32%
G=38.11%
B=24.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421560.0200.360.0563.4976.7978.04
HexEDF29C202453f4d4e
Octal3553622342044577115116
Binary11101101111100101001110010010010010111111110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF29C; }

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

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

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

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

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

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

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

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