#EDEB5F

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

Shades of Honeysuckle #EDEB5F

Tints of Honeysuckle #EDEB5F

Color information

#EDEB5F (or 0xEDEB5F) is unknown color: approx Honeysuckle. HEX triplet: ED, EB and 5F. RGB value is (237,235,95). Sum of RGB (Red+Green+Blue) = 237+235+95=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 95 (37.5% from 255 or 16.75% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB5F is #1214A0. Grayscale: #DCDCDC. Windows color (decimal): -1184929 or 6286317. OLE color: 6286317.

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

Color convert

RGB23723595-
CMYK00.010.600.07
HSL59.15º79.78%65.1%-
HSV(B)59.15º59.92%92.94%-
XYZ66.778.2522.41-
YUV219.6457.66140.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 95 (37.5% from 255) = 16.75%
R=41.80%
G=41.45%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372359500.010.600.0759.1579.7865.1
HexEDEB5F013C73b5041
Octal3553531370174773120101
Binary111011011110101110111110111110011111101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB5F; }

 p { color: rgb(237,235,95); }

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

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

 a { background-color: rgb(237,235,95); }

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

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

 span { border-color: rgb(237,235,95); }

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