#EDF365

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

Shades of Honeysuckle #EDF365

Tints of Honeysuckle #EDF365

Color information

#EDF365 (or 0xEDF365) is unknown color: approx Honeysuckle. HEX triplet: ED, F3 and 65. RGB value is (237,243,101). Sum of RGB (Red+Green+Blue) = 237+243+101=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 101 (39.84% from 255 or 17.38% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF365 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF365 is #120C9A. Grayscale: #E1E1E1. Windows color (decimal): -1182875 or 6681581. OLE color: 6681581.

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

Color convert

RGB237243101-
CMYK0.0200.580.05
HSL62.54º85.54%67.45%-
HSV(B)62.54º58.44%95.29%-
XYZ69.3283.0524.69-
YUV225.0258.01136.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 243 (95.31% from 255) = 41.82%
BLUE value IS 101 (39.84% from 255) = 17.38%
R=40.79%
G=41.82%
B=17.38%

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
Decimal2372431010.0200.580.0562.5485.5467.45
HexEDF365203A53f5643
Octal3553631452072577126103
Binary1110110111110011110010110011101010111111110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF365; }

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

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

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

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

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

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

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

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