#EDF36A

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

Shades of Honeysuckle #EDF36A

Tints of Honeysuckle #EDF36A

Color information

#EDF36A (or 0xEDF36A) is unknown color: approx Honeysuckle. HEX triplet: ED, F3 and 6A. RGB value is (237,243,106). Sum of RGB (Red+Green+Blue) = 237+243+106=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 106 (41.80% from 255 or 18.09% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF36A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF36A is #120C95. Grayscale: #E2E2E2. Windows color (decimal): -1182870 or 7009261. OLE color: 7009261.

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

Color convert

RGB237243106-
CMYK0.0200.560.05
HSL62.63º85.09%68.43%-
HSV(B)62.63º56.38%95.29%-
XYZ69.5883.1526.02-
YUV225.5960.51136.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 243 (95.31% from 255) = 41.47%
BLUE value IS 106 (41.80% from 255) = 18.09%
R=40.44%
G=41.47%
B=18.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372431060.0200.560.0562.6385.0968.43
HexEDF36A203853f5544
Octal3553631522070577125104
Binary1110110111110011110101010011100010111111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF36A; }

 p { color: rgb(237,243,106); }

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

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

 a { background-color: rgb(237,243,106); }

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

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

 span { border-color: rgb(237,243,106); }

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