#EDF465

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

Shades of Honeysuckle #EDF465

Tints of Honeysuckle #EDF465

Color information

#EDF465 (or 0xEDF465) is unknown color: approx Honeysuckle. HEX triplet: ED, F4 and 65. RGB value is (237,244,101). Sum of RGB (Red+Green+Blue) = 237+244+101=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 101 (39.84% from 255 or 17.35% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF465 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF465 is #120B9A. Grayscale: #E2E2E2. Windows color (decimal): -1182619 or 6681837. OLE color: 6681837.

HSL color Cylindrical-coordinate representation of color #EDF465: hue angle of 62.94º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF465 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB237244101-
CMYK0.0300.590.04
HSL62.94º86.67%67.65%-
HSV(B)62.94º58.61%95.69%-
XYZ69.6283.6524.79-
YUV225.657.68136.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 244 (95.70% from 255) = 41.92%
BLUE value IS 101 (39.84% from 255) = 17.35%
R=40.72%
G=41.92%
B=17.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441010.0300.590.0462.9486.6767.65
HexEDF465303B43f5744
Octal3553641453073477127104
Binary1110110111110100110010111011101110011111110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF465; }

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

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

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

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

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

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

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

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