#EDE95F

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

Shades of Honeysuckle #EDE95F

Tints of Honeysuckle #EDE95F

Color information

#EDE95F (or 0xEDE95F) is unknown color: approx Honeysuckle. HEX triplet: ED, E9 and 5F. RGB value is (237,233,95). Sum of RGB (Red+Green+Blue) = 237+233+95=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 95 (37.5% from 255 or 16.81% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE95F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE95F is #1216A0. Grayscale: #DBDBDB. Windows color (decimal): -1185441 or 6285805. OLE color: 6285805.

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

Color convert

RGB23723395-
CMYK00.020.600.07
HSL58.31º79.78%65.1%-
HSV(B)58.31º59.92%92.94%-
XYZ66.1377.1122.22-
YUV218.4658.33141.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 233 (91.41% from 255) = 41.24%
BLUE value IS 95 (37.5% from 255) = 16.81%
R=41.95%
G=41.24%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372339500.020.600.0758.3179.7865.1
HexEDE95F023C73a5041
Octal3553511370274772120101
Binary1110110111101001101111101011110011111101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE95F; }

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

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

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

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

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

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

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

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