#EDF56C

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

Shades of Honeysuckle #EDF56C

Tints of Honeysuckle #EDF56C

Color information

#EDF56C (or 0xEDF56C) is unknown color: approx Honeysuckle. HEX triplet: ED, F5 and 6C. RGB value is (237,245,108). Sum of RGB (Red+Green+Blue) = 237+245+108=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 108 (42.58% from 255 or 18.31% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF56C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF56C is #120A93. Grayscale: #E3E3E3. Windows color (decimal): -1182356 or 7140845. OLE color: 7140845.

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

Color convert

RGB237245108-
CMYK0.0300.560.04
HSL63.5º87.26%69.22%-
HSV(B)63.5º55.92%96.08%-
XYZ70.2884.3926.77-
YUV226.9960.85135.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 245 (96.09% from 255) = 41.53%
BLUE value IS 108 (42.58% from 255) = 18.31%
R=40.17%
G=41.53%
B=18.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372451080.0300.560.0463.587.2669.22
HexEDF56C30384405745
Octal35536515430704100127105
Binary11101101111101011101100110111000100100000010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF56C; }

 p { color: rgb(237,245,108); }

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

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

 a { background-color: rgb(237,245,108); }

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

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

 span { border-color: rgb(237,245,108); }

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