#EDF160

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

Shades of Honeysuckle #EDF160

Tints of Honeysuckle #EDF160

Color information

#EDF160 (or 0xEDF160) is unknown color: approx Honeysuckle. HEX triplet: ED, F1 and 60. RGB value is (237,241,96). Sum of RGB (Red+Green+Blue) = 237+241+96=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 96 (37.89% from 255 or 16.72% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF160 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF160 is #120E9F. Grayscale: #DFDFDF. Windows color (decimal): -1183392 or 6353389. OLE color: 6353389.

HSL color Cylindrical-coordinate representation of color #EDF160: hue angle of 61.66º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF160 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB23724196-
CMYK0.0200.600.05
HSL61.66º83.82%66.08%-
HSV(B)61.66º60.17%94.51%-
XYZ68.4981.7623.24-
YUV223.2756.17137.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 241 (94.53% from 255) = 41.99%
BLUE value IS 96 (37.89% from 255) = 16.72%
R=41.29%
G=41.99%
B=16.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237241960.0200.600.0561.6683.8266.08
HexEDF160203C53e5442
Octal3553611402074576124102
Binary1110110111110001110000010011110010111111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF160; }

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

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

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

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

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

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

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

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