#EDF26D

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

Shades of Honeysuckle #EDF26D

Tints of Honeysuckle #EDF26D

Color information

#EDF26D (or 0xEDF26D) is unknown color: approx Honeysuckle. HEX triplet: ED, F2 and 6D. RGB value is (237,242,109). Sum of RGB (Red+Green+Blue) = 237+242+109=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 109 (42.97% from 255 or 18.54% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF26D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF26D is #120D92. Grayscale: #E1E1E1. Windows color (decimal): -1183123 or 7205613. OLE color: 7205613.

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

Color convert

RGB237242109-
CMYK0.0200.550.05
HSL62.26º83.65%68.82%-
HSV(B)62.26º54.96%94.9%-
XYZ69.4482.6126.75-
YUV225.3462.34136.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 242 (94.92% from 255) = 41.16%
BLUE value IS 109 (42.97% from 255) = 18.54%
R=40.31%
G=41.16%
B=18.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421090.0200.550.0562.2683.6568.82
HexEDF26D203753e5445
Octal3553621552067576124105
Binary1110110111110010110110110011011110111111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF26D; }

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

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

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

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

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

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

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

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