#EDF05F

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

Shades of Honeysuckle #EDF05F

Tints of Honeysuckle #EDF05F

Color information

#EDF05F (or 0xEDF05F) is unknown color: approx Honeysuckle. HEX triplet: ED, F0 and 5F. RGB value is (237,240,95). Sum of RGB (Red+Green+Blue) = 237+240+95=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 95 (37.5% from 255 or 16.61% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF05F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF05F is #120FA0. Grayscale: #DFDFDF. Windows color (decimal): -1183649 or 6287597. OLE color: 6287597.

HSL color Cylindrical-coordinate representation of color #EDF05F: hue angle of 61.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF05F is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB23724095-
CMYK0.0100.600.06
HSL61.24º82.86%65.69%-
HSV(B)61.24º60.42%94.12%-
XYZ68.1581.1522.9-
YUV222.5756.01138.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 240 (94.14% from 255) = 41.96%
BLUE value IS 95 (37.5% from 255) = 16.61%
R=41.43%
G=41.96%
B=16.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal237240950.0100.600.0661.2482.8665.69
HexEDF05F103C63d5342
Octal3553601371074675123102
Binary111011011111000010111111011110011011110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF05F; }

 p { color: rgb(237,240,95); }

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

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

 a { background-color: rgb(237,240,95); }

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

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

 span { border-color: rgb(237,240,95); }

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