#EDEDA4

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

Shades of Medium Goldenrod #EDEDA4

Tints of Medium Goldenrod #EDEDA4

Color information

#EDEDA4 (or 0xEDEDA4) is unknown color: approx Medium Goldenrod. HEX triplet: ED, ED and A4. RGB value is (237,237,164). Sum of RGB (Red+Green+Blue) = 237+237+164=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA4 is #12125B. Grayscale: #E4E4E4. Windows color (decimal): -1184348 or 10808813. OLE color: 10808813.

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

Color convert

RGB237237164-
CMYK000.310.07
HSL60º66.97%78.63%-
HSV(B)60º30.8%92.94%-
XYZ71.9181.2547.02-
YUV228.6891.5133.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 164 (64.45% from 255) = 25.71%
R=37.15%
G=37.15%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237164000.310.076066.9778.63
HexEDEDA4001F73c434f
Octal3553552440037774103117
Binary111011011110110110100100001111111111110010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDA4; }

 p { color: rgb(237,237,164); }

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

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

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

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

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

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

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