#EDE565

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

Shades of Honeysuckle #EDE565

Tints of Honeysuckle #EDE565

Color information

#EDE565 (or 0xEDE565) is unknown color: approx Honeysuckle. HEX triplet: ED, E5 and 65. RGB value is (237,229,101). Sum of RGB (Red+Green+Blue) = 237+229+101=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE565 is #121A9A. Grayscale: #D9D9D9. Windows color (decimal): -1186459 or 6677997. OLE color: 6677997.

HSL color Cylindrical-coordinate representation of color #EDE565: hue angle of 56.47º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDE565 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237229101-
CMYK00.030.570.07
HSL56.47º79.07%66.27%-
HSV(B)56.47º57.38%92.94%-
XYZ65.2974.9823.34-
YUV216.862.65142.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 229 (89.84% from 255) = 40.39%
BLUE value IS 101 (39.84% from 255) = 17.81%
R=41.80%
G=40.39%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722910100.030.570.0756.4779.0766.27
HexEDE56503397384f42
Octal3553451450371770117102
Binary1110110111100101110010101111100111111100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE565; }

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

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

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

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

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

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

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

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