#EDEF65

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

Shades of Honeysuckle #EDEF65

Tints of Honeysuckle #EDEF65

Color information

#EDEF65 (or 0xEDEF65) is unknown color: approx Honeysuckle. HEX triplet: ED, EF and 65. RGB value is (237,239,101). Sum of RGB (Red+Green+Blue) = 237+239+101=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 101 (39.84% from 255 or 17.50% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF65 is #12109A. Grayscale: #DFDFDF. Windows color (decimal): -1183899 or 6680557. OLE color: 6680557.

HSL color Cylindrical-coordinate representation of color #EDEF65: hue angle of 60.87º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDEF65 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB237239101-
CMYK0.0100.580.06
HSL60.87º81.18%66.67%-
HSV(B)60.87º57.74%93.73%-
XYZ68.1480.6824.29-
YUV222.6759.34138.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 101 (39.84% from 255) = 17.50%
R=41.07%
G=41.42%
B=17.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391010.0100.580.0660.8781.1866.67
HexEDEF65103A63d5143
Octal3553571451072675121103
Binary111011011110111111001011011101011011110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEF65; }

 p { color: rgb(237,239,101); }

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

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

 a { background-color: rgb(237,239,101); }

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

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

 span { border-color: rgb(237,239,101); }

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