#EDF75C

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

Shades of Honeysuckle #EDF75C

Tints of Honeysuckle #EDF75C

Color information

#EDF75C (or 0xEDF75C) is unknown color: approx Honeysuckle. HEX triplet: ED, F7 and 5C. RGB value is (237,247,92). Sum of RGB (Red+Green+Blue) = 237+247+92=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 92 (36.33% from 255 or 15.97% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF75C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF75C is #1208A3. Grayscale: #E2E2E2. Windows color (decimal): -1181860 or 6092781. OLE color: 6092781.

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

Color convert

RGB23724792-
CMYK0.0400.630.03
HSL63.87º90.64%66.47%-
HSV(B)63.87º62.75%96.86%-
XYZ70.1285.322.89-
YUV226.3452.19135.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 247 (96.88% from 255) = 42.88%
BLUE value IS 92 (36.33% from 255) = 15.97%
R=41.15%
G=42.88%
B=15.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237247920.0400.630.0363.8790.6466.47
HexEDF75C403F3405b42
Octal35536713440773100133102
Binary11101101111101111011100100011111111100000010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF75C; }

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

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

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

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

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

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

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

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