#EDF864

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

Shades of Honeysuckle #EDF864

Tints of Honeysuckle #EDF864

Color information

#EDF864 (or 0xEDF864) is unknown color: approx Honeysuckle. HEX triplet: ED, F8 and 64. RGB value is (237,248,100). Sum of RGB (Red+Green+Blue) = 237+248+100=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 100 (39.45% from 255 or 17.09% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF864 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF864 is #12079B. Grayscale: #E4E4E4. Windows color (decimal): -1181596 or 6617325. OLE color: 6617325.

HSL color Cylindrical-coordinate representation of color #EDF864: hue angle of 64.46º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF864 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB237248100-
CMYK0.0400.600.03
HSL64.46º91.36%68.24%-
HSV(B)64.46º59.68%97.25%-
XYZ70.7986.0624.94-
YUV227.8455.86134.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 248 (97.27% from 255) = 42.39%
BLUE value IS 100 (39.45% from 255) = 17.09%
R=40.51%
G=42.39%
B=17.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481000.0400.600.0364.4691.3668.24
HexEDF864403C3405b44
Octal35537014440743100133104
Binary11101101111110001100100100011110011100000010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF864; }

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

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

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

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

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

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

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

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