#EDF164

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

Shades of Honeysuckle #EDF164

Tints of Honeysuckle #EDF164

Color information

#EDF164 (or 0xEDF164) is unknown color: approx Honeysuckle. HEX triplet: ED, F1 and 64. RGB value is (237,241,100). Sum of RGB (Red+Green+Blue) = 237+241+100=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 100 (39.45% from 255 or 17.30% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF164 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF164 is #120E9B. Grayscale: #E0E0E0. Windows color (decimal): -1183388 or 6615533. OLE color: 6615533.

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

Color convert

RGB237241100-
CMYK0.0200.590.05
HSL61.7º83.43%66.86%-
HSV(B)61.7º58.51%94.51%-
XYZ68.6881.8424.23-
YUV223.7358.17137.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 100 (39.45% from 255) = 17.30%
R=41.00%
G=41.70%
B=17.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411000.0200.590.0561.783.4366.86
HexEDF164203B53e5343
Octal3553611442073576123103
Binary1110110111110001110010010011101110111111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF164; }

 p { color: rgb(237,241,100); }

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

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

 a { background-color: rgb(237,241,100); }

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

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

 span { border-color: rgb(237,241,100); }

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