#ede465

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

Shades of Honeysuckle #EDE465

Tints of Honeysuckle #EDE465

Color information

#EDE465 (or 0xEDE465) is unknown color: approx Honeysuckle. HEX triplet: ED, E4 and 65. RGB value is (237,228,101). Sum of RGB (Red+Green+Blue) = 237+228+101=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE465 is #121B9A. Grayscale: #D8D8D8. Windows color (decimal): -1186715 or 6677741. OLE color: 6677741.

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

Color convert

RGB237228101-
CMYK00.040.570.07
HSL56.03º79.07%66.27%-
HSV(B)56.03º57.38%92.94%-
XYZ65.0274.4323.25-
YUV216.2162.98142.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 228 (89.45% from 255) = 40.28%
BLUE value IS 101 (39.84% from 255) = 17.84%
R=41.87%
G=40.28%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722810100.040.570.0756.0379.0766.27
HexEDE46504397384f42
Octal3553441450471770117102
Binary11101101111001001100101010011100111111100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede465; }

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

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

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

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

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

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

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

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