#EDF46F

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

Shades of Honeysuckle #EDF46F

Tints of Honeysuckle #EDF46F

Color information

#EDF46F (or 0xEDF46F) is unknown color: approx Honeysuckle. HEX triplet: ED, F4 and 6F. RGB value is (237,244,111). Sum of RGB (Red+Green+Blue) = 237+244+111=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 111 (43.75% from 255 or 18.75% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF46F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF46F is #120B90. Grayscale: #E3E3E3. Windows color (decimal): -1182609 or 7337197. OLE color: 7337197.

HSL color Cylindrical-coordinate representation of color #EDF46F: hue angle of 63.16º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDF46F is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB237244111-
CMYK0.0300.550.04
HSL63.16º85.81%69.61%-
HSV(B)63.16º54.51%95.69%-
XYZ70.1483.8527.53-
YUV226.7462.68135.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 244 (95.70% from 255) = 41.22%
BLUE value IS 111 (43.75% from 255) = 18.75%
R=40.03%
G=41.22%
B=18.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441110.0300.550.0463.1685.8169.61
HexEDF46F303743f5646
Octal3553641573067477126106
Binary1110110111110100110111111011011110011111110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF46F; }

 p { color: rgb(237,244,111); }

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

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

 a { background-color: rgb(237,244,111); }

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

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

 span { border-color: rgb(237,244,111); }

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