#EDF25C

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

Shades of Honeysuckle #EDF25C

Tints of Honeysuckle #EDF25C

Color information

#EDF25C (or 0xEDF25C) is unknown color: approx Honeysuckle. HEX triplet: ED, F2 and 5C. RGB value is (237,242,92). Sum of RGB (Red+Green+Blue) = 237+242+92=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 92 (36.33% from 255 or 16.11% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF25C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF25C is #120DA3. Grayscale: #E0E0E0. Windows color (decimal): -1183140 or 6091501. OLE color: 6091501.

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

Color convert

RGB23724292-
CMYK0.0200.620.05
HSL62º85.23%65.49%-
HSV(B)62º61.98%94.9%-
XYZ68.6182.2822.39-
YUV223.453.84137.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 242 (94.92% from 255) = 42.38%
BLUE value IS 92 (36.33% from 255) = 16.11%
R=41.51%
G=42.38%
B=16.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237242920.0200.620.056285.2365.49
HexEDF25C203E53e5541
Octal3553621342076576125101
Binary1110110111110010101110010011111010111111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF25C; }

 p { color: rgb(237,242,92); }

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

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

 a { background-color: rgb(237,242,92); }

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

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

 span { border-color: rgb(237,242,92); }

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