#EDF75F

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

Shades of Honeysuckle #EDF75F

Tints of Honeysuckle #EDF75F

Color information

#EDF75F (or 0xEDF75F) is unknown color: approx Honeysuckle. HEX triplet: ED, F7 and 5F. RGB value is (237,247,95). Sum of RGB (Red+Green+Blue) = 237+247+95=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 95 (37.5% from 255 or 16.41% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF75F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF75F is #1208A0. Grayscale: #E3E3E3. Windows color (decimal): -1181857 or 6289389. OLE color: 6289389.

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

Color convert

RGB23724795-
CMYK0.0400.620.03
HSL63.95º90.48%67.06%-
HSV(B)63.95º61.54%96.86%-
XYZ70.2585.3523.6-
YUV226.6853.69135.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 247 (96.88% from 255) = 42.66%
BLUE value IS 95 (37.5% from 255) = 16.41%
R=40.93%
G=42.66%
B=16.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237247950.0400.620.0363.9590.4867.06
HexEDF75F403E3405a43
Octal35536713740763100132103
Binary11101101111101111011111100011111011100000010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF75F; }

 p { color: rgb(237,247,95); }

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

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

 a { background-color: rgb(237,247,95); }

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

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

 span { border-color: rgb(237,247,95); }

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