#EDF265

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

Shades of Honeysuckle #EDF265

Tints of Honeysuckle #EDF265

Color information

#EDF265 (or 0xEDF265) is unknown color: approx Honeysuckle. HEX triplet: ED, F2 and 65. RGB value is (237,242,101). Sum of RGB (Red+Green+Blue) = 237+242+101=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 101 (39.84% from 255 or 17.41% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF265 is #120D9A. Grayscale: #E0E0E0. Windows color (decimal): -1183131 or 6681325. OLE color: 6681325.

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

Color convert

RGB237242101-
CMYK0.0200.580.05
HSL62.13º84.43%67.25%-
HSV(B)62.13º58.26%94.9%-
XYZ69.0382.4524.59-
YUV224.4358.34136.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 242 (94.92% from 255) = 41.72%
BLUE value IS 101 (39.84% from 255) = 17.41%
R=40.86%
G=41.72%
B=17.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421010.0200.580.0562.1384.4367.25
HexEDF265203A53e5443
Octal3553621452072576124103
Binary1110110111110010110010110011101010111111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF265; }

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

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

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

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

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

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

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

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