#EDF366

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

Shades of Honeysuckle #EDF366

Tints of Honeysuckle #EDF366

Color information

#EDF366 (or 0xEDF366) is unknown color: approx Honeysuckle. HEX triplet: ED, F3 and 66. RGB value is (237,243,102). Sum of RGB (Red+Green+Blue) = 237+243+102=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 102 (40.23% from 255 or 17.53% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF366 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF366 is #120C99. Grayscale: #E1E1E1. Windows color (decimal): -1182874 or 6747117. OLE color: 6747117.

HSL color Cylindrical-coordinate representation of color #EDF366: hue angle of 62.55º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDF366 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB237243102-
CMYK0.0200.580.05
HSL62.55º85.45%67.65%-
HSV(B)62.55º58.02%95.29%-
XYZ69.3783.0724.95-
YUV225.1358.51136.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 243 (95.31% from 255) = 41.75%
BLUE value IS 102 (40.23% from 255) = 17.53%
R=40.72%
G=41.75%
B=17.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372431020.0200.580.0562.5585.4567.65
HexEDF366203A53f5544
Octal3553631462072577125104
Binary1110110111110011110011010011101010111111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF366; }

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

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

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

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

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

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

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

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