#EDFB57

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

Shades of Honeysuckle #EDFB57

Tints of Honeysuckle #EDFB57

Color information

#EDFB57 (or 0xEDFB57) is unknown color: approx Honeysuckle. HEX triplet: ED, FB and 57. RGB value is (237,251,87). Sum of RGB (Red+Green+Blue) = 237+251+87=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 87 (34.38% from 255 or 15.13% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB57 is #1204A8. Grayscale: #E4E4E4. Windows color (decimal): -1180841 or 5766125. OLE color: 5766125.

HSL color Cylindrical-coordinate representation of color #EDFB57: hue angle of 65.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDFB57 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB23725187-
CMYK0.0600.650.02
HSL65.12º95.35%66.27%-
HSV(B)65.12º65.34%98.43%-
XYZ71.1487.6922.19-
YUV228.1248.36134.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 87 (34.38% from 255) = 15.13%
R=41.22%
G=43.65%
B=15.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237251870.0600.650.0265.1295.3566.27
HexEDFB5760412415f42
Octal355373127601012101137102
Binary111011011111101110101111100100000110100000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFB57; }

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

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

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

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

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

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

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

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