#EDEF66

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

Shades of Honeysuckle #EDEF66

Tints of Honeysuckle #EDEF66

Color information

#EDEF66 (or 0xEDEF66) is unknown color: approx Honeysuckle. HEX triplet: ED, EF and 66. RGB value is (237,239,102). Sum of RGB (Red+Green+Blue) = 237+239+102=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 102 (40.23% from 255 or 17.65% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF66 is #121099. Grayscale: #DFDFDF. Windows color (decimal): -1183898 or 6746093. OLE color: 6746093.

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

Color convert

RGB237239102-
CMYK0.0100.570.06
HSL60.88º81.07%66.86%-
HSV(B)60.88º57.32%93.73%-
XYZ68.1980.724.55-
YUV222.7859.84138.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 102 (40.23% from 255) = 17.65%
R=41.00%
G=41.35%
B=17.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391020.0100.570.0660.8881.0766.86
HexEDEF66103963d5143
Octal3553571461071675121103
Binary111011011110111111001101011100111011110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEF66; }

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

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

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

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

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

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

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

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