#edf45c

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

Shades of Honeysuckle #EDF45C

Tints of Honeysuckle #EDF45C

Color information

#EDF45C (or 0xEDF45C) is unknown color: approx Honeysuckle. HEX triplet: ED, F4 and 5C. RGB value is (237,244,92). Sum of RGB (Red+Green+Blue) = 237+244+92=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 92 (36.33% from 255 or 16.06% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF45C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF45C is #120BA3. Grayscale: #E1E1E1. Windows color (decimal): -1182628 or 6092013. OLE color: 6092013.

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

Color convert

RGB23724492-
CMYK0.0300.620.04
HSL62.76º87.36%65.88%-
HSV(B)62.76º62.3%95.69%-
XYZ69.2183.4822.59-
YUV224.5853.18136.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 244 (95.70% from 255) = 42.58%
BLUE value IS 92 (36.33% from 255) = 16.06%
R=41.36%
G=42.58%
B=16.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237244920.0300.620.0462.7687.3665.88
HexEDF45C303E43f5742
Octal3553641343076477127102
Binary1110110111110100101110011011111010011111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edf45c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edf45c; }

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

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

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

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

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

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

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

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