#EDEDAA

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

Shades of Medium Goldenrod #EDEDAA

Tints of Medium Goldenrod #EDEDAA

Color information

#EDEDAA (or 0xEDEDAA) is unknown color: approx Medium Goldenrod. HEX triplet: ED, ED and AA. RGB value is (237,237,170). Sum of RGB (Red+Green+Blue) = 237+237+170=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDAA is #121255. Grayscale: #E5E5E5. Windows color (decimal): -1184342 or 11202029. OLE color: 11202029.

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

Color convert

RGB237237170-
CMYK000.280.07
HSL60º65.05%79.8%-
HSV(B)60º28.27%92.94%-
XYZ72.4681.4849.94-
YUV229.3694.5133.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 170 (66.80% from 255) = 26.40%
R=36.80%
G=36.80%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237170000.280.076065.0579.8
HexEDEDAA001C73c4150
Octal3553552520034774101120
Binary111011011110110110101010001110011111110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDAA; }

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

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

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

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

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

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

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

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