#EDF661

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

Shades of Honeysuckle #EDF661

Tints of Honeysuckle #EDF661

Color information

#EDF661 (or 0xEDF661) is unknown color: approx Honeysuckle. HEX triplet: ED, F6 and 61. RGB value is (237,246,97). Sum of RGB (Red+Green+Blue) = 237+246+97=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 97 (38.28% from 255 or 16.72% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF661 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF661 is #12099E. Grayscale: #E2E2E2. Windows color (decimal): -1182111 or 6420205. OLE color: 6420205.

HSL color Cylindrical-coordinate representation of color #EDF661: hue angle of 63.62º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF661 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB23724697-
CMYK0.0400.610.04
HSL63.62º89.22%67.25%-
HSV(B)63.62º60.57%96.47%-
XYZ70.0484.7823.98-
YUV226.3255.02135.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 246 (96.48% from 255) = 42.41%
BLUE value IS 97 (38.28% from 255) = 16.72%
R=40.86%
G=42.41%
B=16.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237246970.0400.610.0463.6289.2267.25
HexEDF661403D4405943
Octal35536614140754100131103
Binary111011011111011011000011000111101100100000010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF661; }

 p { color: rgb(237,246,97); }

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

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

 a { background-color: rgb(237,246,97); }

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

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

 span { border-color: rgb(237,246,97); }

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