#EDE961

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

Shades of Honeysuckle #EDE961

Tints of Honeysuckle #EDE961

Color information

#EDE961 (or 0xEDE961) is unknown color: approx Honeysuckle. HEX triplet: ED, E9 and 61. RGB value is (237,233,97). Sum of RGB (Red+Green+Blue) = 237+233+97=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 97 (38.28% from 255 or 17.11% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE961 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE961 is #12169E. Grayscale: #DBDBDB. Windows color (decimal): -1185439 or 6416877. OLE color: 6416877.

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

Color convert

RGB23723397-
CMYK00.020.590.07
HSL58.29º79.55%65.49%-
HSV(B)58.29º59.07%92.94%-
XYZ66.2277.1522.71-
YUV218.6959.33141.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 233 (91.41% from 255) = 41.09%
BLUE value IS 97 (38.28% from 255) = 17.11%
R=41.80%
G=41.09%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372339700.020.590.0758.2979.5565.49
HexEDE961023B73a5041
Octal3553511410273772120101
Binary1110110111101001110000101011101111111101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE961; }

 p { color: rgb(237,233,97); }

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

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

 a { background-color: rgb(237,233,97); }

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

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

 span { border-color: rgb(237,233,97); }

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