#EAEDAA

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

Shades of Medium Goldenrod #EAEDAA

Tints of Medium Goldenrod #EAEDAA

Color information

#EAEDAA (or 0xEAEDAA) is unknown color: approx Medium Goldenrod. HEX triplet: EA, ED and AA. RGB value is (234,237,170). Sum of RGB (Red+Green+Blue) = 234+237+170=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDAA is #151255. Grayscale: #E4E4E4. Windows color (decimal): -1380950 or 11202026. OLE color: 11202026.

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

Color convert

RGB234237170-
CMYK0.0100.280.07
HSL62.69º65.05%79.8%-
HSV(B)62.69º28.27%92.94%-
XYZ71.4780.9649.89-
YUV228.4695.01131.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 170 (66.80% from 255) = 26.52%
R=36.51%
G=36.97%
B=26.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371700.0100.280.0762.6965.0579.8
HexEAEDAA101C73f4150
Octal3523552521034777101120
Binary111010101110110110101010101110011111111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDAA; }

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

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

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

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

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

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

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

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