#EDE86C

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

Shades of Honeysuckle #EDE86C

Tints of Honeysuckle #EDE86C

Color information

#EDE86C (or 0xEDE86C) is unknown color: approx Honeysuckle. HEX triplet: ED, E8 and 6C. RGB value is (237,232,108). Sum of RGB (Red+Green+Blue) = 237+232+108=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE86C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE86C is #121793. Grayscale: #DBDBDB. Windows color (decimal): -1185684 or 7137517. OLE color: 7137517.

HSL color Cylindrical-coordinate representation of color #EDE86C: hue angle of 57.67º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDE86C is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237232108-
CMYK00.020.540.07
HSL57.67º78.18%67.65%-
HSV(B)57.67º54.43%92.94%-
XYZ66.4976.825.51-
YUV219.3665.16140.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 232 (91.02% from 255) = 40.21%
BLUE value IS 108 (42.58% from 255) = 18.72%
R=41.07%
G=40.21%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723210800.020.540.0757.6778.1867.65
HexEDE86C023673a4e44
Octal3553501540266772116104
Binary1110110111101000110110001011011011111101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE86C; }

 p { color: rgb(237,232,108); }

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

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

 a { background-color: rgb(237,232,108); }

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

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

 span { border-color: rgb(237,232,108); }

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