#EDF857

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

Shades of Honeysuckle #EDF857

Tints of Honeysuckle #EDF857

Color information

#EDF857 (or 0xEDF857) is unknown color: approx Honeysuckle. HEX triplet: ED, F8 and 57. RGB value is (237,248,87). Sum of RGB (Red+Green+Blue) = 237+248+87=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 87 (34.38% from 255 or 15.21% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF857 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF857 is #1207A8. Grayscale: #E2E2E2. Windows color (decimal): -1181609 or 5765357. OLE color: 5765357.

HSL color Cylindrical-coordinate representation of color #EDF857: hue angle of 64.1º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDF857 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB23724887-
CMYK0.0400.650.03
HSL64.1º92%65.69%-
HSV(B)64.1º64.92%97.25%-
XYZ70.2185.8321.88-
YUV226.3649.36135.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 248 (97.27% from 255) = 43.36%
BLUE value IS 87 (34.38% from 255) = 15.21%
R=41.43%
G=43.36%
B=15.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237248870.0400.650.0364.19265.69
HexEDF85740413405c42
Octal355370127401013100134102
Binary111011011111100010101111000100000111100000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF857; }

 p { color: rgb(237,248,87); }

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

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

 a { background-color: rgb(237,248,87); }

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

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

 span { border-color: rgb(237,248,87); }

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