#EDF262

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

Shades of Honeysuckle #EDF262

Tints of Honeysuckle #EDF262

Color information

#EDF262 (or 0xEDF262) is unknown color: approx Honeysuckle. HEX triplet: ED, F2 and 62. RGB value is (237,242,98). Sum of RGB (Red+Green+Blue) = 237+242+98=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 98 (38.67% from 255 or 16.98% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF262 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF262 is #120D9D. Grayscale: #E0E0E0. Windows color (decimal): -1183134 or 6484717. OLE color: 6484717.

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

Color convert

RGB23724298-
CMYK0.0200.600.05
HSL62.08º84.71%66.67%-
HSV(B)62.08º59.5%94.9%-
XYZ68.8882.3923.83-
YUV224.0956.84137.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 242 (94.92% from 255) = 41.94%
BLUE value IS 98 (38.67% from 255) = 16.98%
R=41.07%
G=41.94%
B=16.98%

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
Decimal237242980.0200.600.0562.0884.7166.67
HexEDF262203C53e5543
Octal3553621422074576125103
Binary1110110111110010110001010011110010111111010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF262; }

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

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

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

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

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

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

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

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