#EDE76F

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

Shades of Honeysuckle #EDE76F

Tints of Honeysuckle #EDE76F

Color information

#EDE76F (or 0xEDE76F) is unknown color: approx Honeysuckle. HEX triplet: ED, E7 and 6F. RGB value is (237,231,111). Sum of RGB (Red+Green+Blue) = 237+231+111=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE76F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE76F is #121890. Grayscale: #DBDBDB. Windows color (decimal): -1185937 or 7333869. OLE color: 7333869.

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

Color convert

RGB237231111-
CMYK00.030.530.07
HSL57.14º77.78%68.24%-
HSV(B)57.14º53.16%92.94%-
XYZ66.3776.326.27-
YUV219.1166.99140.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 231 (90.62% from 255) = 39.90%
BLUE value IS 111 (43.75% from 255) = 19.17%
R=40.93%
G=39.90%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723111100.030.530.0757.1477.7868.24
HexEDE76F03357394e44
Octal3553471570365771116104
Binary1110110111100111110111101111010111111100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE76F; }

 p { color: rgb(237,231,111); }

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

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

 a { background-color: rgb(237,231,111); }

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

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

 span { border-color: rgb(237,231,111); }

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