#EDEDAE

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

Shades of Medium Goldenrod #EDEDAE

Tints of Medium Goldenrod #EDEDAE

Color information

#EDEDAE (or 0xEDEDAE) is unknown color: approx Medium Goldenrod. HEX triplet: ED, ED and AE. RGB value is (237,237,174). Sum of RGB (Red+Green+Blue) = 237+237+174=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDAE is #121251. Grayscale: #E6E6E6. Windows color (decimal): -1184338 or 11464173. OLE color: 11464173.

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

Color convert

RGB237237174-
CMYK000.270.07
HSL60º63.64%80.59%-
HSV(B)60º26.58%92.94%-
XYZ72.8581.6351.96-
YUV229.8296.5133.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 174 (68.36% from 255) = 26.85%
R=36.57%
G=36.57%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237174000.270.076063.6480.59
HexEDEDAE001B73c4051
Octal3553552560033774100121
Binary111011011110110110101110001101111111110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDAE; }

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

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

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

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

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

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

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

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