#EDE561

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

Shades of Honeysuckle #EDE561

Tints of Honeysuckle #EDE561

Color information

#EDE561 (or 0xEDE561) is unknown color: approx Honeysuckle. HEX triplet: ED, E5 and 61. RGB value is (237,229,97). Sum of RGB (Red+Green+Blue) = 237+229+97=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 97 (38.28% from 255 or 17.23% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE561 is #121A9E. Grayscale: #D8D8D8. Windows color (decimal): -1186463 or 6415853. OLE color: 6415853.

HSL color Cylindrical-coordinate representation of color #EDE561: hue angle of 56.57º 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 #EDE561 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23722997-
CMYK00.030.590.07
HSL56.57º79.55%65.49%-
HSV(B)56.57º59.07%92.94%-
XYZ65.174.9122.34-
YUV216.3460.65142.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 97 (38.28% from 255) = 17.23%
R=42.10%
G=40.67%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372299700.030.590.0756.5779.5565.49
HexEDE561033B7395041
Octal3553451410373771120101
Binary1110110111100101110000101111101111111100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE561; }

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

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

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

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

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

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

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

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